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=410
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=411", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=409", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 410, "results": [ { "start": 837938819, "stop": 837939239 }, { "start": 837939446, "stop": 837940226 }, { "start": 837940376, "stop": 837941336 }, { "start": 837941426, "stop": 837945206 }, { "start": 837945348, "stop": 837948408 }, { "start": 837948552, "stop": 837949812 }, { "start": 837949842, "stop": 837949932 }, { "start": 837950052, "stop": 837950532 }, { "start": 837950758, "stop": 837952738 }, { "start": 837952898, "stop": 837953978 }, { "start": 837954121, "stop": 837954241 }, { "start": 837954387, "stop": 837954987 }, { "start": 837955721, "stop": 837956621 }, { "start": 837956741, "stop": 837957281 }, { "start": 837957462, "stop": 837957702 }, { "start": 837962456, "stop": 837963476 }, { "start": 837963885, "stop": 837964065 }, { "start": 837981726, "stop": 837986586 }, { "start": 837987053, "stop": 837992693 }, { "start": 837993481, "stop": 837994741 } ] }