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=648
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=649", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=647", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 648, "results": [ { "start": 852351164, "stop": 852351464 }, { "start": 852351696, "stop": 852352146 }, { "start": 852352176, "stop": 852353646 }, { "start": 852353796, "stop": 852354876 }, { "start": 852354966, "stop": 852355056 }, { "start": 852355086, "stop": 852355146 }, { "start": 852355236, "stop": 852355776 }, { "start": 852355926, "stop": 852356046 }, { "start": 852356196, "stop": 852356256 }, { "start": 852356496, "stop": 852356556 }, { "start": 852356586, "stop": 852357006 }, { "start": 852357036, "stop": 852357096 }, { "start": 852357186, "stop": 852357396 }, { "start": 852357576, "stop": 852357636 }, { "start": 852357756, "stop": 852357816 }, { "start": 852357906, "stop": 852358086 }, { "start": 852362869, "stop": 852363229 }, { "start": 852363960, "stop": 852366060 }, { "start": 852366242, "stop": 852382742 }, { "start": 852387639, "stop": 852387999 } ] }