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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4025",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4026,
    "results": [
        {
            "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": 874933346
        },
        {
            "start": 874940592,
            "stop": 874940593
        },
        {
            "start": 874940598,
            "stop": 874940599
        },
        {
            "start": 874940605,
            "stop": 874940606
        },
        {
            "start": 874940611,
            "stop": 874940613
        },
        {
            "start": 874940615,
            "stop": 874940618
        },
        {
            "start": 874940620,
            "stop": 874940622
        },
        {
            "start": 874940629,
            "stop": 874940630
        },
        {
            "start": 874940635,
            "stop": 874940636
        },
        {
            "start": 874940638,
            "stop": 874940641
        },
        {
            "start": 874940644,
            "stop": 874940645
        },
        {
            "start": 874940646,
            "stop": 874940651
        }
    ]
}