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=8064
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8065", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8063", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8064, "results": [ { "start": 872315835, "stop": 872315864 }, { "start": 872315884, "stop": 872316715 }, { "start": 872316734, "stop": 872317523 }, { "start": 872317557, "stop": 872317732 }, { "start": 872317751, "stop": 872317820 }, { "start": 872317837, "stop": 872318475 }, { "start": 872318496, "stop": 872319540 }, { "start": 872319559, "stop": 872319647 }, { "start": 872319666, "stop": 872319740 }, { "start": 872319760, "stop": 872319955 }, { "start": 872319972, "stop": 872320191 }, { "start": 872320208, "stop": 872320495 }, { "start": 872320517, "stop": 872320528 }, { "start": 872320554, "stop": 872320571 }, { "start": 872320601, "stop": 872320610 }, { "start": 872320629, "stop": 872320638 }, { "start": 872320657, "stop": 872320699 }, { "start": 872320718, "stop": 872322334 }, { "start": 872322351, "stop": 872322499 }, { "start": 872322518, "stop": 872322541 } ] }