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=14628
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14629", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14627", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14628, "results": [ { "start": 971163814, "stop": 971163815 }, { "start": 971163818, "stop": 971163819 }, { "start": 971163821, "stop": 971163823 }, { "start": 971163824, "stop": 971163825 }, { "start": 971163828, "stop": 971163831 }, { "start": 971163834, "stop": 971163835 }, { "start": 971163836, "stop": 971163844 }, { "start": 971163846, "stop": 971163850 }, { "start": 971163852, "stop": 971163854 }, { "start": 971163856, "stop": 971163857 }, { "start": 971163860, "stop": 971163861 }, { "start": 971163863, "stop": 971163865 }, { "start": 971163866, "stop": 971163867 }, { "start": 971163868, "stop": 971163870 }, { "start": 971163871, "stop": 971163875 }, { "start": 971163878, "stop": 971163881 }, { "start": 971163884, "stop": 971163885 }, { "start": 971163888, "stop": 971163889 }, { "start": 971163896, "stop": 971163897 }, { "start": 971163898, "stop": 971163899 } ] }