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_CAT2/segments?format=api&page=1179
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1180", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1178", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1179, "results": [ { "start": 952569144, "stop": 952570251 }, { "start": 952570253, "stop": 952572061 }, { "start": 952572063, "stop": 952575214 }, { "start": 952575216, "stop": 952575685 }, { "start": 952575687, "stop": 952576750 }, { "start": 952576752, "stop": 952580063 }, { "start": 952580065, "stop": 952580843 }, { "start": 952580845, "stop": 952582083 }, { "start": 952582085, "stop": 952582236 }, { "start": 952582238, "stop": 952589631 }, { "start": 952589633, "stop": 952589909 }, { "start": 952589911, "stop": 952591361 }, { "start": 952591363, "stop": 952591747 }, { "start": 952591748, "stop": 952592076 }, { "start": 952599863, "stop": 952601804 }, { "start": 952601806, "stop": 952606165 }, { "start": 952606167, "stop": 952606840 }, { "start": 952606842, "stop": 952607311 }, { "start": 952609656, "stop": 952623739 }, { "start": 952623741, "stop": 952625610 } ] }