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=5955
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=5956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5954",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5955,
    "results": [
        {
            "start": 873215104,
            "stop": 873215110
        },
        {
            "start": 873215111,
            "stop": 873215117
        },
        {
            "start": 873215120,
            "stop": 873215152
        },
        {
            "start": 873215153,
            "stop": 873215264
        },
        {
            "start": 873215265,
            "stop": 873215267
        },
        {
            "start": 873215268,
            "stop": 873215362
        },
        {
            "start": 873215369,
            "stop": 873215399
        },
        {
            "start": 873215400,
            "stop": 873215408
        },
        {
            "start": 873215414,
            "stop": 873215480
        },
        {
            "start": 873215484,
            "stop": 873215627
        },
        {
            "start": 873215628,
            "stop": 873215696
        },
        {
            "start": 873215699,
            "stop": 873215700
        },
        {
            "start": 873215703,
            "stop": 873215720
        },
        {
            "start": 873215723,
            "stop": 873215753
        },
        {
            "start": 873215754,
            "stop": 873215786
        },
        {
            "start": 873215789,
            "stop": 873215807
        },
        {
            "start": 873215810,
            "stop": 873215819
        },
        {
            "start": 873215822,
            "stop": 873215833
        },
        {
            "start": 873215836,
            "stop": 873215842
        },
        {
            "start": 873215845,
            "stop": 873215848
        }
    ]
}