Currently we don't track the state of AJAX views. Users trigger reloads, but no state information is logged. Specifically, it is not possible for users to return to a particular state, short of repeating the steps to get there (e.g., load page, click a particular pager link).
Ideally we'd have full browser history support, but that's difficult given the state of jQuery history plugins (sketchy).
An interim approximation would be:
* set a URL fragment when loading by AJAX
* on initial page load, look for a fragment and, finding one, load it.