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/H1_CW_CAT1/segments?format=api&page=78
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=79", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=77", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 78, "results": [ { "start": 822931528, "stop": 822932419 }, { "start": 822932524, "stop": 822936355 }, { "start": 822936979, "stop": 822936997 }, { "start": 822936998, "stop": 822942853 }, { "start": 822942879, "stop": 822942880 }, { "start": 822942926, "stop": 822949813 }, { "start": 822949848, "stop": 822949850 }, { "start": 822949897, "stop": 822949945 }, { "start": 822950031, "stop": 822950953 }, { "start": 822950963, "stop": 822950964 }, { "start": 822951002, "stop": 822951024 }, { "start": 822951076, "stop": 822951087 }, { "start": 822951204, "stop": 822951220 }, { "start": 822953424, "stop": 822954027 }, { "start": 822954227, "stop": 822956879 }, { "start": 822956963, "stop": 822957313 }, { "start": 822957315, "stop": 822957317 }, { "start": 822957395, "stop": 822962223 }, { "start": 822962332, "stop": 822966493 }, { "start": 822968760, "stop": 822970465 } ] }