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_CAT4/segments?format=api&page=268
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=269", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=267", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 268, "results": [ { "start": 817993203, "stop": 817993239 }, { "start": 817993258, "stop": 817993288 }, { "start": 817993307, "stop": 817993315 }, { "start": 817993335, "stop": 817993395 }, { "start": 817993414, "stop": 817993428 }, { "start": 817993467, "stop": 817993519 }, { "start": 817993540, "stop": 817993594 }, { "start": 817993613, "stop": 817993617 }, { "start": 817993672, "stop": 817993730 }, { "start": 817993749, "stop": 817993754 }, { "start": 817993831, "stop": 817993877 }, { "start": 817993896, "stop": 817993918 }, { "start": 817994024, "stop": 817994053 }, { "start": 817994105, "stop": 817994115 }, { "start": 817994136, "stop": 817994139 }, { "start": 817994204, "stop": 817994210 }, { "start": 817994229, "stop": 817994238 }, { "start": 817994257, "stop": 817994258 }, { "start": 817994279, "stop": 817994287 }, { "start": 817994322, "stop": 817994377 } ] }