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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=298",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 299,
    "results": [
        {
            "start": 858696073,
            "stop": 858698479
        },
        {
            "start": 858698501,
            "stop": 858698877
        },
        {
            "start": 858698926,
            "stop": 858698947
        },
        {
            "start": 858698986,
            "stop": 858708799
        },
        {
            "start": 858708821,
            "stop": 858709207
        },
        {
            "start": 858709246,
            "stop": 858709257
        },
        {
            "start": 858709278,
            "stop": 858713642
        },
        {
            "start": 858713688,
            "stop": 858715039
        },
        {
            "start": 858715357,
            "stop": 858715424
        },
        {
            "start": 858715446,
            "stop": 858717408
        },
        {
            "start": 858717688,
            "stop": 858721454
        },
        {
            "start": 858721476,
            "stop": 858724815
        },
        {
            "start": 858725316,
            "stop": 858741068
        },
        {
            "start": 858741462,
            "stop": 858742710
        },
        {
            "start": 858742770,
            "stop": 858745410
        },
        {
            "start": 858745530,
            "stop": 858765450
        },
        {
            "start": 858765510,
            "stop": 858765570
        },
        {
            "start": 858765630,
            "stop": 858765690
        },
        {
            "start": 858765750,
            "stop": 858765780
        },
        {
            "start": 858766128,
            "stop": 858766650
        }
    ]
}