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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=93",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 94,
    "results": [
        {
            "start": 1166455885,
            "stop": 1166456295
        },
        {
            "start": 1166456296,
            "stop": 1166457874
        },
        {
            "start": 1166457875,
            "stop": 1166457956
        },
        {
            "start": 1166457957,
            "stop": 1166458510
        },
        {
            "start": 1166458511,
            "stop": 1166458896
        },
        {
            "start": 1166458897,
            "stop": 1166459298
        },
        {
            "start": 1166459299,
            "stop": 1166459907
        },
        {
            "start": 1166459908,
            "stop": 1166459956
        },
        {
            "start": 1166459958,
            "stop": 1166460326
        },
        {
            "start": 1166463653,
            "stop": 1166464142
        },
        {
            "start": 1166466831,
            "stop": 1166481794
        },
        {
            "start": 1166481795,
            "stop": 1166482852
        },
        {
            "start": 1167536690,
            "stop": 1167572316
        },
        {
            "start": 1167572321,
            "stop": 1167576840
        },
        {
            "start": 1167587310,
            "stop": 1167591498
        },
        {
            "start": 1167593833,
            "stop": 1167598963
        },
        {
            "start": 1167599427,
            "stop": 1167630075
        },
        {
            "start": 1167634198,
            "stop": 1167645302
        },
        {
            "start": 1167654188,
            "stop": 1167654612
        },
        {
            "start": 1167656537,
            "stop": 1167664843
        }
    ]
}