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_CBCHIGH_CAT4/segments?format=api&page=8101
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8102", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8100", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8101, "results": [ { "start": 872609097, "stop": 872609133 }, { "start": 872609253, "stop": 872609534 }, { "start": 872609645, "stop": 872609859 }, { "start": 872610041, "stop": 872610180 }, { "start": 872610300, "stop": 872610558 }, { "start": 872637491, "stop": 872637500 }, { "start": 872637537, "stop": 872637594 }, { "start": 872637660, "stop": 872637667 }, { "start": 872637684, "stop": 872637700 }, { "start": 872637717, "stop": 872637784 }, { "start": 872637803, "stop": 872637837 }, { "start": 872638550, "stop": 872638624 }, { "start": 872638641, "stop": 872638699 }, { "start": 872638722, "stop": 872638838 }, { "start": 872638904, "stop": 872638942 }, { "start": 872638959, "stop": 872638967 }, { "start": 872638984, "stop": 872639183 }, { "start": 872639204, "stop": 872639333 }, { "start": 872639350, "stop": 872639634 }, { "start": 872639876, "stop": 872640006 } ] }