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/L1_STOCH_CAT2_H1L1/segments?format=api&page=117
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=118", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=116", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 117, "results": [ { "start": 821421326, "stop": 821422826 }, { "start": 821423002, "stop": 821423062 }, { "start": 821424105, "stop": 821424165 }, { "start": 821424309, "stop": 821424369 }, { "start": 821424513, "stop": 821424873 }, { "start": 821425216, "stop": 821425456 }, { "start": 821425616, "stop": 821426156 }, { "start": 821426298, "stop": 821426418 }, { "start": 821426764, "stop": 821427304 }, { "start": 821427772, "stop": 821428132 }, { "start": 821428294, "stop": 821428354 }, { "start": 821428512, "stop": 821428752 }, { "start": 821428947, "stop": 821430927 }, { "start": 821431091, "stop": 821431151 }, { "start": 821431315, "stop": 821431435 }, { "start": 821431826, "stop": 821432246 }, { "start": 821432386, "stop": 821432806 }, { "start": 821433714, "stop": 821435214 }, { "start": 821435380, "stop": 821435620 }, { "start": 821435834, "stop": 821436794 } ] }