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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=237",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 238,
    "results": [
        {
            "start": 1240241465,
            "stop": 1240241584
        },
        {
            "start": 1240241585,
            "stop": 1240241704
        },
        {
            "start": 1240241705,
            "stop": 1240241824
        },
        {
            "start": 1240241825,
            "stop": 1240241944
        },
        {
            "start": 1240241945,
            "stop": 1240242064
        },
        {
            "start": 1240242065,
            "stop": 1240242184
        },
        {
            "start": 1240242185,
            "stop": 1240242304
        },
        {
            "start": 1240242305,
            "stop": 1240242424
        },
        {
            "start": 1240242425,
            "stop": 1240242544
        },
        {
            "start": 1240242545,
            "stop": 1240242664
        },
        {
            "start": 1240242665,
            "stop": 1240242784
        },
        {
            "start": 1240242785,
            "stop": 1240242904
        },
        {
            "start": 1240242905,
            "stop": 1240243024
        },
        {
            "start": 1240243025,
            "stop": 1240243144
        },
        {
            "start": 1240243145,
            "stop": 1240243264
        },
        {
            "start": 1240243265,
            "stop": 1240243384
        },
        {
            "start": 1240243385,
            "stop": 1240243504
        },
        {
            "start": 1240243505,
            "stop": 1240243624
        },
        {
            "start": 1240243625,
            "stop": 1240243744
        },
        {
            "start": 1240243745,
            "stop": 1240243864
        }
    ]
}