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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3718",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3719,
    "results": [
        {
            "start": 872638230,
            "stop": 872638232
        },
        {
            "start": 872638241,
            "stop": 872638280
        },
        {
            "start": 872638550,
            "stop": 872638707
        },
        {
            "start": 872638710,
            "stop": 872638711
        },
        {
            "start": 872638714,
            "stop": 872638846
        },
        {
            "start": 872638849,
            "stop": 872638861
        },
        {
            "start": 872638864,
            "stop": 872638876
        },
        {
            "start": 872638879,
            "stop": 872638893
        },
        {
            "start": 872638896,
            "stop": 872639191
        },
        {
            "start": 872639196,
            "stop": 872639747
        },
        {
            "start": 872639750,
            "stop": 872639845
        },
        {
            "start": 872639850,
            "stop": 872640181
        },
        {
            "start": 872640189,
            "stop": 872640193
        },
        {
            "start": 872640196,
            "stop": 872640221
        },
        {
            "start": 872640224,
            "stop": 872640226
        },
        {
            "start": 872640229,
            "stop": 872640233
        },
        {
            "start": 872640236,
            "stop": 872640237
        },
        {
            "start": 872640240,
            "stop": 872640361
        },
        {
            "start": 872640368,
            "stop": 872640389
        },
        {
            "start": 872640392,
            "stop": 872640405
        }
    ]
}