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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2051",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2052,
    "results": [
        {
            "start": 860785505,
            "stop": 860789250
        },
        {
            "start": 860790909,
            "stop": 860796581
        },
        {
            "start": 860797122,
            "stop": 860827370
        },
        {
            "start": 860827690,
            "stop": 860846520
        },
        {
            "start": 860846528,
            "stop": 860855995
        },
        {
            "start": 860856000,
            "stop": 860856005
        },
        {
            "start": 860856013,
            "stop": 860856090
        },
        {
            "start": 860856095,
            "stop": 860857250
        },
        {
            "start": 860874647,
            "stop": 860876754
        },
        {
            "start": 860876755,
            "stop": 860877457
        },
        {
            "start": 860877842,
            "stop": 860878738
        },
        {
            "start": 860879926,
            "stop": 860887359
        },
        {
            "start": 860888491,
            "stop": 860888759
        },
        {
            "start": 860891128,
            "stop": 860894438
        },
        {
            "start": 860894942,
            "stop": 860921075
        },
        {
            "start": 860923746,
            "stop": 860926267
        },
        {
            "start": 860926273,
            "stop": 860943035
        },
        {
            "start": 860943040,
            "stop": 860943055
        },
        {
            "start": 860943060,
            "stop": 860943077
        },
        {
            "start": 860943083,
            "stop": 860944704
        }
    ]
}