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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=47",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 48,
    "results": [
        {
            "start": 816601442,
            "stop": 816601446
        },
        {
            "start": 816601449,
            "stop": 816601453
        },
        {
            "start": 816601487,
            "stop": 816601681
        },
        {
            "start": 816601685,
            "stop": 816601711
        },
        {
            "start": 816601732,
            "stop": 816601736
        },
        {
            "start": 816601756,
            "stop": 816601799
        },
        {
            "start": 816601802,
            "stop": 816601880
        },
        {
            "start": 816601883,
            "stop": 816602029
        },
        {
            "start": 816602033,
            "stop": 816602072
        },
        {
            "start": 816602075,
            "stop": 816602102
        },
        {
            "start": 816602106,
            "stop": 816602144
        },
        {
            "start": 816602150,
            "stop": 816602198
        },
        {
            "start": 816602201,
            "stop": 816602212
        },
        {
            "start": 816602216,
            "stop": 816602263
        },
        {
            "start": 816602273,
            "stop": 816602321
        },
        {
            "start": 816602330,
            "stop": 816602333
        },
        {
            "start": 816602340,
            "stop": 816602571
        },
        {
            "start": 816602575,
            "stop": 816602585
        },
        {
            "start": 816602588,
            "stop": 816602630
        },
        {
            "start": 816602634,
            "stop": 816602670
        }
    ]
}