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_CAT2/segments?format=api&page=467
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=468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=466",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 467,
    "results": [
        {
            "start": 821780177,
            "stop": 821780205
        },
        {
            "start": 821780208,
            "stop": 821780216
        },
        {
            "start": 821780219,
            "stop": 821780220
        },
        {
            "start": 821780229,
            "stop": 821780236
        },
        {
            "start": 821780239,
            "stop": 821780240
        },
        {
            "start": 821780244,
            "stop": 821780249
        },
        {
            "start": 821780253,
            "stop": 821780268
        },
        {
            "start": 821780271,
            "stop": 821780274
        },
        {
            "start": 821780277,
            "stop": 821780279
        },
        {
            "start": 821780284,
            "stop": 821780287
        },
        {
            "start": 821780294,
            "stop": 821780296
        },
        {
            "start": 821780299,
            "stop": 821780301
        },
        {
            "start": 821780304,
            "stop": 821780309
        },
        {
            "start": 821780313,
            "stop": 821780315
        },
        {
            "start": 821780325,
            "stop": 821780331
        },
        {
            "start": 821780336,
            "stop": 821780337
        },
        {
            "start": 821780340,
            "stop": 821780344
        },
        {
            "start": 821780349,
            "stop": 821780350
        },
        {
            "start": 821780355,
            "stop": 821780356
        },
        {
            "start": 821780359,
            "stop": 821780364
        }
    ]
}