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=849
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=850", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=848", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 849, "results": [ { "start": 864571898, "stop": 864572078 }, { "start": 864572366, "stop": 864572546 }, { "start": 864572708, "stop": 864573068 }, { "start": 864573229, "stop": 864573349 }, { "start": 864573552, "stop": 864574212 }, { "start": 864574537, "stop": 864574777 }, { "start": 864575026, "stop": 864575086 }, { "start": 864575392, "stop": 864575632 }, { "start": 864575899, "stop": 864576439 }, { "start": 864576580, "stop": 864576880 }, { "start": 864577019, "stop": 864577259 }, { "start": 864577405, "stop": 864578185 }, { "start": 864578387, "stop": 864578627 }, { "start": 864578971, "stop": 864579031 }, { "start": 864579215, "stop": 864581765 }, { "start": 864581948, "stop": 864582128 }, { "start": 864582277, "stop": 864582397 }, { "start": 864582557, "stop": 864582677 }, { "start": 864582910, "stop": 864583210 }, { "start": 864583363, "stop": 864583633 } ] }