You cannot access to more than 3200 tweets with Twitter REST Api.
Have you tried the following?
Regards,
Linvi
Have you tried the following?
var timelineTweets = Timeline.GetHomeTimeline(3200);
Linvi