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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=60",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 61,
    "results": [
        {
            "start": 817251978,
            "stop": 817252020
        },
        {
            "start": 817252080,
            "stop": 817252203
        },
        {
            "start": 817252206,
            "stop": 817252293
        },
        {
            "start": 817252297,
            "stop": 817252338
        },
        {
            "start": 817255379,
            "stop": 817255440
        },
        {
            "start": 817255500,
            "stop": 817255605
        },
        {
            "start": 817255609,
            "stop": 817255620
        },
        {
            "start": 817255740,
            "stop": 817256361
        },
        {
            "start": 817256365,
            "stop": 817256880
        },
        {
            "start": 817256940,
            "stop": 817257051
        },
        {
            "start": 817257054,
            "stop": 817257360
        },
        {
            "start": 817257420,
            "stop": 817257924
        },
        {
            "start": 817257927,
            "stop": 817257948
        },
        {
            "start": 817257951,
            "stop": 817258860
        },
        {
            "start": 817258986,
            "stop": 817258989
        },
        {
            "start": 817258992,
            "stop": 817259100
        },
        {
            "start": 817259280,
            "stop": 817259578
        },
        {
            "start": 817259595,
            "stop": 817259609
        },
        {
            "start": 817259628,
            "stop": 817259886
        },
        {
            "start": 817259889,
            "stop": 817259903
        }
    ]
}