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=3844
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3845", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3843", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3844, "results": [ { "start": 873581805, "stop": 873582164 }, { "start": 873582285, "stop": 873597089 }, { "start": 873597092, "stop": 873597148 }, { "start": 873597151, "stop": 873597264 }, { "start": 873597269, "stop": 873597278 }, { "start": 873597281, "stop": 873597326 }, { "start": 873597329, "stop": 873597505 }, { "start": 873597507, "stop": 873597846 }, { "start": 873597849, "stop": 873597852 }, { "start": 873597857, "stop": 873597877 }, { "start": 873597882, "stop": 873597956 }, { "start": 873597959, "stop": 873597960 }, { "start": 873597964, "stop": 873600133 }, { "start": 873600136, "stop": 873600518 }, { "start": 873600521, "stop": 873600619 }, { "start": 873600622, "stop": 873601628 }, { "start": 873601636, "stop": 873601637 }, { "start": 873601640, "stop": 873601680 }, { "start": 873601684, "stop": 873601686 }, { "start": 873601689, "stop": 873601933 } ] }