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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=92",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 93,
    "results": [
        {
            "start": 816914523,
            "stop": 816915099
        },
        {
            "start": 816915102,
            "stop": 816916019
        },
        {
            "start": 816916021,
            "stop": 816916150
        },
        {
            "start": 816916153,
            "stop": 816916183
        },
        {
            "start": 816916364,
            "stop": 816916366
        },
        {
            "start": 816916369,
            "stop": 816916580
        },
        {
            "start": 816916583,
            "stop": 816917884
        },
        {
            "start": 816917887,
            "stop": 816919375
        },
        {
            "start": 816919379,
            "stop": 816919538
        },
        {
            "start": 816919542,
            "stop": 816921099
        },
        {
            "start": 816921103,
            "stop": 816922023
        },
        {
            "start": 816922027,
            "stop": 816922091
        },
        {
            "start": 816922094,
            "stop": 816922333
        },
        {
            "start": 816922820,
            "stop": 816923187
        },
        {
            "start": 816923191,
            "stop": 816923615
        },
        {
            "start": 816923618,
            "stop": 816923980
        },
        {
            "start": 816923983,
            "stop": 816923985
        },
        {
            "start": 816923989,
            "stop": 816924273
        },
        {
            "start": 816924276,
            "stop": 816925688
        },
        {
            "start": 816925691,
            "stop": 816926295
        }
    ]
}