If you're paging through a set of items that is growing, it's not a good idea to use a negative start value, because an offset from the last item will keep shifting. Instead, determine the total number of items using another API (e.g. liststreams stream1), and then page through using positive start values.