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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6373",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6374,
    "results": [
        {
            "start": 873516222,
            "stop": 873516225
        },
        {
            "start": 873516232,
            "stop": 873516239
        },
        {
            "start": 873516243,
            "stop": 873516250
        },
        {
            "start": 873516252,
            "stop": 873516259
        },
        {
            "start": 873516264,
            "stop": 873516266
        },
        {
            "start": 873516267,
            "stop": 873516271
        },
        {
            "start": 873516275,
            "stop": 873516295
        },
        {
            "start": 873516300,
            "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": 873516372,
            "stop": 873516379
        },
        {
            "start": 873516383,
            "stop": 873516390
        },
        {
            "start": 873516394,
            "stop": 873516401
        },
        {
            "start": 873516406,
            "stop": 873516415
        },
        {
            "start": 873516416,
            "stop": 873516422
        },
        {
            "start": 873516426,
            "stop": 873516432
        }
    ]
}