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=2026
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=2027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2025",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2026,
    "results": [
        {
            "start": 859061375,
            "stop": 859063542
        },
        {
            "start": 859063548,
            "stop": 859064356
        },
        {
            "start": 859064359,
            "stop": 859065182
        },
        {
            "start": 859065185,
            "stop": 859065187
        },
        {
            "start": 859065191,
            "stop": 859065197
        },
        {
            "start": 859065200,
            "stop": 859068698
        },
        {
            "start": 859070175,
            "stop": 859073101
        },
        {
            "start": 859073102,
            "stop": 859073892
        },
        {
            "start": 859073893,
            "stop": 859074095
        },
        {
            "start": 859074096,
            "stop": 859074385
        },
        {
            "start": 859074472,
            "stop": 859074527
        },
        {
            "start": 859074533,
            "stop": 859074585
        },
        {
            "start": 859074674,
            "stop": 859074823
        },
        {
            "start": 859075370,
            "stop": 859075401
        },
        {
            "start": 859075403,
            "stop": 859075542
        },
        {
            "start": 859075543,
            "stop": 859075829
        },
        {
            "start": 859075831,
            "stop": 859075883
        },
        {
            "start": 859076148,
            "stop": 859076171
        },
        {
            "start": 859076172,
            "stop": 859076173
        },
        {
            "start": 859076175,
            "stop": 859076178
        }
    ]
}