Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=341",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 342,
    "results": [
        {
            "start": 1260565736,
            "stop": 1260567277
        },
        {
            "start": 1260567278,
            "stop": 1260567298
        },
        {
            "start": 1260567299,
            "stop": 1260567367
        },
        {
            "start": 1260567368,
            "stop": 1260568491
        },
        {
            "start": 1260568492,
            "stop": 1260568575
        },
        {
            "start": 1260568576,
            "stop": 1260569896
        },
        {
            "start": 1260569897,
            "stop": 1260570434
        },
        {
            "start": 1260570437,
            "stop": 1260570555
        },
        {
            "start": 1260570556,
            "stop": 1260571015
        },
        {
            "start": 1260571018,
            "stop": 1260571742
        },
        {
            "start": 1260571744,
            "stop": 1260571851
        },
        {
            "start": 1260571854,
            "stop": 1260571904
        },
        {
            "start": 1260571905,
            "stop": 1260572103
        },
        {
            "start": 1260572106,
            "stop": 1260572303
        },
        {
            "start": 1260572305,
            "stop": 1260572944
        },
        {
            "start": 1260572947,
            "stop": 1260572984
        },
        {
            "start": 1260573057,
            "stop": 1260575176
        },
        {
            "start": 1260575179,
            "stop": 1260578303
        },
        {
            "start": 1260578304,
            "stop": 1260580140
        },
        {
            "start": 1260580142,
            "stop": 1260582153
        }
    ]
}