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=14721
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14722", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14720", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14721, "results": [ { "start": 971175405, "stop": 971175410 }, { "start": 971175413, "stop": 971175415 }, { "start": 971175419, "stop": 971175437 }, { "start": 971175439, "stop": 971175447 }, { "start": 971175449, "stop": 971175457 }, { "start": 971175459, "stop": 971175463 }, { "start": 971175464, "stop": 971175466 }, { "start": 971175468, "stop": 971175475 }, { "start": 971175476, "stop": 971175484 }, { "start": 971175485, "stop": 971175487 }, { "start": 971175488, "stop": 971175503 }, { "start": 971175504, "stop": 971175508 }, { "start": 971175510, "stop": 971175517 }, { "start": 971175519, "stop": 971175520 }, { "start": 971175523, "stop": 971175543 }, { "start": 971175544, "stop": 971175549 }, { "start": 971175551, "stop": 971175576 }, { "start": 971175577, "stop": 971175600 }, { "start": 971175602, "stop": 971175605 }, { "start": 971175606, "stop": 971175615 } ] }