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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14713
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14714", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14712", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14713, "results": [ { "start": 971172811, "stop": 971172812 }, { "start": 971172822, "stop": 971172825 }, { "start": 971172827, "stop": 971172828 }, { "start": 971172831, "stop": 971172833 }, { "start": 971172834, "stop": 971172835 }, { "start": 971172837, "stop": 971172838 }, { "start": 971172839, "stop": 971172844 }, { "start": 971172845, "stop": 971172846 }, { "start": 971172849, "stop": 971172850 }, { "start": 971172851, "stop": 971172857 }, { "start": 971172861, "stop": 971172863 }, { "start": 971172864, "stop": 971172866 }, { "start": 971172869, "stop": 971172870 }, { "start": 971172872, "stop": 971172873 }, { "start": 971172876, "stop": 971172883 }, { "start": 971172884, "stop": 971172886 }, { "start": 971172888, "stop": 971172890 }, { "start": 971172891, "stop": 971172892 }, { "start": 971172894, "stop": 971172895 }, { "start": 971172896, "stop": 971172897 } ] }