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=8955
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=8956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8954",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8955,
    "results": [
        {
            "start": 873739259,
            "stop": 873739323
        },
        {
            "start": 873739342,
            "stop": 873739415
        },
        {
            "start": 873739434,
            "stop": 873739540
        },
        {
            "start": 873739577,
            "stop": 873739594
        },
        {
            "start": 873739613,
            "stop": 873739715
        },
        {
            "start": 873739920,
            "stop": 873739980
        },
        {
            "start": 873741180,
            "stop": 873741240
        },
        {
            "start": 873741720,
            "stop": 873741723
        },
        {
            "start": 873741742,
            "stop": 873741792
        },
        {
            "start": 873741811,
            "stop": 873741816
        },
        {
            "start": 873741835,
            "stop": 873741884
        },
        {
            "start": 873741918,
            "stop": 873741960
        },
        {
            "start": 873742200,
            "stop": 873742202
        },
        {
            "start": 873742221,
            "stop": 873742269
        },
        {
            "start": 873742314,
            "stop": 873742325
        },
        {
            "start": 873742344,
            "stop": 873742366
        },
        {
            "start": 873742385,
            "stop": 873742399
        },
        {
            "start": 873742422,
            "stop": 873742434
        },
        {
            "start": 873742454,
            "stop": 873742525
        },
        {
            "start": 873742544,
            "stop": 873742608
        }
    ]
}