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=336
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=337", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=335", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 336, "results": [ { "start": 931918041, "stop": 931918083 }, { "start": 931918087, "stop": 931918091 }, { "start": 931918096, "stop": 931918097 }, { "start": 931918099, "stop": 931918101 }, { "start": 931918103, "stop": 931918107 }, { "start": 931918109, "stop": 931918114 }, { "start": 931918116, "stop": 931918131 }, { "start": 931918133, "stop": 931918136 }, { "start": 931918139, "stop": 931918151 }, { "start": 931918153, "stop": 931918155 }, { "start": 931918160, "stop": 931918182 }, { "start": 931918184, "stop": 931918185 }, { "start": 931918187, "stop": 931918207 }, { "start": 931918209, "stop": 931918215 }, { "start": 931918217, "stop": 931918227 }, { "start": 931918231, "stop": 931918232 }, { "start": 931918234, "stop": 931918249 }, { "start": 931918251, "stop": 931918252 }, { "start": 931918254, "stop": 931918257 }, { "start": 931918259, "stop": 931918275 } ] }