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_STOCH_CAT2_H2L1/segments?format=api&page=619
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=620", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=618", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 619, "results": [ { "start": 850455369, "stop": 850455549 }, { "start": 850455691, "stop": 850456771 }, { "start": 850456918, "stop": 850458568 }, { "start": 850458934, "stop": 850461514 }, { "start": 850461682, "stop": 850462102 }, { "start": 850462264, "stop": 850462384 }, { "start": 850463768, "stop": 850465658 }, { "start": 850465808, "stop": 850466018 }, { "start": 850466168, "stop": 850466828 }, { "start": 850466978, "stop": 850467068 }, { "start": 850467218, "stop": 850473008 }, { "start": 850473162, "stop": 850474242 }, { "start": 850474387, "stop": 850474687 }, { "start": 850474837, "stop": 850475137 }, { "start": 850475303, "stop": 850476533 }, { "start": 850476683, "stop": 850479623 }, { "start": 850479773, "stop": 850480943 }, { "start": 850481119, "stop": 850481419 }, { "start": 850481581, "stop": 850482241 }, { "start": 850483336, "stop": 850484176 } ] }