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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2078",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2079,
    "results": [
        {
            "start": 862948888,
            "stop": 862948892
        },
        {
            "start": 862948898,
            "stop": 862948905
        },
        {
            "start": 862948910,
            "stop": 862948917
        },
        {
            "start": 862948923,
            "stop": 862949647
        },
        {
            "start": 862949947,
            "stop": 862950273
        },
        {
            "start": 862950588,
            "stop": 862953864
        },
        {
            "start": 862955216,
            "stop": 862957981
        },
        {
            "start": 862958930,
            "stop": 862968750
        },
        {
            "start": 862968810,
            "stop": 862976646
        },
        {
            "start": 862976756,
            "stop": 862977568
        },
        {
            "start": 862977868,
            "stop": 862981442
        },
        {
            "start": 862981448,
            "stop": 863027540
        },
        {
            "start": 863027822,
            "stop": 863034198
        },
        {
            "start": 863034498,
            "stop": 863037229
        },
        {
            "start": 863037231,
            "stop": 863037480
        },
        {
            "start": 863037540,
            "stop": 863051978
        },
        {
            "start": 863052510,
            "stop": 863052655
        },
        {
            "start": 863052765,
            "stop": 863052885
        },
        {
            "start": 863052890,
            "stop": 863052979
        },
        {
            "start": 863055962,
            "stop": 863058440
        }
    ]
}