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=154
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=155", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=153", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 154, "results": [ { "start": 932819154, "stop": 932819432 }, { "start": 932819437, "stop": 932819585 }, { "start": 932820038, "stop": 932820046 }, { "start": 932849188, "stop": 932849253 }, { "start": 932849293, "stop": 932849526 }, { "start": 932849527, "stop": 932849633 }, { "start": 932849726, "stop": 932849732 }, { "start": 932849810, "stop": 932849831 }, { "start": 932849832, "stop": 932849841 }, { "start": 932849951, "stop": 932849955 }, { "start": 932850032, "stop": 932850049 }, { "start": 932850070, "stop": 932850079 }, { "start": 932850121, "stop": 932850262 }, { "start": 932850263, "stop": 932850274 }, { "start": 932850316, "stop": 932850370 }, { "start": 932850393, "stop": 932850499 }, { "start": 932850531, "stop": 932850583 }, { "start": 932850657, "stop": 932850898 }, { "start": 932850939, "stop": 932851012 }, { "start": 932851067, "stop": 932851266 } ] }