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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=80",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 81,
    "results": [
        {
            "start": 821278423,
            "stop": 821278433
        },
        {
            "start": 821278436,
            "stop": 821278535
        },
        {
            "start": 821278538,
            "stop": 821278791
        },
        {
            "start": 821278799,
            "stop": 821278804
        },
        {
            "start": 821278892,
            "stop": 821279023
        },
        {
            "start": 821279026,
            "stop": 821279415
        },
        {
            "start": 821279418,
            "stop": 821279450
        },
        {
            "start": 821279453,
            "stop": 821279602
        },
        {
            "start": 821279605,
            "stop": 821281525
        },
        {
            "start": 821281528,
            "stop": 821281546
        },
        {
            "start": 821281549,
            "stop": 821281724
        },
        {
            "start": 821281727,
            "stop": 821281877
        },
        {
            "start": 821281880,
            "stop": 821281886
        },
        {
            "start": 821281889,
            "stop": 821282037
        },
        {
            "start": 821282040,
            "stop": 821282087
        },
        {
            "start": 821282090,
            "stop": 821282744
        },
        {
            "start": 821282747,
            "stop": 821282856
        },
        {
            "start": 821282859,
            "stop": 821283381
        },
        {
            "start": 821283384,
            "stop": 821283488
        },
        {
            "start": 821283491,
            "stop": 821284102
        }
    ]
}