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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=239",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 240,
    "results": [
        {
            "start": 821681294,
            "stop": 821681307
        },
        {
            "start": 821681310,
            "stop": 821681312
        },
        {
            "start": 821681317,
            "stop": 821681326
        },
        {
            "start": 821681329,
            "stop": 821681335
        },
        {
            "start": 821681343,
            "stop": 821681349
        },
        {
            "start": 821681352,
            "stop": 821681354
        },
        {
            "start": 821681357,
            "stop": 821681359
        },
        {
            "start": 821681362,
            "stop": 821681363
        },
        {
            "start": 821681366,
            "stop": 821681372
        },
        {
            "start": 821681375,
            "stop": 821681380
        },
        {
            "start": 821681383,
            "stop": 821681387
        },
        {
            "start": 821681394,
            "stop": 821681402
        },
        {
            "start": 821681406,
            "stop": 821681410
        },
        {
            "start": 821681415,
            "stop": 821681425
        },
        {
            "start": 821681428,
            "stop": 821681435
        },
        {
            "start": 821681438,
            "stop": 821681441
        },
        {
            "start": 821681446,
            "stop": 821681449
        },
        {
            "start": 821681457,
            "stop": 821681476
        },
        {
            "start": 821681479,
            "stop": 821681480
        },
        {
            "start": 821681483,
            "stop": 821681493
        }
    ]
}