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=704
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=705", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=703", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 704, "results": [ { "start": 856134591, "stop": 856135671 }, { "start": 856136296, "stop": 856136386 }, { "start": 856136416, "stop": 856142776 }, { "start": 856143597, "stop": 856144077 }, { "start": 856144107, "stop": 856150077 }, { "start": 856151220, "stop": 856151700 }, { "start": 856151860, "stop": 856156060 }, { "start": 856156210, "stop": 856160020 }, { "start": 856160192, "stop": 856163492 }, { "start": 856166674, "stop": 856167274 }, { "start": 856168135, "stop": 856169875 }, { "start": 856170088, "stop": 856173988 }, { "start": 856174290, "stop": 856181940 }, { "start": 856182090, "stop": 856184490 }, { "start": 856184632, "stop": 856186192 }, { "start": 856186323, "stop": 856186683 }, { "start": 856186877, "stop": 856187477 }, { "start": 856188761, "stop": 856190081 }, { "start": 856190964, "stop": 856191624 }, { "start": 856191654, "stop": 856191774 } ] }