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_CAT3/segments?format=api&page=123
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=124", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=122", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 123, "results": [ { "start": 816959820, "stop": 816959910 }, { "start": 816959950, "stop": 816959954 }, { "start": 816959987, "stop": 816960003 }, { "start": 816960040, "stop": 816960217 }, { "start": 816960246, "stop": 816960320 }, { "start": 816960353, "stop": 816960383 }, { "start": 816960405, "stop": 816960442 }, { "start": 816960463, "stop": 816960468 }, { "start": 816960500, "stop": 816960514 }, { "start": 816960566, "stop": 816960587 }, { "start": 816960607, "stop": 816960618 }, { "start": 816960668, "stop": 816960670 }, { "start": 816960718, "stop": 816960723 }, { "start": 816960783, "stop": 816960816 }, { "start": 816960837, "stop": 816960915 }, { "start": 816960935, "stop": 816960969 }, { "start": 816961016, "stop": 816961018 }, { "start": 816961045, "stop": 816961126 }, { "start": 816961143, "stop": 816961200 }, { "start": 816961244, "stop": 816961312 } ] }