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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=104",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 105,
    "results": [
        {
            "start": 1172228913,
            "stop": 1172291457
        },
        {
            "start": 1172297382,
            "stop": 1172329436
        },
        {
            "start": 1172354256,
            "stop": 1172356441
        },
        {
            "start": 1172362557,
            "stop": 1172376215
        },
        {
            "start": 1172382122,
            "stop": 1172387194
        },
        {
            "start": 1172388887,
            "stop": 1172396324
        },
        {
            "start": 1172397674,
            "stop": 1172406123
        },
        {
            "start": 1172408800,
            "stop": 1172418810
        },
        {
            "start": 1172425479,
            "stop": 1172431626
        },
        {
            "start": 1172432425,
            "stop": 1172433887
        },
        {
            "start": 1172447521,
            "stop": 1172448821
        },
        {
            "start": 1172448830,
            "stop": 1172457783
        },
        {
            "start": 1172460360,
            "stop": 1172486013
        },
        {
            "start": 1172486085,
            "stop": 1172490026
        },
        {
            "start": 1172496535,
            "stop": 1172499451
        },
        {
            "start": 1172523847,
            "stop": 1172534016
        },
        {
            "start": 1172535732,
            "stop": 1172535857
        },
        {
            "start": 1172536173,
            "stop": 1172552345
        },
        {
            "start": 1172554338,
            "stop": 1172564416
        },
        {
            "start": 1172570859,
            "stop": 1172594834
        }
    ]
}