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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8795",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8796,
    "results": [
        {
            "start": 872390235,
            "stop": 872390293
        },
        {
            "start": 872390327,
            "stop": 872390373
        },
        {
            "start": 872390394,
            "stop": 872390578
        },
        {
            "start": 872390595,
            "stop": 872393051
        },
        {
            "start": 872393068,
            "stop": 872393199
        },
        {
            "start": 872393216,
            "stop": 872394381
        },
        {
            "start": 872394398,
            "stop": 872394611
        },
        {
            "start": 872394628,
            "stop": 872395048
        },
        {
            "start": 872395065,
            "stop": 872396035
        },
        {
            "start": 872396052,
            "stop": 872396304
        },
        {
            "start": 872396321,
            "stop": 872396331
        },
        {
            "start": 872396348,
            "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
        }
    ]
}