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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7510",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7508",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7509,
    "results": [
        {
            "start": 970326039,
            "stop": 970326118
        },
        {
            "start": 970326123,
            "stop": 970326139
        },
        {
            "start": 970326145,
            "stop": 970326148
        },
        {
            "start": 970326152,
            "stop": 970326186
        },
        {
            "start": 970375709,
            "stop": 970375968
        },
        {
            "start": 970375971,
            "stop": 970376423
        },
        {
            "start": 970377488,
            "stop": 970377602
        },
        {
            "start": 970377605,
            "stop": 970377724
        },
        {
            "start": 970377727,
            "stop": 970378251
        },
        {
            "start": 970378254,
            "stop": 970378465
        },
        {
            "start": 970378471,
            "stop": 970378501
        },
        {
            "start": 970378507,
            "stop": 970378576
        },
        {
            "start": 970378582,
            "stop": 970378601
        },
        {
            "start": 970378607,
            "stop": 970378609
        },
        {
            "start": 970378615,
            "stop": 970378624
        },
        {
            "start": 970378630,
            "stop": 970378793
        },
        {
            "start": 970378796,
            "stop": 970378902
        },
        {
            "start": 970378905,
            "stop": 970378979
        },
        {
            "start": 970378985,
            "stop": 970379334
        },
        {
            "start": 970379337,
            "stop": 970379488
        }
    ]
}