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=823
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=824", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=822", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 823, "results": [ { "start": 862974600, "stop": 862974690 }, { "start": 862974920, "stop": 862975490 }, { "start": 862975700, "stop": 862975940 }, { "start": 862976270, "stop": 862976510 }, { "start": 862978408, "stop": 862981228 }, { "start": 862981418, "stop": 862982348 }, { "start": 862982408, "stop": 862983548 }, { "start": 862983578, "stop": 862985888 }, { "start": 862986038, "stop": 862986848 }, { "start": 862986998, "stop": 862988018 }, { "start": 862989354, "stop": 862990674 }, { "start": 862990974, "stop": 863002254 }, { "start": 863002528, "stop": 863011468 }, { "start": 863011691, "stop": 863012531 }, { "start": 863013768, "stop": 863016288 }, { "start": 863016520, "stop": 863020780 }, { "start": 863021040, "stop": 863030310 }, { "start": 863030460, "stop": 863031000 }, { "start": 863034061, "stop": 863034301 }, { "start": 863035347, "stop": 863041527 } ] }