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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7356",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7354",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7355,
    "results": [
        {
            "start": 969394847,
            "stop": 969394929
        },
        {
            "start": 969394940,
            "stop": 969395006
        },
        {
            "start": 969395009,
            "stop": 969395056
        },
        {
            "start": 969395059,
            "stop": 969395101
        },
        {
            "start": 969395122,
            "stop": 969395147
        },
        {
            "start": 969395221,
            "stop": 969395263
        },
        {
            "start": 969395289,
            "stop": 969395387
        },
        {
            "start": 969395507,
            "stop": 969395799
        },
        {
            "start": 969395802,
            "stop": 969395962
        },
        {
            "start": 969395965,
            "stop": 969396011
        },
        {
            "start": 969396014,
            "stop": 969396047
        },
        {
            "start": 969396227,
            "stop": 969396457
        },
        {
            "start": 969396460,
            "stop": 969396798
        },
        {
            "start": 969396801,
            "stop": 969396968
        },
        {
            "start": 969396989,
            "stop": 969397003
        },
        {
            "start": 969397024,
            "stop": 969397038
        },
        {
            "start": 969397059,
            "stop": 969397070
        },
        {
            "start": 969397103,
            "stop": 969397203
        },
        {
            "start": 969397206,
            "stop": 969397724
        },
        {
            "start": 969397867,
            "stop": 969398048
        }
    ]
}