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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=255",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 256,
    "results": [
        {
            "start": 1178066632,
            "stop": 1178069099
        },
        {
            "start": 1178069101,
            "stop": 1178070643
        },
        {
            "start": 1178070644,
            "stop": 1178073805
        },
        {
            "start": 1178073807,
            "stop": 1178074059
        },
        {
            "start": 1178074063,
            "stop": 1178074141
        },
        {
            "start": 1178074142,
            "stop": 1178074268
        },
        {
            "start": 1178074270,
            "stop": 1178074272
        },
        {
            "start": 1178074273,
            "stop": 1178075006
        },
        {
            "start": 1178075010,
            "stop": 1178076080
        },
        {
            "start": 1178076082,
            "stop": 1178076785
        },
        {
            "start": 1178076786,
            "stop": 1178077226
        },
        {
            "start": 1178077228,
            "stop": 1178083826
        },
        {
            "start": 1178083827,
            "stop": 1178088581
        },
        {
            "start": 1178090001,
            "stop": 1178090169
        },
        {
            "start": 1178106585,
            "stop": 1178110474
        },
        {
            "start": 1178110475,
            "stop": 1178110885
        },
        {
            "start": 1178110887,
            "stop": 1178110891
        },
        {
            "start": 1178110892,
            "stop": 1178110893
        },
        {
            "start": 1178110894,
            "stop": 1178111974
        },
        {
            "start": 1178111976,
            "stop": 1178113835
        }
    ]
}