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=2025
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=2026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2024",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2025,
    "results": [
        {
            "start": 858952166,
            "stop": 858952236
        },
        {
            "start": 858952346,
            "stop": 858953986
        },
        {
            "start": 858954286,
            "stop": 858956618
        },
        {
            "start": 858956621,
            "stop": 858956687
        },
        {
            "start": 858956693,
            "stop": 858957894
        },
        {
            "start": 858957897,
            "stop": 858960980
        },
        {
            "start": 858962252,
            "stop": 858963181
        },
        {
            "start": 858963481,
            "stop": 858963785
        },
        {
            "start": 858965510,
            "stop": 858966263
        },
        {
            "start": 858968477,
            "stop": 858969805
        },
        {
            "start": 858969810,
            "stop": 858970410
        },
        {
            "start": 858970470,
            "stop": 858970475
        },
        {
            "start": 858970634,
            "stop": 858971772
        },
        {
            "start": 858971775,
            "stop": 858973516
        },
        {
            "start": 858974969,
            "stop": 858985565
        },
        {
            "start": 858986760,
            "stop": 858998920
        },
        {
            "start": 858998925,
            "stop": 859042100
        },
        {
            "start": 859042108,
            "stop": 859042110
        },
        {
            "start": 859042115,
            "stop": 859042618
        },
        {
            "start": 859059180,
            "stop": 859061365
        }
    ]
}