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=2043
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=2044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2042",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2043,
    "results": [
        {
            "start": 860165791,
            "stop": 860166283
        },
        {
            "start": 860166284,
            "stop": 860166336
        },
        {
            "start": 860166337,
            "stop": 860166415
        },
        {
            "start": 860166416,
            "stop": 860166810
        },
        {
            "start": 860166965,
            "stop": 860167143
        },
        {
            "start": 860167443,
            "stop": 860167862
        },
        {
            "start": 860167864,
            "stop": 860167882
        },
        {
            "start": 860167884,
            "stop": 860167893
        },
        {
            "start": 860167895,
            "stop": 860167897
        },
        {
            "start": 860167900,
            "stop": 860167901
        },
        {
            "start": 860167905,
            "stop": 860167906
        },
        {
            "start": 860167907,
            "stop": 860167954
        },
        {
            "start": 860167955,
            "stop": 860167959
        },
        {
            "start": 860167961,
            "stop": 860167964
        },
        {
            "start": 860167965,
            "stop": 860168300
        },
        {
            "start": 860168302,
            "stop": 860168305
        },
        {
            "start": 860168311,
            "stop": 860168322
        },
        {
            "start": 860168326,
            "stop": 860168420
        },
        {
            "start": 860168421,
            "stop": 860168610
        },
        {
            "start": 860168670,
            "stop": 860168685
        }
    ]
}