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_CAT2/segments?format=api&page=3824
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3825", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3823", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3824, "results": [ { "start": 873421577, "stop": 873421578 }, { "start": 873421579, "stop": 873421583 }, { "start": 873421585, "stop": 873421586 }, { "start": 873421587, "stop": 873421589 }, { "start": 873421591, "stop": 873421600 }, { "start": 873421602, "stop": 873421604 }, { "start": 873421605, "stop": 873421606 }, { "start": 873421607, "stop": 873421610 }, { "start": 873421612, "stop": 873421616 }, { "start": 873421617, "stop": 873421621 }, { "start": 873421626, "stop": 873421628 }, { "start": 873421629, "stop": 873421634 }, { "start": 873421635, "stop": 873421637 }, { "start": 873421638, "stop": 873421643 }, { "start": 873421645, "stop": 873421647 }, { "start": 873421648, "stop": 873421655 }, { "start": 873421656, "stop": 873421657 }, { "start": 873421658, "stop": 873421668 }, { "start": 873421670, "stop": 873421674 }, { "start": 873421675, "stop": 873421690 } ] }