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=68
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=69", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=67", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 68, "results": [ { "start": 931502205, "stop": 931502219 }, { "start": 931502222, "stop": 931502244 }, { "start": 931502246, "stop": 931502256 }, { "start": 931502259, "stop": 931502263 }, { "start": 931502266, "stop": 931502272 }, { "start": 931502275, "stop": 931502286 }, { "start": 931502289, "stop": 931502307 }, { "start": 931502310, "stop": 931502323 }, { "start": 931502326, "stop": 931502334 }, { "start": 931502337, "stop": 931502348 }, { "start": 931502354, "stop": 931502367 }, { "start": 931502370, "stop": 931502389 }, { "start": 931502392, "stop": 931502399 }, { "start": 931502402, "stop": 931502417 }, { "start": 931502419, "stop": 931502459 }, { "start": 931502462, "stop": 931502486 }, { "start": 931502494, "stop": 931502514 }, { "start": 931502517, "stop": 931502520 }, { "start": 931502524, "stop": 931502526 }, { "start": 931502529, "stop": 931502534 } ] }