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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 83,
    "results": [
        {
            "start": 1173846787,
            "stop": 1173847240
        },
        {
            "start": 1173847243,
            "stop": 1173847252
        },
        {
            "start": 1173847255,
            "stop": 1173856825
        },
        {
            "start": 1173859324,
            "stop": 1173861859
        },
        {
            "start": 1173861862,
            "stop": 1173865702
        },
        {
            "start": 1173865706,
            "stop": 1173871362
        },
        {
            "start": 1173871366,
            "stop": 1173884932
        },
        {
            "start": 1173884936,
            "stop": 1173900023
        },
        {
            "start": 1173900028,
            "stop": 1173900481
        },
        {
            "start": 1173900495,
            "stop": 1173901324
        },
        {
            "start": 1173901327,
            "stop": 1173901843
        },
        {
            "start": 1173901851,
            "stop": 1173901946
        },
        {
            "start": 1173901963,
            "stop": 1173902015
        },
        {
            "start": 1173906065,
            "stop": 1173906375
        },
        {
            "start": 1173906378,
            "stop": 1173906418
        },
        {
            "start": 1173906421,
            "stop": 1173906580
        },
        {
            "start": 1173906586,
            "stop": 1173906717
        },
        {
            "start": 1173906722,
            "stop": 1173906785
        },
        {
            "start": 1173919283,
            "stop": 1173935793
        },
        {
            "start": 1173935797,
            "stop": 1173965987
        }
    ]
}