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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 2,
    "results": [
        {
            "start": 816094469,
            "stop": 816094488
        },
        {
            "start": 816094493,
            "stop": 816094514
        },
        {
            "start": 816094520,
            "stop": 816094530
        },
        {
            "start": 816095490,
            "stop": 816095578
        },
        {
            "start": 816095581,
            "stop": 816095607
        },
        {
            "start": 816095610,
            "stop": 816095780
        },
        {
            "start": 816095783,
            "stop": 816095827
        },
        {
            "start": 816095830,
            "stop": 816095928
        },
        {
            "start": 816095931,
            "stop": 816095986
        },
        {
            "start": 816095989,
            "stop": 816096002
        },
        {
            "start": 816096006,
            "stop": 816096077
        },
        {
            "start": 816098850,
            "stop": 816098865
        },
        {
            "start": 816098868,
            "stop": 816099058
        },
        {
            "start": 816229176,
            "stop": 816229212
        },
        {
            "start": 816229215,
            "stop": 816229228
        },
        {
            "start": 816229244,
            "stop": 816229261
        },
        {
            "start": 816229264,
            "stop": 816229271
        },
        {
            "start": 816229279,
            "stop": 816229315
        },
        {
            "start": 816229320,
            "stop": 816229337
        },
        {
            "start": 816229344,
            "stop": 816229346
        }
    ]
}