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/H1_CBC_CAT3/segments?format=api&page=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=385",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 386,
    "results": [
        {
            "start": 1183028693,
            "stop": 1183037279
        },
        {
            "start": 1183037280,
            "stop": 1183043842
        },
        {
            "start": 1183043844,
            "stop": 1183057372
        },
        {
            "start": 1183057375,
            "stop": 1183071211
        },
        {
            "start": 1183071212,
            "stop": 1183074240
        },
        {
            "start": 1183074241,
            "stop": 1183074242
        },
        {
            "start": 1183074243,
            "stop": 1183074250
        },
        {
            "start": 1183074251,
            "stop": 1183075843
        },
        {
            "start": 1183075845,
            "stop": 1183077805
        },
        {
            "start": 1183077808,
            "stop": 1183079659
        },
        {
            "start": 1183079664,
            "stop": 1183079672
        },
        {
            "start": 1183079675,
            "stop": 1183080619
        },
        {
            "start": 1183080623,
            "stop": 1183083643
        },
        {
            "start": 1183083645,
            "stop": 1183083823
        },
        {
            "start": 1183083825,
            "stop": 1183086109
        },
        {
            "start": 1183090385,
            "stop": 1183093251
        },
        {
            "start": 1183093253,
            "stop": 1183093286
        },
        {
            "start": 1183093288,
            "stop": 1183097840
        },
        {
            "start": 1183097842,
            "stop": 1183098090
        },
        {
            "start": 1183098092,
            "stop": 1183098234
        }
    ]
}