The offset would be 2000 in that example. To prevent to start the same query beginning from zero again, you could provide offset as an argument to restart the query from the point onwards.
Description
Breaking changes
List any changes that break the API usage supported on master.
In case a longer query fails you can receive an error looking like e.g. arxiv.arxiv.UnexpectedEmptyPageError: Page of results was unexpectedly empty (http://export.arxiv.org/api/query?search_query=cat%3Acs.CV&id_list=&sortBy=submittedDate&sortOrder=descending&start=2000&max_results=100)
The offset would be 2000 in that example. To prevent to start the same query beginning from zero again, you could provide offset as an argument to restart the query from the point onwards.
Description
Breaking changes
Relevant issues
Checklist
README.md
example usage has been updated.