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=411
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=412",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=410",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 411,
    "results": [
        {
            "start": 1186758681,
            "stop": 1186761929
        },
        {
            "start": 1186761931,
            "stop": 1186762023
        },
        {
            "start": 1186762025,
            "stop": 1186769240
        },
        {
            "start": 1186769242,
            "stop": 1186776616
        },
        {
            "start": 1186776618,
            "stop": 1186777447
        },
        {
            "start": 1186777449,
            "stop": 1186777452
        },
        {
            "start": 1186777454,
            "stop": 1186788992
        },
        {
            "start": 1186788994,
            "stop": 1186789162
        },
        {
            "start": 1186789164,
            "stop": 1186789169
        },
        {
            "start": 1186789172,
            "stop": 1186797575
        },
        {
            "start": 1186797577,
            "stop": 1186803491
        },
        {
            "start": 1186803493,
            "stop": 1186807201
        },
        {
            "start": 1186807203,
            "stop": 1186815120
        },
        {
            "start": 1186815900,
            "stop": 1186825265
        },
        {
            "start": 1186825447,
            "stop": 1186842159
        },
        {
            "start": 1186842162,
            "stop": 1186844577
        },
        {
            "start": 1186876230,
            "stop": 1186939867
        },
        {
            "start": 1186953207,
            "stop": 1187009326
        },
        {
            "start": 1187009328,
            "stop": 1187010566
        },
        {
            "start": 1187010568,
            "stop": 1187018570
        }
    ]
}