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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=233",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 234,
    "results": [
        {
            "start": 821676207,
            "stop": 821676218
        },
        {
            "start": 821676221,
            "stop": 821676229
        },
        {
            "start": 821676237,
            "stop": 821676238
        },
        {
            "start": 821676241,
            "stop": 821676244
        },
        {
            "start": 821676247,
            "stop": 821676264
        },
        {
            "start": 821676268,
            "stop": 821676272
        },
        {
            "start": 821676275,
            "stop": 821676283
        },
        {
            "start": 821676286,
            "stop": 821676290
        },
        {
            "start": 821676295,
            "stop": 821676296
        },
        {
            "start": 821676299,
            "stop": 821676318
        },
        {
            "start": 821676324,
            "stop": 821676325
        },
        {
            "start": 821676333,
            "stop": 821676349
        },
        {
            "start": 821676352,
            "stop": 821676405
        },
        {
            "start": 821676413,
            "stop": 821676430
        },
        {
            "start": 821676433,
            "stop": 821676436
        },
        {
            "start": 821676439,
            "stop": 821676460
        },
        {
            "start": 821676463,
            "stop": 821676481
        },
        {
            "start": 821676484,
            "stop": 821676523
        },
        {
            "start": 821676526,
            "stop": 821676533
        },
        {
            "start": 821676539,
            "stop": 821676557
        }
    ]
}