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=827
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=828", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=826", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 827, "results": [ { "start": 863263586, "stop": 863265236 }, { "start": 863267952, "stop": 863271012 }, { "start": 863271197, "stop": 863271317 }, { "start": 863271501, "stop": 863271861 }, { "start": 863272028, "stop": 863272148 }, { "start": 863296788, "stop": 863297448 }, { "start": 863297605, "stop": 863297665 }, { "start": 863297890, "stop": 863299930 }, { "start": 863300173, "stop": 863301493 }, { "start": 863301650, "stop": 863301710 }, { "start": 863302863, "stop": 863305443 }, { "start": 863306855, "stop": 863307155 }, { "start": 863307636, "stop": 863307936 }, { "start": 863308284, "stop": 863308524 }, { "start": 863308670, "stop": 863316110 }, { "start": 863316308, "stop": 863317088 }, { "start": 863318908, "stop": 863324968 }, { "start": 863325359, "stop": 863327369 }, { "start": 863327519, "stop": 863329919 }, { "start": 863330069, "stop": 863330489 } ] }