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=8077
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8076",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8077,
    "results": [
        {
            "start": 872396052,
            "stop": 872396100
        },
        {
            "start": 872396160,
            "stop": 872396304
        },
        {
            "start": 872396321,
            "stop": 872396331
        },
        {
            "start": 872396400,
            "stop": 872396700
        },
        {
            "start": 872396760,
            "stop": 872397050
        },
        {
            "start": 872397069,
            "stop": 872397146
        },
        {
            "start": 872397165,
            "stop": 872397554
        },
        {
            "start": 872397573,
            "stop": 872397636
        },
        {
            "start": 872397655,
            "stop": 872397657
        },
        {
            "start": 872397676,
            "stop": 872398455
        },
        {
            "start": 872398472,
            "stop": 872398821
        },
        {
            "start": 872398838,
            "stop": 872399189
        },
        {
            "start": 872399208,
            "stop": 872399210
        },
        {
            "start": 872399229,
            "stop": 872401002
        },
        {
            "start": 872401019,
            "stop": 872401348
        },
        {
            "start": 872401373,
            "stop": 872402155
        },
        {
            "start": 872402172,
            "stop": 872403107
        },
        {
            "start": 872403126,
            "stop": 872403183
        },
        {
            "start": 872403184,
            "stop": 872403244
        },
        {
            "start": 872403261,
            "stop": 872403727
        }
    ]
}