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_CAT3/segments?format=api&page=14808
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14809", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14807", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14808, "results": [ { "start": 971252932, "stop": 971252937 }, { "start": 971252938, "stop": 971252940 }, { "start": 971252942, "stop": 971252949 }, { "start": 971252950, "stop": 971252964 }, { "start": 971252966, "stop": 971252976 }, { "start": 971252977, "stop": 971252985 }, { "start": 971252988, "stop": 971252994 }, { "start": 971252996, "stop": 971252997 }, { "start": 971252999, "stop": 971253007 }, { "start": 971253008, "stop": 971253009 }, { "start": 971253011, "stop": 971253015 }, { "start": 971253016, "stop": 971253018 }, { "start": 971253020, "stop": 971253024 }, { "start": 971253026, "stop": 971253048 }, { "start": 971255079, "stop": 971255213 }, { "start": 971255214, "stop": 971255228 }, { "start": 971255231, "stop": 971255274 }, { "start": 971255293, "stop": 971255305 }, { "start": 971255308, "stop": 971255348 }, { "start": 971255350, "stop": 971255411 } ] }