Here's an example of what this looks like. Notice the lack of the "next" button and the misformatting in the first row of sequences.
For now, you can add "?start=n" to the end of the url to navigate a user's sequence page, where "n" refers to the nth sequence in their profile. For example, there are 72 sequences shown in one page, so adding "?start=72" to the end of the link effectively let's you view the 2nd page of the user's sequences ("?start=144" for the second, "?start=216" for the third, "?start=(72 * n)" for the nth).
For now, you can add "?start=n" to the end of the url to navigate a user's sequence page, where "n" refers to the nth sequence in their profile. For example, there are 72 sequences shown in one page, so adding "?start=72" to the end of the link effectively let's you view the 2nd page of the user's sequences ("?start=144" for the second, "?start=216" for the third, "?start=(72 * n)" for the nth).