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/O4b/timelines/H1_CW_CAT1/segments?format=api&page=47
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=48", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=46", "results_count": 953, "results_per_page": 20, "num_pages": 48, "page_number": 47, "results": [ { "start": 1421539262, "stop": 1421545331 }, { "start": 1421552616, "stop": 1421566145 }, { "start": 1421566239, "stop": 1421599060 }, { "start": 1421619359, "stop": 1421621799 }, { "start": 1421621913, "stop": 1421649474 }, { "start": 1421657888, "stop": 1421664271 }, { "start": 1421671675, "stop": 1421685507 }, { "start": 1421719790, "stop": 1421738070 }, { "start": 1421755441, "stop": 1421766574 }, { "start": 1421772319, "stop": 1421772498 }, { "start": 1421773218, "stop": 1421774192 }, { "start": 1421784900, "stop": 1421786538 }, { "start": 1421795430, "stop": 1421795478 }, { "start": 1421796198, "stop": 1421801412 }, { "start": 1421801803, "stop": 1421817366 }, { "start": 1421825836, "stop": 1421828084 }, { "start": 1421832690, "stop": 1421835629 }, { "start": 1421842868, "stop": 1421868623 }, { "start": 1421870508, "stop": 1421881875 }, { "start": 1421889832, "stop": 1421909078 } ] }