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_CAT4/segments?format=api&page=15796
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15797", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15795", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15796, "results": [ { "start": 971172788, "stop": 971172791 }, { "start": 971172795, "stop": 971172796 }, { "start": 971172797, "stop": 971172800 }, { "start": 971172803, "stop": 971172806 }, { "start": 971172808, "stop": 971172809 }, { "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 } ] }