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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=430",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 431,
    "results": [
        {
            "start": 870734098,
            "stop": 870743020
        },
        {
            "start": 870745209,
            "stop": 870758583
        },
        {
            "start": 870758924,
            "stop": 870763683
        },
        {
            "start": 870764664,
            "stop": 870787519
        },
        {
            "start": 870787546,
            "stop": 870787547
        },
        {
            "start": 870787628,
            "stop": 870788201
        },
        {
            "start": 870788501,
            "stop": 870798832
        },
        {
            "start": 870798861,
            "stop": 870798862
        },
        {
            "start": 870798883,
            "stop": 870799069
        },
        {
            "start": 870799106,
            "stop": 870799107
        },
        {
            "start": 870799158,
            "stop": 870799177
        },
        {
            "start": 870799198,
            "stop": 870802259
        },
        {
            "start": 870802281,
            "stop": 870802289
        },
        {
            "start": 870802331,
            "stop": 870802339
        },
        {
            "start": 870802363,
            "stop": 870805830
        },
        {
            "start": 870805950,
            "stop": 870808712
        },
        {
            "start": 870808751,
            "stop": 870808759
        },
        {
            "start": 870808781,
            "stop": 870813728
        },
        {
            "start": 870814066,
            "stop": 870814589
        },
        {
            "start": 870814611,
            "stop": 870814644
        }
    ]
}