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=14636
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14637", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14635", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14636, "results": [ { "start": 971164624, "stop": 971164626 }, { "start": 971164628, "stop": 971164632 }, { "start": 971164633, "stop": 971164636 }, { "start": 971164645, "stop": 971164653 }, { "start": 971164654, "stop": 971164656 }, { "start": 971164659, "stop": 971164660 }, { "start": 971164661, "stop": 971164662 }, { "start": 971164664, "stop": 971164665 }, { "start": 971164666, "stop": 971164669 }, { "start": 971164671, "stop": 971164674 }, { "start": 971164677, "stop": 971164679 }, { "start": 971164683, "stop": 971164684 }, { "start": 971164685, "stop": 971164688 }, { "start": 971164696, "stop": 971164697 }, { "start": 971164699, "stop": 971164700 }, { "start": 971164703, "stop": 971164705 }, { "start": 971164706, "stop": 971164709 }, { "start": 971164712, "stop": 971164714 }, { "start": 971164716, "stop": 971164727 }, { "start": 971164728, "stop": 971164729 } ] }