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/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1503
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1504", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1502", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1503, "results": [ { "start": 868036369, "stop": 868039865 }, { "start": 868039868, "stop": 868039877 }, { "start": 868039882, "stop": 868039894 }, { "start": 868039898, "stop": 868039913 }, { "start": 868039916, "stop": 868039919 }, { "start": 868039925, "stop": 868039926 }, { "start": 868039932, "stop": 868039935 }, { "start": 868039939, "stop": 868041752 }, { "start": 868041755, "stop": 868041774 }, { "start": 868041779, "stop": 868044849 }, { "start": 868044853, "stop": 868044873 }, { "start": 868044876, "stop": 868046311 }, { "start": 868046315, "stop": 868046332 }, { "start": 868046335, "stop": 868046544 }, { "start": 868046549, "stop": 868054771 }, { "start": 868056148, "stop": 868059610 }, { "start": 868059917, "stop": 868113480 }, { "start": 868113486, "stop": 868113524 }, { "start": 868113528, "stop": 868114684 }, { "start": 868140793, "stop": 868162678 } ] }