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=14767
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14768", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14766", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14767, "results": [ { "start": 971181808, "stop": 971181812 }, { "start": 971181829, "stop": 971181830 }, { "start": 971181834, "stop": 971181835 }, { "start": 971181839, "stop": 971181841 }, { "start": 971181845, "stop": 971181854 }, { "start": 971181858, "stop": 971181861 }, { "start": 971181864, "stop": 971181865 }, { "start": 971181866, "stop": 971181867 }, { "start": 971181869, "stop": 971181871 }, { "start": 971181872, "stop": 971181873 }, { "start": 971181874, "stop": 971181875 }, { "start": 971181876, "stop": 971181877 }, { "start": 971181881, "stop": 971181883 }, { "start": 971181886, "stop": 971181887 }, { "start": 971181889, "stop": 971181891 }, { "start": 971181892, "stop": 971181893 }, { "start": 971181898, "stop": 971181899 }, { "start": 971181901, "stop": 971181907 }, { "start": 971181909, "stop": 971181910 }, { "start": 971181921, "stop": 971181922 } ] }