Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=114
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=113",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 114,
    "results": [
        {
            "start": 817353451,
            "stop": 817353822
        },
        {
            "start": 817353825,
            "stop": 817354062
        },
        {
            "start": 817354065,
            "stop": 817354155
        },
        {
            "start": 817354158,
            "stop": 817355378
        },
        {
            "start": 817355498,
            "stop": 817355701
        },
        {
            "start": 817355821,
            "stop": 817357096
        },
        {
            "start": 817357099,
            "stop": 817357564
        },
        {
            "start": 817357568,
            "stop": 817359232
        },
        {
            "start": 817359249,
            "stop": 817360509
        },
        {
            "start": 817360629,
            "stop": 817361306
        },
        {
            "start": 817361426,
            "stop": 817362224
        },
        {
            "start": 817363146,
            "stop": 817369676
        },
        {
            "start": 817369796,
            "stop": 817371921
        },
        {
            "start": 817372041,
            "stop": 817374784
        },
        {
            "start": 817374816,
            "stop": 817379520
        },
        {
            "start": 817379524,
            "stop": 817379917
        },
        {
            "start": 817379920,
            "stop": 817382093
        },
        {
            "start": 817382096,
            "stop": 817382712
        },
        {
            "start": 817382715,
            "stop": 817382891
        },
        {
            "start": 817382894,
            "stop": 817386017
        }
    ]
}