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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=76",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 77,
    "results": [
        {
            "start": 821265299,
            "stop": 821266259
        },
        {
            "start": 821266262,
            "stop": 821266587
        },
        {
            "start": 821266588,
            "stop": 821266753
        },
        {
            "start": 821266756,
            "stop": 821267131
        },
        {
            "start": 821267134,
            "stop": 821267628
        },
        {
            "start": 821267631,
            "stop": 821267972
        },
        {
            "start": 821267975,
            "stop": 821268036
        },
        {
            "start": 821268039,
            "stop": 821268544
        },
        {
            "start": 821268547,
            "stop": 821268562
        },
        {
            "start": 821268565,
            "stop": 821268672
        },
        {
            "start": 821268675,
            "stop": 821269388
        },
        {
            "start": 821269391,
            "stop": 821269951
        },
        {
            "start": 821269954,
            "stop": 821270595
        },
        {
            "start": 821270598,
            "stop": 821270677
        },
        {
            "start": 821270679,
            "stop": 821270809
        },
        {
            "start": 821270812,
            "stop": 821270916
        },
        {
            "start": 821270919,
            "stop": 821271007
        },
        {
            "start": 821271010,
            "stop": 821271159
        },
        {
            "start": 821271162,
            "stop": 821271229
        },
        {
            "start": 821271232,
            "stop": 821271311
        }
    ]
}