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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=21",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 22,
    "results": [
        {
            "start": 816742450,
            "stop": 816742467
        },
        {
            "start": 816742471,
            "stop": 816742502
        },
        {
            "start": 816742507,
            "stop": 816742509
        },
        {
            "start": 816742512,
            "stop": 816742520
        },
        {
            "start": 816742523,
            "stop": 816742541
        },
        {
            "start": 816742544,
            "stop": 816742545
        },
        {
            "start": 816742551,
            "stop": 816743893
        },
        {
            "start": 816743896,
            "stop": 816744031
        },
        {
            "start": 816744034,
            "stop": 816744234
        },
        {
            "start": 816744237,
            "stop": 816744613
        },
        {
            "start": 816744616,
            "stop": 816744662
        },
        {
            "start": 816744666,
            "stop": 816745072
        },
        {
            "start": 816745075,
            "stop": 816745090
        },
        {
            "start": 816745093,
            "stop": 816745122
        },
        {
            "start": 816745125,
            "stop": 816745592
        },
        {
            "start": 816745595,
            "stop": 816745754
        },
        {
            "start": 816745757,
            "stop": 816745807
        },
        {
            "start": 816745810,
            "stop": 816745827
        },
        {
            "start": 816745831,
            "stop": 816745916
        },
        {
            "start": 816745919,
            "stop": 816745987
        }
    ]
}