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=8234
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=8235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8233",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8234,
    "results": [
        {
            "start": 873738480,
            "stop": 873738508
        },
        {
            "start": 873738551,
            "stop": 873738594
        },
        {
            "start": 873738785,
            "stop": 873738840
        },
        {
            "start": 873738916,
            "stop": 873738960
        },
        {
            "start": 873739020,
            "stop": 873739034
        },
        {
            "start": 873739054,
            "stop": 873739062
        },
        {
            "start": 873739140,
            "stop": 873739230
        },
        {
            "start": 873739259,
            "stop": 873739323
        },
        {
            "start": 873739342,
            "stop": 873739415
        },
        {
            "start": 873739434,
            "stop": 873739540
        },
        {
            "start": 873739577,
            "stop": 873739594
        },
        {
            "start": 873739613,
            "stop": 873739680
        },
        {
            "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": 873742500
        },
        {
            "start": 873742560,
            "stop": 873742608
        }
    ]
}