Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14623
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14624", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14622", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14623, "results": [ { "start": 971163313, "stop": 971163315 }, { "start": 971163317, "stop": 971163319 }, { "start": 971163320, "stop": 971163322 }, { "start": 971163324, "stop": 971163329 }, { "start": 971163333, "stop": 971163335 }, { "start": 971163339, "stop": 971163340 }, { "start": 971163341, "stop": 971163347 }, { "start": 971163349, "stop": 971163350 }, { "start": 971163351, "stop": 971163353 }, { "start": 971163356, "stop": 971163357 }, { "start": 971163359, "stop": 971163366 }, { "start": 971163368, "stop": 971163369 }, { "start": 971163371, "stop": 971163373 }, { "start": 971163375, "stop": 971163382 }, { "start": 971163384, "stop": 971163386 }, { "start": 971163387, "stop": 971163389 }, { "start": 971163392, "stop": 971163397 }, { "start": 971163398, "stop": 971163400 }, { "start": 971163404, "stop": 971163406 }, { "start": 971163408, "stop": 971163410 } ] }