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_CBCLOW_CAT2/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_CBCLOW_CAT2/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=384",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 385,
    "results": [
        {
            "start": 821763118,
            "stop": 821763125
        },
        {
            "start": 821763128,
            "stop": 821763133
        },
        {
            "start": 821763139,
            "stop": 821763153
        },
        {
            "start": 821763171,
            "stop": 821763185
        },
        {
            "start": 821763189,
            "stop": 821763192
        },
        {
            "start": 821763195,
            "stop": 821763198
        },
        {
            "start": 821763203,
            "stop": 821763209
        },
        {
            "start": 821763212,
            "stop": 821763216
        },
        {
            "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
        }
    ]
}