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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=17",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 18,
    "results": [
        {
            "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
        },
        {
            "start": 1172602121,
            "stop": 1172607289
        },
        {
            "start": 1172615950,
            "stop": 1172616282
        }
    ]
}