Mahesh
If you want to get the second page, you would use the offset value, so
you'd end up with limit=20&offset=20 - which works fine.
The useful nature of since_id is for apps that have a local cache,
such as on a phone. In this situation we can use the latest post we
have in our local cache as the since_id, and tumblr can then ensure we
don't get sent data we already have by only returning new content -
this then reduces traffic, app performance and potentially data
charges to the user.
Hope this helps clear things up a bit
Steven