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=407
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=408", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=406", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 407, "results": [ { "start": 818647975, "stop": 818648043 }, { "start": 818648047, "stop": 818648055 }, { "start": 818648056, "stop": 818648075 }, { "start": 818648077, "stop": 818648081 }, { "start": 818648083, "stop": 818648087 }, { "start": 818648089, "stop": 818648100 }, { "start": 818648103, "stop": 818648129 }, { "start": 818648131, "stop": 818648142 }, { "start": 818648144, "stop": 818648149 }, { "start": 818648150, "stop": 818648181 }, { "start": 818648183, "stop": 818648231 }, { "start": 818648233, "stop": 818648249 }, { "start": 818648252, "stop": 818648259 }, { "start": 818648264, "stop": 818648275 }, { "start": 818648276, "stop": 818648335 }, { "start": 818648337, "stop": 818648345 }, { "start": 818648347, "stop": 818648359 }, { "start": 818654828, "stop": 818654925 }, { "start": 818654928, "stop": 818654935 }, { "start": 818654938, "stop": 818655097 } ] }