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=14788
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14789", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14787", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14788, "results": [ { "start": 971243367, "stop": 971243371 }, { "start": 971243374, "stop": 971243440 }, { "start": 971243441, "stop": 971243447 }, { "start": 971243449, "stop": 971243450 }, { "start": 971243452, "stop": 971243458 }, { "start": 971243460, "stop": 971243466 }, { "start": 971243467, "stop": 971243482 }, { "start": 971243485, "stop": 971243492 }, { "start": 971243494, "stop": 971243510 }, { "start": 971243512, "stop": 971243520 }, { "start": 971243521, "stop": 971243572 }, { "start": 971243573, "stop": 971243593 }, { "start": 971243594, "stop": 971243605 }, { "start": 971243607, "stop": 971243652 }, { "start": 971243654, "stop": 971243659 }, { "start": 971243660, "stop": 971243677 }, { "start": 971243678, "stop": 971243683 }, { "start": 971243684, "stop": 971243690 }, { "start": 971243691, "stop": 971243694 }, { "start": 971243696, "stop": 971243724 } ] }