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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 161,
    "results": [
        {
            "start": 1176393315,
            "stop": 1176399005
        },
        {
            "start": 1176399008,
            "stop": 1176399470
        },
        {
            "start": 1176399472,
            "stop": 1176399473
        },
        {
            "start": 1176399480,
            "stop": 1176399878
        },
        {
            "start": 1176399879,
            "stop": 1176400692
        },
        {
            "start": 1176400695,
            "stop": 1176401255
        },
        {
            "start": 1176401259,
            "stop": 1176401260
        },
        {
            "start": 1176401262,
            "stop": 1176401265
        },
        {
            "start": 1176401267,
            "stop": 1176401728
        },
        {
            "start": 1176401729,
            "stop": 1176406418
        },
        {
            "start": 1176406421,
            "stop": 1176407729
        },
        {
            "start": 1176407730,
            "stop": 1176407832
        },
        {
            "start": 1176407834,
            "stop": 1176407837
        },
        {
            "start": 1176407838,
            "stop": 1176408116
        },
        {
            "start": 1176408117,
            "stop": 1176412331
        },
        {
            "start": 1176412334,
            "stop": 1176424228
        },
        {
            "start": 1176424878,
            "stop": 1176430603
        },
        {
            "start": 1176430605,
            "stop": 1176430606
        },
        {
            "start": 1176430609,
            "stop": 1176434356
        },
        {
            "start": 1176434360,
            "stop": 1176435239
        }
    ]
}