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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=59",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 60,
    "results": [
        {
            "start": 1165850171,
            "stop": 1165850172
        },
        {
            "start": 1165850174,
            "stop": 1165850237
        },
        {
            "start": 1165850238,
            "stop": 1165850249
        },
        {
            "start": 1165850250,
            "stop": 1165850277
        },
        {
            "start": 1165850278,
            "stop": 1165850353
        },
        {
            "start": 1165850354,
            "stop": 1165850356
        },
        {
            "start": 1165850357,
            "stop": 1165850358
        },
        {
            "start": 1165850359,
            "stop": 1165850366
        },
        {
            "start": 1165850367,
            "stop": 1165850410
        },
        {
            "start": 1165850411,
            "stop": 1165850424
        },
        {
            "start": 1165850425,
            "stop": 1165850427
        },
        {
            "start": 1165850428,
            "stop": 1165850431
        },
        {
            "start": 1165850432,
            "stop": 1165850433
        },
        {
            "start": 1165850435,
            "stop": 1165850436
        },
        {
            "start": 1165850437,
            "stop": 1165850443
        },
        {
            "start": 1165850444,
            "stop": 1165850446
        },
        {
            "start": 1165850449,
            "stop": 1165850485
        },
        {
            "start": 1165850487,
            "stop": 1165850510
        },
        {
            "start": 1165850511,
            "stop": 1165850513
        },
        {
            "start": 1165850514,
            "stop": 1165850570
        }
    ]
}