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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6157",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6158,
    "results": [
        {
            "start": 874345895,
            "stop": 874345898
        },
        {
            "start": 874345899,
            "stop": 874345906
        },
        {
            "start": 874345907,
            "stop": 874345912
        },
        {
            "start": 874345913,
            "stop": 874345926
        },
        {
            "start": 874345928,
            "stop": 874345960
        },
        {
            "start": 874345961,
            "stop": 874345963
        },
        {
            "start": 874345964,
            "stop": 874346011
        },
        {
            "start": 874346012,
            "stop": 874346058
        },
        {
            "start": 874346059,
            "stop": 874346096
        },
        {
            "start": 874346097,
            "stop": 874346098
        },
        {
            "start": 874346100,
            "stop": 874346222
        },
        {
            "start": 874346223,
            "stop": 874346245
        },
        {
            "start": 874346303,
            "stop": 874346474
        },
        {
            "start": 874346475,
            "stop": 874346478
        },
        {
            "start": 874346479,
            "stop": 874346875
        },
        {
            "start": 874348409,
            "stop": 874348411
        },
        {
            "start": 874348412,
            "stop": 874348414
        },
        {
            "start": 874348415,
            "stop": 874348419
        },
        {
            "start": 874348428,
            "stop": 874348433
        },
        {
            "start": 874348436,
            "stop": 874348441
        }
    ]
}