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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=82",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 83,
    "results": [
        {
            "start": 931366894,
            "stop": 931366974
        },
        {
            "start": 931366976,
            "stop": 931367010
        },
        {
            "start": 931367011,
            "stop": 931367058
        },
        {
            "start": 931367060,
            "stop": 931367707
        },
        {
            "start": 931367710,
            "stop": 931367767
        },
        {
            "start": 931367769,
            "stop": 931367794
        },
        {
            "start": 931367797,
            "stop": 931367798
        },
        {
            "start": 931367800,
            "stop": 931367983
        },
        {
            "start": 931367985,
            "stop": 931367986
        },
        {
            "start": 931367988,
            "stop": 931368105
        },
        {
            "start": 931368107,
            "stop": 931368694
        },
        {
            "start": 931368696,
            "stop": 931369057
        },
        {
            "start": 931369060,
            "stop": 931369062
        },
        {
            "start": 931369064,
            "stop": 931369130
        },
        {
            "start": 931369132,
            "stop": 931369298
        },
        {
            "start": 931369299,
            "stop": 931369344
        },
        {
            "start": 931369346,
            "stop": 931369402
        },
        {
            "start": 931369405,
            "stop": 931369409
        },
        {
            "start": 931369414,
            "stop": 931369470
        },
        {
            "start": 931369472,
            "stop": 931369516
        }
    ]
}