support run splitting in json api

This commit is contained in:
Scott Lamb
2017-10-17 09:00:05 -07:00
parent 9041eeb907
commit 6eda26a9cc
2 changed files with 24 additions and 29 deletions

View File

@@ -118,6 +118,8 @@ Valid request parameters:
* `startTime90k` and and `endTime90k` limit the data returned to only
recordings which overlap with the given half-open interval. Either or both
may be absent; they default to the beginning and end of time, respectively.
* `split90k` causes long runs of recordings to be split at the next
convenient boundary after the given duration.
* TODO(slamb): `continue` to support paging. (If data is too large, the
server should return a `continue` key which is expected to be returned on
following requests.)