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=1089
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1090", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1088", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1089, "results": [ { "start": 874133786, "stop": 874134566 }, { "start": 874134836, "stop": 874135196 }, { "start": 874135446, "stop": 874135746 }, { "start": 874137335, "stop": 874137635 }, { "start": 874137777, "stop": 874137897 }, { "start": 874138157, "stop": 874138217 }, { "start": 874138460, "stop": 874139060 }, { "start": 874139244, "stop": 874139844 }, { "start": 874140165, "stop": 874141065 }, { "start": 874141350, "stop": 874141530 }, { "start": 874141734, "stop": 874142994 }, { "start": 874143162, "stop": 874143402 }, { "start": 874143563, "stop": 874144163 }, { "start": 874144299, "stop": 874144899 }, { "start": 874146270, "stop": 874146570 }, { "start": 874146867, "stop": 874146927 }, { "start": 874147440, "stop": 874147620 }, { "start": 874147826, "stop": 874147886 }, { "start": 874148091, "stop": 874148331 }, { "start": 874148552, "stop": 874148912 } ] }