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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3219",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3220,
    "results": [
        {
            "start": 871478060,
            "stop": 871483620
        },
        {
            "start": 871483740,
            "stop": 871491240
        },
        {
            "start": 871491360,
            "stop": 871498560
        },
        {
            "start": 871498620,
            "stop": 871499595
        },
        {
            "start": 871499599,
            "stop": 871499657
        },
        {
            "start": 871499661,
            "stop": 871500234
        },
        {
            "start": 871500238,
            "stop": 871506997
        },
        {
            "start": 871507003,
            "stop": 871507189
        },
        {
            "start": 871507192,
            "stop": 871513192
        },
        {
            "start": 871513200,
            "stop": 871513212
        },
        {
            "start": 871513220,
            "stop": 871515839
        },
        {
            "start": 871515898,
            "stop": 871522389
        },
        {
            "start": 871522689,
            "stop": 871524360
        },
        {
            "start": 871524780,
            "stop": 871539479
        },
        {
            "start": 871539537,
            "stop": 871545824
        },
        {
            "start": 871546005,
            "stop": 871546664
        },
        {
            "start": 871546845,
            "stop": 871547324
        },
        {
            "start": 871547505,
            "stop": 871547564
        },
        {
            "start": 871547745,
            "stop": 871551179
        },
        {
            "start": 871551210,
            "stop": 871560179
        }
    ]
}