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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=37",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 38,
    "results": [
        {
            "start": 816687963,
            "stop": 816688032
        },
        {
            "start": 816688035,
            "stop": 816688167
        },
        {
            "start": 816688171,
            "stop": 816688174
        },
        {
            "start": 816688177,
            "stop": 816688397
        },
        {
            "start": 816688401,
            "stop": 816688441
        },
        {
            "start": 816688445,
            "stop": 816688543
        },
        {
            "start": 816688546,
            "stop": 816688572
        },
        {
            "start": 816688576,
            "stop": 816688637
        },
        {
            "start": 816688640,
            "stop": 816688676
        },
        {
            "start": 816688679,
            "stop": 816688681
        },
        {
            "start": 816688684,
            "stop": 816688759
        },
        {
            "start": 816688762,
            "stop": 816688770
        },
        {
            "start": 816688774,
            "stop": 816689204
        },
        {
            "start": 816689209,
            "stop": 816689557
        },
        {
            "start": 816689561,
            "stop": 816689613
        },
        {
            "start": 816689616,
            "stop": 816689634
        },
        {
            "start": 816689638,
            "stop": 816689694
        },
        {
            "start": 816689697,
            "stop": 816689760
        },
        {
            "start": 816689763,
            "stop": 816689898
        },
        {
            "start": 816689901,
            "stop": 816690204
        }
    ]
}