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=686
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=687", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=685", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 686, "results": [ { "start": 855078821, "stop": 855079391 }, { "start": 855079560, "stop": 855079860 }, { "start": 855081684, "stop": 855082824 }, { "start": 855084088, "stop": 855085408 }, { "start": 855088296, "stop": 855088476 }, { "start": 855092434, "stop": 855101134 }, { "start": 855101332, "stop": 855102382 }, { "start": 855102532, "stop": 855115372 }, { "start": 855115602, "stop": 855129102 }, { "start": 855129330, "stop": 855129870 }, { "start": 855131344, "stop": 855137044 }, { "start": 855137265, "stop": 855137895 }, { "start": 855138045, "stop": 855146265 }, { "start": 855147805, "stop": 855150895 }, { "start": 855151045, "stop": 855151465 }, { "start": 855151671, "stop": 855152091 }, { "start": 855152257, "stop": 855154777 }, { "start": 855156813, "stop": 855157653 }, { "start": 855157863, "stop": 855158463 }, { "start": 855159875, "stop": 855160055 } ] }