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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=304",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 305,
    "results": [
        {
            "start": 1260279044,
            "stop": 1260279633
        },
        {
            "start": 1260279635,
            "stop": 1260279705
        },
        {
            "start": 1260279708,
            "stop": 1260279732
        },
        {
            "start": 1260279735,
            "stop": 1260279960
        },
        {
            "start": 1260279963,
            "stop": 1260279995
        },
        {
            "start": 1260279998,
            "stop": 1260280113
        },
        {
            "start": 1260280114,
            "stop": 1260280134
        },
        {
            "start": 1260280137,
            "stop": 1260280138
        },
        {
            "start": 1260280139,
            "stop": 1260280279
        },
        {
            "start": 1260280281,
            "stop": 1260280339
        },
        {
            "start": 1260280342,
            "stop": 1260280350
        },
        {
            "start": 1260280353,
            "stop": 1260280608
        },
        {
            "start": 1260280611,
            "stop": 1260280848
        },
        {
            "start": 1260280850,
            "stop": 1260280929
        },
        {
            "start": 1260280932,
            "stop": 1260280967
        },
        {
            "start": 1260280970,
            "stop": 1260281149
        },
        {
            "start": 1260286594,
            "stop": 1260287222
        },
        {
            "start": 1260287225,
            "stop": 1260287586
        },
        {
            "start": 1260287589,
            "stop": 1260287646
        },
        {
            "start": 1260287649,
            "stop": 1260288926
        }
    ]
}