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=188
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=189", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=187", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 188, "results": [ { "start": 826339170, "stop": 826339590 }, { "start": 826339740, "stop": 826340310 }, { "start": 826340461, "stop": 826341901 }, { "start": 826343205, "stop": 826343265 }, { "start": 826343418, "stop": 826343838 }, { "start": 826344021, "stop": 826344621 }, { "start": 826344789, "stop": 826345149 }, { "start": 826345313, "stop": 826345403 }, { "start": 826345553, "stop": 826346453 }, { "start": 826346636, "stop": 826346966 }, { "start": 826347307, "stop": 826347487 }, { "start": 826347679, "stop": 826348099 }, { "start": 826348265, "stop": 826348505 }, { "start": 826348678, "stop": 826348858 }, { "start": 826349216, "stop": 826349936 }, { "start": 826350126, "stop": 826350186 }, { "start": 826350595, "stop": 826350775 }, { "start": 826351474, "stop": 826351774 }, { "start": 826352815, "stop": 826353355 }, { "start": 826353802, "stop": 826353982 } ] }