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_H2L1/segments?format=api&page=636
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=637", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=635", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 636, "results": [ { "start": 851314245, "stop": 851322045 }, { "start": 851322190, "stop": 851326150 }, { "start": 851327547, "stop": 851329887 }, { "start": 851330099, "stop": 851331959 }, { "start": 851334028, "stop": 851335228 }, { "start": 851335445, "stop": 851338505 }, { "start": 851340150, "stop": 851341020 }, { "start": 851344698, "stop": 851346858 }, { "start": 851347929, "stop": 851348889 }, { "start": 851349036, "stop": 851349876 }, { "start": 851350049, "stop": 851351609 }, { "start": 851351808, "stop": 851351988 }, { "start": 851353536, "stop": 851353896 }, { "start": 851354549, "stop": 851356229 }, { "start": 851356614, "stop": 851357364 }, { "start": 851357533, "stop": 851359153 }, { "start": 851359482, "stop": 851360742 }, { "start": 851361774, "stop": 851362254 }, { "start": 851362426, "stop": 851362546 }, { "start": 851364094, "stop": 851365534 } ] }