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=7515
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=7516",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7514",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7515,
    "results": [
        {
            "start": 970395613,
            "stop": 970395659
        },
        {
            "start": 970395668,
            "stop": 970395675
        },
        {
            "start": 970395678,
            "stop": 970395748
        },
        {
            "start": 970395751,
            "stop": 970395760
        },
        {
            "start": 970395763,
            "stop": 970395780
        },
        {
            "start": 970395786,
            "stop": 970395943
        },
        {
            "start": 970395946,
            "stop": 970395967
        },
        {
            "start": 970395972,
            "stop": 970395974
        },
        {
            "start": 970395977,
            "stop": 970396078
        },
        {
            "start": 970396081,
            "stop": 970396136
        },
        {
            "start": 970396142,
            "stop": 970396166
        },
        {
            "start": 970396169,
            "stop": 970396196
        },
        {
            "start": 970396202,
            "stop": 970396288
        },
        {
            "start": 970396291,
            "stop": 970396404
        },
        {
            "start": 970396407,
            "stop": 970396415
        },
        {
            "start": 970396418,
            "stop": 970396474
        },
        {
            "start": 970396649,
            "stop": 970396688
        },
        {
            "start": 970396691,
            "stop": 970396761
        },
        {
            "start": 970396764,
            "stop": 970396792
        },
        {
            "start": 970396795,
            "stop": 970396892
        }
    ]
}