You cannot currently paginate the output of liststreamqueryitems because this would not be efficient in the same way as for other stream querying APIs. Unlike those other APIs, liststreamqueryitems isn't directly driven by an index, and requires a combination of indexing and item scanning to obtain its output.
How many items is this API returning to you, that makes you feel the need for pagination?