Thanks for the heads up, I've been using the pagination on courses and find the parseable URLs useful so hope they don't move to opaque bookmarks there as well. For other's reference, this is what the headers now look like on beta:
$ ccurl -s -D - 'https://universityofoxford.beta.instructure.com/api/v1/courses/2598/enrollments?per_page=1' | grep '^link'
link: <https://universityofoxford.beta.instructure.com/api/v1/courses/2598/enrollments?page=first&per_page=1>; rel="current",<https://universityofoxford.beta.instructure.com/api/v1/courses/2598/enrollments?page=bookmark:WyJTdHVkZW50RW5yb2xsbWVudCIsIkJ1Y2tldHQsIE1hdHRoZXciLDE0NzI5MF0&per_page=1>; rel="next",<https://universityofoxford.beta.instructure.com/api/v1/courses/2598/enrollments?page=first&per_page=1>; rel="first"
where as this is how they look on test at the moment:
$ ccurl -s -D - 'https://universityofoxford.test.instructure.com/api/v1/courses/2598/enrollments?per_page=1' | grep '^link'
link: <https://universityofoxford.test.instructure.com/api/v1/courses/2598/enrollments?page=1&per_page=1>; rel="current",<https://universityofoxford.test.instructure.com/api/v1/courses/2598/enrollments?page=2&per_page=1>; rel="next",<https://universityofoxford.test.instructure.com/api/v1/courses/2598/enrollments?page=1&per_page=1>; rel="first",<https://universityofoxford.test.instructure.com/api/v1/courses/2598/enrollments?page=12&per_page=1>; rel="last"