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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=310",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 311,
    "results": [
        {
            "start": 822866389,
            "stop": 822866548
        },
        {
            "start": 822866562,
            "stop": 822866563
        },
        {
            "start": 822866570,
            "stop": 822866575
        },
        {
            "start": 822867086,
            "stop": 822867339
        },
        {
            "start": 822867346,
            "stop": 822867527
        },
        {
            "start": 822867534,
            "stop": 822867634
        },
        {
            "start": 822867641,
            "stop": 822867655
        },
        {
            "start": 822867664,
            "stop": 822867854
        },
        {
            "start": 822867861,
            "stop": 822867877
        },
        {
            "start": 822867884,
            "stop": 822867958
        },
        {
            "start": 822867972,
            "stop": 822868098
        },
        {
            "start": 822868105,
            "stop": 822868192
        },
        {
            "start": 822868200,
            "stop": 822868214
        },
        {
            "start": 822868221,
            "stop": 822868451
        },
        {
            "start": 822868462,
            "stop": 822868704
        },
        {
            "start": 822868713,
            "stop": 822868894
        },
        {
            "start": 822868902,
            "stop": 822868974
        },
        {
            "start": 822868981,
            "stop": 822868988
        },
        {
            "start": 822868995,
            "stop": 822869068
        },
        {
            "start": 822869075,
            "stop": 822869080
        }
    ]
}