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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9876",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9877,
    "results": [
        {
            "start": 874446117,
            "stop": 874446488
        },
        {
            "start": 874446505,
            "stop": 874446611
        },
        {
            "start": 874446796,
            "stop": 874446833
        },
        {
            "start": 874446850,
            "stop": 874447500
        },
        {
            "start": 874447560,
            "stop": 874447870
        },
        {
            "start": 874447887,
            "stop": 874448280
        },
        {
            "start": 874448400,
            "stop": 874448994
        },
        {
            "start": 874449011,
            "stop": 874449373
        },
        {
            "start": 874449390,
            "stop": 874449462
        },
        {
            "start": 874449479,
            "stop": 874450148
        },
        {
            "start": 874450165,
            "stop": 874450213
        },
        {
            "start": 874450255,
            "stop": 874450282
        },
        {
            "start": 874450469,
            "stop": 874450507
        },
        {
            "start": 874450524,
            "stop": 874450531
        },
        {
            "start": 874450548,
            "stop": 874450680
        },
        {
            "start": 874450740,
            "stop": 874450913
        },
        {
            "start": 874450930,
            "stop": 874450956
        },
        {
            "start": 874450991,
            "stop": 874451130
        },
        {
            "start": 874451164,
            "stop": 874451196
        },
        {
            "start": 874451316,
            "stop": 874452194
        }
    ]
}