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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=238",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 239,
    "results": [
        {
            "start": 1240243865,
            "stop": 1240243984
        },
        {
            "start": 1240243985,
            "stop": 1240244083
        },
        {
            "start": 1240244085,
            "stop": 1240244224
        },
        {
            "start": 1240244225,
            "stop": 1240244344
        },
        {
            "start": 1240244345,
            "stop": 1240244464
        },
        {
            "start": 1240244465,
            "stop": 1240244584
        },
        {
            "start": 1240244585,
            "stop": 1240244704
        },
        {
            "start": 1240244705,
            "stop": 1240244824
        },
        {
            "start": 1240244825,
            "stop": 1240244944
        },
        {
            "start": 1240244945,
            "stop": 1240245064
        },
        {
            "start": 1240245065,
            "stop": 1240245184
        },
        {
            "start": 1240245185,
            "stop": 1240245304
        },
        {
            "start": 1240245305,
            "stop": 1240245424
        },
        {
            "start": 1240245425,
            "stop": 1240245544
        },
        {
            "start": 1240245545,
            "stop": 1240245664
        },
        {
            "start": 1240245665,
            "stop": 1240245784
        },
        {
            "start": 1240245785,
            "stop": 1240245904
        },
        {
            "start": 1240245905,
            "stop": 1240246024
        },
        {
            "start": 1240246025,
            "stop": 1240246144
        },
        {
            "start": 1240246145,
            "stop": 1240246264
        }
    ]
}