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=15691
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15692", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15690", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15691, "results": [ { "start": 971161692, "stop": 971161693 }, { "start": 971161694, "stop": 971161696 }, { "start": 971161698, "stop": 971161699 }, { "start": 971161702, "stop": 971161703 }, { "start": 971161704, "stop": 971161706 }, { "start": 971161708, "stop": 971161711 }, { "start": 971161716, "stop": 971161717 }, { "start": 971161724, "stop": 971161725 }, { "start": 971161728, "stop": 971161731 }, { "start": 971161734, "stop": 971161735 }, { "start": 971161741, "stop": 971161743 }, { "start": 971161744, "stop": 971161745 }, { "start": 971161746, "stop": 971161747 }, { "start": 971161749, "stop": 971161751 }, { "start": 971161753, "stop": 971161757 }, { "start": 971161758, "stop": 971161759 }, { "start": 971161761, "stop": 971161762 }, { "start": 971161763, "stop": 971161764 }, { "start": 971161767, "stop": 971161770 }, { "start": 971161772, "stop": 971161775 } ] }