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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 136,
    "results": [
        {
            "start": 1258153396,
            "stop": 1258153737
        },
        {
            "start": 1258153740,
            "stop": 1258154679
        },
        {
            "start": 1258154682,
            "stop": 1258156203
        },
        {
            "start": 1258156206,
            "stop": 1258156754
        },
        {
            "start": 1258156757,
            "stop": 1258157117
        },
        {
            "start": 1258157120,
            "stop": 1258159122
        },
        {
            "start": 1258159125,
            "stop": 1258159410
        },
        {
            "start": 1258159413,
            "stop": 1258160150
        },
        {
            "start": 1258160153,
            "stop": 1258167808
        },
        {
            "start": 1258167811,
            "stop": 1258167815
        },
        {
            "start": 1258167817,
            "stop": 1258168377
        },
        {
            "start": 1258168380,
            "stop": 1258168952
        },
        {
            "start": 1258168955,
            "stop": 1258170797
        },
        {
            "start": 1258170805,
            "stop": 1258171331
        },
        {
            "start": 1258171334,
            "stop": 1258174427
        },
        {
            "start": 1258174435,
            "stop": 1258178003
        },
        {
            "start": 1258178011,
            "stop": 1258178367
        },
        {
            "start": 1258178370,
            "stop": 1258180123
        },
        {
            "start": 1258180126,
            "stop": 1258180153
        },
        {
            "start": 1258180158,
            "stop": 1258180392
        }
    ]
}