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=174
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=175", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=173", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 174, "results": [ { "start": 818161128, "stop": 818161133 }, { "start": 818161137, "stop": 818161144 }, { "start": 818161148, "stop": 818161151 }, { "start": 818161164, "stop": 818161172 }, { "start": 818161176, "stop": 818161178 }, { "start": 818161181, "stop": 818161182 }, { "start": 818161192, "stop": 818161197 }, { "start": 818161207, "stop": 818161213 }, { "start": 818161216, "stop": 818161222 }, { "start": 818161236, "stop": 818161240 }, { "start": 818161243, "stop": 818161256 }, { "start": 818161262, "stop": 818161274 }, { "start": 818167500, "stop": 818167503 }, { "start": 818167551, "stop": 818167553 }, { "start": 818167559, "stop": 818167560 }, { "start": 818167588, "stop": 818167589 }, { "start": 818167640, "stop": 818167641 }, { "start": 818167648, "stop": 818167649 }, { "start": 818167659, "stop": 818167663 }, { "start": 818167669, "stop": 818167670 } ] }