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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 138,
    "results": [
        {
            "start": 1258198759,
            "stop": 1258198794
        },
        {
            "start": 1258198796,
            "stop": 1258198822
        },
        {
            "start": 1258198825,
            "stop": 1258198829
        },
        {
            "start": 1258198832,
            "stop": 1258198847
        },
        {
            "start": 1258198850,
            "stop": 1258198862
        },
        {
            "start": 1258198864,
            "stop": 1258198887
        },
        {
            "start": 1258198889,
            "stop": 1258199004
        },
        {
            "start": 1258199006,
            "stop": 1258199103
        },
        {
            "start": 1258199106,
            "stop": 1258199211
        },
        {
            "start": 1258199214,
            "stop": 1258199244
        },
        {
            "start": 1258199246,
            "stop": 1258199282
        },
        {
            "start": 1258199285,
            "stop": 1258199317
        },
        {
            "start": 1258199319,
            "stop": 1258199422
        },
        {
            "start": 1258199425,
            "stop": 1258199484
        },
        {
            "start": 1258199487,
            "stop": 1258199489
        },
        {
            "start": 1258199492,
            "stop": 1258199502
        },
        {
            "start": 1258199505,
            "stop": 1258199511
        },
        {
            "start": 1258199514,
            "stop": 1258199623
        },
        {
            "start": 1258199626,
            "stop": 1258199627
        },
        {
            "start": 1258199630,
            "stop": 1258199661
        }
    ]
}