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=269
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=270", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=268", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 269, "results": [ { "start": 818231536, "stop": 818231544 }, { "start": 818231547, "stop": 818231548 }, { "start": 818231556, "stop": 818231557 }, { "start": 818231568, "stop": 818231571 }, { "start": 818231576, "stop": 818231579 }, { "start": 818231583, "stop": 818231585 }, { "start": 818231590, "stop": 818231596 }, { "start": 818231599, "stop": 818231601 }, { "start": 818231620, "stop": 818231622 }, { "start": 818231635, "stop": 818231645 }, { "start": 818231648, "stop": 818231653 }, { "start": 818231675, "stop": 818231676 }, { "start": 818231683, "stop": 818231699 }, { "start": 818231710, "stop": 818231713 }, { "start": 818231717, "stop": 818231722 }, { "start": 818231731, "stop": 818231734 }, { "start": 818231737, "stop": 818231738 }, { "start": 818231743, "stop": 818231747 }, { "start": 818231750, "stop": 818231751 }, { "start": 818231777, "stop": 818231778 } ] }