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=174
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=175", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=173", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 174, "results": [ { "start": 825525301, "stop": 825525361 }, { "start": 825525524, "stop": 825525584 }, { "start": 825525860, "stop": 825525920 }, { "start": 825527940, "stop": 825528000 }, { "start": 825528356, "stop": 825528656 }, { "start": 825535405, "stop": 825535465 }, { "start": 825535632, "stop": 825535752 }, { "start": 825535914, "stop": 825536094 }, { "start": 825537662, "stop": 825537782 }, { "start": 825537987, "stop": 825538047 }, { "start": 825538192, "stop": 825538252 }, { "start": 825539071, "stop": 825539941 }, { "start": 825540354, "stop": 825540414 }, { "start": 825540666, "stop": 825540726 }, { "start": 825541009, "stop": 825541069 }, { "start": 825541684, "stop": 825541744 }, { "start": 825545502, "stop": 825545682 }, { "start": 825545839, "stop": 825545899 }, { "start": 825546076, "stop": 825546316 }, { "start": 825548031, "stop": 825548331 } ] }