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/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=863
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=864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=862",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 863,
    "results": [
        {
            "start": 873516308,
            "stop": 873516315
        },
        {
            "start": 873516320,
            "stop": 873516326
        },
        {
            "start": 873516330,
            "stop": 873516336
        },
        {
            "start": 873516340,
            "stop": 873516346
        },
        {
            "start": 873516350,
            "stop": 873516357
        },
        {
            "start": 873516361,
            "stop": 873516367
        },
        {
            "start": 873516371,
            "stop": 873516379
        },
        {
            "start": 873516383,
            "stop": 873516390
        },
        {
            "start": 873516394,
            "stop": 873516401
        },
        {
            "start": 873516405,
            "stop": 873516422
        },
        {
            "start": 873516426,
            "stop": 873516432
        },
        {
            "start": 873516437,
            "stop": 873516443
        },
        {
            "start": 873516447,
            "stop": 873516453
        },
        {
            "start": 873516457,
            "stop": 873516463
        },
        {
            "start": 873516468,
            "stop": 873516474
        },
        {
            "start": 873516479,
            "stop": 873516485
        },
        {
            "start": 873516489,
            "stop": 873516506
        },
        {
            "start": 873516510,
            "stop": 873516539
        },
        {
            "start": 873516543,
            "stop": 873516546
        },
        {
            "start": 873516554,
            "stop": 873516561
        }
    ]
}