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=1923
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=1924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1922",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1923,
    "results": [
        {
            "start": 849037720,
            "stop": 849037859
        },
        {
            "start": 849038159,
            "stop": 849039990
        },
        {
            "start": 849040350,
            "stop": 849040530
        },
        {
            "start": 849041010,
            "stop": 849041490
        },
        {
            "start": 849041790,
            "stop": 849044947
        },
        {
            "start": 849045247,
            "stop": 849050056
        },
        {
            "start": 849051649,
            "stop": 849052507
        },
        {
            "start": 849052513,
            "stop": 849053179
        },
        {
            "start": 849055033,
            "stop": 849064902
        },
        {
            "start": 849064908,
            "stop": 849067285
        },
        {
            "start": 849067290,
            "stop": 849076412
        },
        {
            "start": 849076522,
            "stop": 849080599
        },
        {
            "start": 849081192,
            "stop": 849082232
        },
        {
            "start": 849082566,
            "stop": 849087827
        },
        {
            "start": 849088161,
            "stop": 849089020
        },
        {
            "start": 849089320,
            "stop": 849111837
        },
        {
            "start": 849112149,
            "stop": 849112179
        },
        {
            "start": 849114339,
            "stop": 849122130
        },
        {
            "start": 849122190,
            "stop": 849147700
        },
        {
            "start": 849147810,
            "stop": 849153322
        }
    ]
}