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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3960",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3961,
    "results": [
        {
            "start": 874397998,
            "stop": 874398015
        },
        {
            "start": 874398016,
            "stop": 874398027
        },
        {
            "start": 874398028,
            "stop": 874398050
        },
        {
            "start": 874398051,
            "stop": 874398063
        },
        {
            "start": 874398064,
            "stop": 874398068
        },
        {
            "start": 874398069,
            "stop": 874398071
        },
        {
            "start": 874398072,
            "stop": 874398104
        },
        {
            "start": 874398106,
            "stop": 874400817
        },
        {
            "start": 874400821,
            "stop": 874400908
        },
        {
            "start": 874400913,
            "stop": 874400915
        },
        {
            "start": 874400918,
            "stop": 874401034
        },
        {
            "start": 874401037,
            "stop": 874401039
        },
        {
            "start": 874401042,
            "stop": 874401430
        },
        {
            "start": 874401434,
            "stop": 874401442
        },
        {
            "start": 874401446,
            "stop": 874401491
        },
        {
            "start": 874402396,
            "stop": 874404340
        },
        {
            "start": 874404343,
            "stop": 874407357
        },
        {
            "start": 874407362,
            "stop": 874407693
        },
        {
            "start": 874407696,
            "stop": 874407707
        },
        {
            "start": 874407710,
            "stop": 874407745
        }
    ]
}