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_CAT3/segments?format=api&page=15
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=16", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 15, "results": [ { "start": 816236312, "stop": 816236342 }, { "start": 816236345, "stop": 816236349 }, { "start": 816236355, "stop": 816236361 }, { "start": 816236372, "stop": 816236402 }, { "start": 816236405, "stop": 816236412 }, { "start": 816236416, "stop": 816236435 }, { "start": 816236439, "stop": 816236458 }, { "start": 816236464, "stop": 816236518 }, { "start": 816236522, "stop": 816236540 }, { "start": 816258792, "stop": 816258866 }, { "start": 816258885, "stop": 816258922 }, { "start": 816258942, "stop": 816258969 }, { "start": 816258994, "stop": 816259010 }, { "start": 816259014, "stop": 816259081 }, { "start": 816260809, "stop": 816260961 }, { "start": 816260964, "stop": 816261003 }, { "start": 816261006, "stop": 816261065 }, { "start": 816261069, "stop": 816261110 }, { "start": 816261113, "stop": 816261504 }, { "start": 816261508, "stop": 816261732 } ] }