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/H2_CBCHIGH_CAT3/segments?format=api&page=291
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=290",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 291,
    "results": [
        {
            "start": 821040863,
            "stop": 821040872
        },
        {
            "start": 821040891,
            "stop": 821040896
        },
        {
            "start": 821040900,
            "stop": 821040902
        },
        {
            "start": 821040910,
            "stop": 821040920
        },
        {
            "start": 821040924,
            "stop": 821041070
        },
        {
            "start": 821041074,
            "stop": 821041080
        },
        {
            "start": 821041083,
            "stop": 821041098
        },
        {
            "start": 821041114,
            "stop": 821041118
        },
        {
            "start": 821041122,
            "stop": 821041135
        },
        {
            "start": 821041138,
            "stop": 821041161
        },
        {
            "start": 821041164,
            "stop": 821041229
        },
        {
            "start": 821041234,
            "stop": 821041264
        },
        {
            "start": 821041268,
            "stop": 821041290
        },
        {
            "start": 821041350,
            "stop": 821041353
        },
        {
            "start": 821041400,
            "stop": 821041410
        },
        {
            "start": 821041483,
            "stop": 821041486
        },
        {
            "start": 821041492,
            "stop": 821041514
        },
        {
            "start": 821041526,
            "stop": 821041530
        },
        {
            "start": 821041590,
            "stop": 821041629
        },
        {
            "start": 821041637,
            "stop": 821041642
        }
    ]
}