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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=802",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 803,
    "results": [
        {
            "start": 873516200,
            "stop": 873516206
        },
        {
            "start": 873516210,
            "stop": 873516218
        },
        {
            "start": 873516222,
            "stop": 873516225
        },
        {
            "start": 873516232,
            "stop": 873516239
        },
        {
            "start": 873516243,
            "stop": 873516259
        },
        {
            "start": 873516264,
            "stop": 873516271
        },
        {
            "start": 873516275,
            "stop": 873516295
        },
        {
            "start": 873516299,
            "stop": 873516304
        },
        {
            "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
        }
    ]
}