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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=51",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 52,
    "results": [
        {
            "start": 1173861862,
            "stop": 1173900023
        },
        {
            "start": 1173900028,
            "stop": 1173900481
        },
        {
            "start": 1173900495,
            "stop": 1173901324
        },
        {
            "start": 1173901327,
            "stop": 1173901843
        },
        {
            "start": 1173901851,
            "stop": 1173901946
        },
        {
            "start": 1173901963,
            "stop": 1173902017
        },
        {
            "start": 1173906065,
            "stop": 1173906375
        },
        {
            "start": 1173906378,
            "stop": 1173906418
        },
        {
            "start": 1173906421,
            "stop": 1173906580
        },
        {
            "start": 1173906586,
            "stop": 1173906717
        },
        {
            "start": 1173906722,
            "stop": 1173906785
        },
        {
            "start": 1173919283,
            "stop": 1173965987
        },
        {
            "start": 1173965990,
            "stop": 1173976601
        },
        {
            "start": 1173976626,
            "stop": 1173983124
        },
        {
            "start": 1173983126,
            "stop": 1173989194
        },
        {
            "start": 1173989197,
            "stop": 1173989199
        },
        {
            "start": 1173989202,
            "stop": 1173997441
        },
        {
            "start": 1173997443,
            "stop": 1174008067
        },
        {
            "start": 1174008071,
            "stop": 1174013236
        },
        {
            "start": 1174013237,
            "stop": 1174013245
        }
    ]
}