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=8075
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=8076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8074",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8075,
    "results": [
        {
            "start": 872385418,
            "stop": 872385456
        },
        {
            "start": 872385476,
            "stop": 872385482
        },
        {
            "start": 872385537,
            "stop": 872385554
        },
        {
            "start": 872385620,
            "stop": 872385650
        },
        {
            "start": 872385680,
            "stop": 872385710
        },
        {
            "start": 872385732,
            "stop": 872385768
        },
        {
            "start": 872385787,
            "stop": 872385832
        },
        {
            "start": 872385851,
            "stop": 872385875
        },
        {
            "start": 872385894,
            "stop": 872385897
        },
        {
            "start": 872385916,
            "stop": 872385921
        },
        {
            "start": 872385949,
            "stop": 872386133
        },
        {
            "start": 872386150,
            "stop": 872386200
        },
        {
            "start": 872386219,
            "stop": 872386549
        },
        {
            "start": 872386574,
            "stop": 872386631
        },
        {
            "start": 872386745,
            "stop": 872386752
        },
        {
            "start": 872386787,
            "stop": 872386921
        },
        {
            "start": 872386940,
            "stop": 872386993
        },
        {
            "start": 872387020,
            "stop": 872387171
        },
        {
            "start": 872387192,
            "stop": 872387262
        },
        {
            "start": 872387281,
            "stop": 872387283
        }
    ]
}