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_CAT4/segments?format=api&page=15925
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15926", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15924", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15925, "results": [ { "start": 971399232, "stop": 971399235 }, { "start": 971399238, "stop": 971399239 }, { "start": 971399241, "stop": 971399245 }, { "start": 971399246, "stop": 971399272 }, { "start": 971399273, "stop": 971399287 }, { "start": 971399288, "stop": 971399291 }, { "start": 971399293, "stop": 971399314 }, { "start": 971399315, "stop": 971399330 }, { "start": 971399331, "stop": 971399347 }, { "start": 971399348, "stop": 971399365 }, { "start": 971399366, "stop": 971399377 }, { "start": 971399381, "stop": 971399400 }, { "start": 971399401, "stop": 971399415 }, { "start": 971399416, "stop": 971399438 }, { "start": 971399439, "stop": 971399455 }, { "start": 971399457, "stop": 971399460 }, { "start": 971399461, "stop": 971399466 }, { "start": 971399468, "stop": 971399478 }, { "start": 971399480, "stop": 971399484 }, { "start": 971399485, "stop": 971399507 } ] }