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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4010",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4011,
    "results": [
        {
            "start": 874913056,
            "stop": 874913129
        },
        {
            "start": 874913135,
            "stop": 874913169
        },
        {
            "start": 874913172,
            "stop": 874913174
        },
        {
            "start": 874913177,
            "stop": 874913184
        },
        {
            "start": 874913193,
            "stop": 874913362
        },
        {
            "start": 874913365,
            "stop": 874913714
        },
        {
            "start": 874913717,
            "stop": 874914355
        },
        {
            "start": 874914358,
            "stop": 874914362
        },
        {
            "start": 874914368,
            "stop": 874914401
        },
        {
            "start": 874914404,
            "stop": 874914407
        },
        {
            "start": 874914413,
            "stop": 874914793
        },
        {
            "start": 874914796,
            "stop": 874914857
        },
        {
            "start": 874914860,
            "stop": 874914883
        },
        {
            "start": 874914888,
            "stop": 874916807
        },
        {
            "start": 874918375,
            "stop": 874933322
        },
        {
            "start": 874940592,
            "stop": 874940593
        },
        {
            "start": 874940598,
            "stop": 874940599
        },
        {
            "start": 874940605,
            "stop": 874940606
        },
        {
            "start": 874940611,
            "stop": 874940613
        },
        {
            "start": 874940615,
            "stop": 874940618
        }
    ]
}