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/H1_STOCH_CAT1/segments?format=api&page=1398
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1399", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1397", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1398, "results": [ { "start": 845542958, "stop": 845570176 }, { "start": 845579083, "stop": 845579233 }, { "start": 845580026, "stop": 845587971 }, { "start": 845588092, "stop": 845588468 }, { "start": 845589185, "stop": 845590632 }, { "start": 845591557, "stop": 845643493 }, { "start": 845643501, "stop": 845643502 }, { "start": 845643601, "stop": 845659333 }, { "start": 845659511, "stop": 845668142 }, { "start": 845671082, "stop": 845674153 }, { "start": 845676226, "stop": 845720345 }, { "start": 845720517, "stop": 845734996 }, { "start": 845801191, "stop": 845811361 }, { "start": 845812640, "stop": 845813286 }, { "start": 845813792, "stop": 845815980 }, { "start": 845816016, "stop": 845816538 }, { "start": 845966391, "stop": 845995660 }, { "start": 845995663, "stop": 845999771 }, { "start": 845999833, "stop": 846001388 }, { "start": 846001391, "stop": 846003515 } ] }