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=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=384",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 385,
    "results": [
        {
            "start": 821763225,
            "stop": 821763228
        },
        {
            "start": 821763235,
            "stop": 821763236
        },
        {
            "start": 821763246,
            "stop": 821763248
        },
        {
            "start": 821763252,
            "stop": 821763256
        },
        {
            "start": 821763265,
            "stop": 821763267
        },
        {
            "start": 821763276,
            "stop": 821763277
        },
        {
            "start": 821763281,
            "stop": 821763283
        },
        {
            "start": 821763286,
            "stop": 821763287
        },
        {
            "start": 821763292,
            "stop": 821763293
        },
        {
            "start": 821763296,
            "stop": 821763297
        },
        {
            "start": 821763300,
            "stop": 821763303
        },
        {
            "start": 821763306,
            "stop": 821763311
        },
        {
            "start": 821763325,
            "stop": 821763330
        },
        {
            "start": 821763338,
            "stop": 821763342
        },
        {
            "start": 821763354,
            "stop": 821763355
        },
        {
            "start": 821763362,
            "stop": 821763364
        },
        {
            "start": 821763367,
            "stop": 821763368
        },
        {
            "start": 821763378,
            "stop": 821763379
        },
        {
            "start": 821763382,
            "stop": 821763383
        },
        {
            "start": 821763389,
            "stop": 821763390
        }
    ]
}