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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=332",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 333,
    "results": [
        {
            "start": 821749208,
            "stop": 821749211
        },
        {
            "start": 821749214,
            "stop": 821749215
        },
        {
            "start": 821749218,
            "stop": 821749224
        },
        {
            "start": 821749227,
            "stop": 821749234
        },
        {
            "start": 821749239,
            "stop": 821749250
        },
        {
            "start": 821749255,
            "stop": 821749257
        },
        {
            "start": 821749260,
            "stop": 821749264
        },
        {
            "start": 821749267,
            "stop": 821749278
        },
        {
            "start": 821749284,
            "stop": 821749287
        },
        {
            "start": 821749290,
            "stop": 821749296
        },
        {
            "start": 821749299,
            "stop": 821749300
        },
        {
            "start": 821749303,
            "stop": 821749305
        },
        {
            "start": 821749308,
            "stop": 821749310
        },
        {
            "start": 821749315,
            "stop": 821749328
        },
        {
            "start": 821749334,
            "stop": 821749335
        },
        {
            "start": 821749338,
            "stop": 821749339
        },
        {
            "start": 821749342,
            "stop": 821749344
        },
        {
            "start": 821749347,
            "stop": 821749352
        },
        {
            "start": 821749355,
            "stop": 821749357
        },
        {
            "start": 821749368,
            "stop": 821749370
        }
    ]
}