Well, the timeline widget does exactly that - it displays the Tweet or Timeline data. You can use the Twitter for Websites factory functions to dynamically create Tweets for display at runtime - so, given an array of Tweets in a JSON response, you could pass those ideas to widgets.js for display on a page.
Ok, that makes sense. Thank you for your swift response. I will look at the factory functions and figure that out best I can.