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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=238",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 239,
    "results": [
        {
            "start": 827406000,
            "stop": 827406052
        },
        {
            "start": 827406054,
            "stop": 827406087
        },
        {
            "start": 827406090,
            "stop": 827406094
        },
        {
            "start": 827406095,
            "stop": 827406104
        },
        {
            "start": 827406106,
            "stop": 827406170
        },
        {
            "start": 827406172,
            "stop": 827406216
        },
        {
            "start": 827406218,
            "stop": 827406247
        },
        {
            "start": 827406255,
            "stop": 827406258
        },
        {
            "start": 827406260,
            "stop": 827406263
        },
        {
            "start": 827406272,
            "stop": 827406460
        },
        {
            "start": 827406469,
            "stop": 827406471
        },
        {
            "start": 827406475,
            "stop": 827406500
        },
        {
            "start": 827406508,
            "stop": 827406564
        },
        {
            "start": 827406566,
            "stop": 827406579
        },
        {
            "start": 827406582,
            "stop": 827406608
        },
        {
            "start": 827406611,
            "stop": 827406614
        },
        {
            "start": 827406618,
            "stop": 827406619
        },
        {
            "start": 827406624,
            "stop": 827406626
        },
        {
            "start": 827406627,
            "stop": 827406630
        },
        {
            "start": 827406634,
            "stop": 827406637
        }
    ]
}