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/H2_CW_CAT1/segments?format=api&page=229
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=230", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=228", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 229, "results": [ { "start": 848898210, "stop": 848918508 }, { "start": 848919778, "stop": 848922313 }, { "start": 848923274, "stop": 848942049 }, { "start": 848942856, "stop": 848944273 }, { "start": 848945593, "stop": 848969596 }, { "start": 848970201, "stop": 848970214 }, { "start": 848971379, "stop": 848981877 }, { "start": 848984685, "stop": 849035342 }, { "start": 849036862, "stop": 849037093 }, { "start": 849038862, "stop": 849044924 }, { "start": 849045800, "stop": 849050322 }, { "start": 849051650, "stop": 849053444 }, { "start": 849054750, "stop": 849076389 }, { "start": 849083076, "stop": 849087175 }, { "start": 849088629, "stop": 849089053 }, { "start": 849089789, "stop": 849109593 }, { "start": 849109671, "stop": 849147673 }, { "start": 849166101, "stop": 849213013 }, { "start": 849214041, "stop": 849214753 }, { "start": 849216268, "stop": 849248205 } ] }