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_CAT2/segments?format=api&page=1309
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1310", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1308", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1309, "results": [ { "start": 962192004, "stop": 962192050 }, { "start": 962192051, "stop": 962192269 }, { "start": 962192273, "stop": 962192322 }, { "start": 962193649, "stop": 962195970 }, { "start": 962198614, "stop": 962199735 }, { "start": 962201087, "stop": 962202011 }, { "start": 962203073, "stop": 962203623 }, { "start": 962205338, "stop": 962211214 }, { "start": 962211909, "stop": 962215004 }, { "start": 962217533, "stop": 962223522 }, { "start": 962231588, "stop": 962235171 }, { "start": 962251224, "stop": 962254439 }, { "start": 962254788, "stop": 962255666 }, { "start": 962256811, "stop": 962258280 }, { "start": 962258281, "stop": 962261935 }, { "start": 962261936, "stop": 962264100 }, { "start": 962266918, "stop": 962271127 }, { "start": 962271128, "stop": 962271990 }, { "start": 962271991, "stop": 962278378 }, { "start": 962278379, "stop": 962279413 } ] }