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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=340",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 341,
    "results": [
        {
            "start": 821750804,
            "stop": 821750813
        },
        {
            "start": 821750819,
            "stop": 821750825
        },
        {
            "start": 821750828,
            "stop": 821750850
        },
        {
            "start": 821750856,
            "stop": 821750857
        },
        {
            "start": 821750860,
            "stop": 821750861
        },
        {
            "start": 821750864,
            "stop": 821750877
        },
        {
            "start": 821750884,
            "stop": 821750896
        },
        {
            "start": 821750902,
            "stop": 821750906
        },
        {
            "start": 821750912,
            "stop": 821750919
        },
        {
            "start": 821750922,
            "stop": 821750927
        },
        {
            "start": 821750930,
            "stop": 821750942
        },
        {
            "start": 821750946,
            "stop": 821750951
        },
        {
            "start": 821750954,
            "stop": 821750955
        },
        {
            "start": 821750958,
            "stop": 821750959
        },
        {
            "start": 821750962,
            "stop": 821750963
        },
        {
            "start": 821750966,
            "stop": 821750977
        },
        {
            "start": 821750980,
            "stop": 821750981
        },
        {
            "start": 821750985,
            "stop": 821750994
        },
        {
            "start": 821750998,
            "stop": 821751009
        },
        {
            "start": 821751012,
            "stop": 821751021
        }
    ]
}