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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=28",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 29,
    "results": [
        {
            "start": 816432615,
            "stop": 816432669
        },
        {
            "start": 816432691,
            "stop": 816432749
        },
        {
            "start": 816432769,
            "stop": 816432924
        },
        {
            "start": 816432944,
            "stop": 816433291
        },
        {
            "start": 816433314,
            "stop": 816433524
        },
        {
            "start": 816433544,
            "stop": 816433838
        },
        {
            "start": 816433859,
            "stop": 816433900
        },
        {
            "start": 816433943,
            "stop": 816434090
        },
        {
            "start": 816434121,
            "stop": 816434125
        },
        {
            "start": 816434144,
            "stop": 816434170
        },
        {
            "start": 816434189,
            "stop": 816434265
        },
        {
            "start": 816434294,
            "stop": 816434588
        },
        {
            "start": 816434608,
            "stop": 816434774
        },
        {
            "start": 816434791,
            "stop": 816434886
        },
        {
            "start": 816434905,
            "stop": 816435273
        },
        {
            "start": 816435293,
            "stop": 816435345
        },
        {
            "start": 816435365,
            "stop": 816435702
        },
        {
            "start": 816435722,
            "stop": 816435772
        },
        {
            "start": 816435796,
            "stop": 816435935
        },
        {
            "start": 816435975,
            "stop": 816436011
        }
    ]
}