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=8857
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8858", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8856", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8857, "results": [ { "start": 873009626, "stop": 873009682 }, { "start": 873009701, "stop": 873009833 }, { "start": 873009854, "stop": 873009894 }, { "start": 873010082, "stop": 873010104 }, { "start": 873010121, "stop": 873010131 }, { "start": 873010148, "stop": 873010171 }, { "start": 873010199, "stop": 873010571 }, { "start": 873010600, "stop": 873010801 }, { "start": 873010836, "stop": 873010852 }, { "start": 873010886, "stop": 873011111 }, { "start": 873011146, "stop": 873011670 }, { "start": 873013395, "stop": 873013397 }, { "start": 873013441, "stop": 873013622 }, { "start": 873013641, "stop": 873013971 }, { "start": 873014257, "stop": 873014491 }, { "start": 873014510, "stop": 873014521 }, { "start": 873014763, "stop": 873015009 }, { "start": 873015029, "stop": 873015315 }, { "start": 873015334, "stop": 873015350 }, { "start": 873015369, "stop": 873015401 } ] }