Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=86
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=85",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 86,
    "results": [
        {
            "start": 1133358861,
            "stop": 1133360083
        },
        {
            "start": 1133360091,
            "stop": 1133365908
        },
        {
            "start": 1133365917,
            "stop": 1133376052
        },
        {
            "start": 1133376054,
            "stop": 1133377407
        },
        {
            "start": 1133377415,
            "stop": 1133380617
        },
        {
            "start": 1133442869,
            "stop": 1133454145
        },
        {
            "start": 1133454153,
            "stop": 1133468426
        },
        {
            "start": 1133579856,
            "stop": 1133588476
        },
        {
            "start": 1133588484,
            "stop": 1133589268
        },
        {
            "start": 1133589276,
            "stop": 1133602855
        },
        {
            "start": 1133602865,
            "stop": 1133618560
        },
        {
            "start": 1133618562,
            "stop": 1133621625
        },
        {
            "start": 1133621633,
            "stop": 1133625907
        },
        {
            "start": 1133663139,
            "stop": 1133665970
        },
        {
            "start": 1133674275,
            "stop": 1133675899
        },
        {
            "start": 1133675909,
            "stop": 1133691306
        },
        {
            "start": 1133691314,
            "stop": 1133692877
        },
        {
            "start": 1133744521,
            "stop": 1133747138
        },
        {
            "start": 1133747140,
            "stop": 1133747564
        },
        {
            "start": 1133752701,
            "stop": 1133754942
        }
    ]
}