To answer your question, there is no way to get the service to do paging for you, but you could certainly implement paging within your application. Simply pull as many results as you think you want and then display them 10 or so (or however many you like) at a time.
That said, a couple of things you should note: First, there have been reports of an issue where cached feeds are not refreshing and new feeds are not loading. It looks like a problem with the underlying feed crawler/parser, so your application may not be able to pull current entries.
And second, the API's TOS now state that the deprecation policy will no longer be in effect as of April 2015. This means that Google may terminate the service, with or without notice, at any time after that date.
All this to say you might want to think twice about developing a new application on top of the Feeds API at this time.
jg