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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=31",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 32,
    "results": [
        {
            "start": 1171837189,
            "stop": 1171837430
        },
        {
            "start": 1171837432,
            "stop": 1171839151
        },
        {
            "start": 1171839153,
            "stop": 1171845651
        },
        {
            "start": 1171846032,
            "stop": 1171861200
        },
        {
            "start": 1171861650,
            "stop": 1171865396
        },
        {
            "start": 1171872951,
            "stop": 1171893138
        },
        {
            "start": 1171893141,
            "stop": 1171895025
        },
        {
            "start": 1171895027,
            "stop": 1171912542
        },
        {
            "start": 1171912544,
            "stop": 1171912545
        },
        {
            "start": 1171912547,
            "stop": 1171913172
        },
        {
            "start": 1171913174,
            "stop": 1171922151
        },
        {
            "start": 1171922153,
            "stop": 1171922674
        },
        {
            "start": 1171924947,
            "stop": 1171929222
        },
        {
            "start": 1171929224,
            "stop": 1171930921
        },
        {
            "start": 1171930923,
            "stop": 1171939747
        },
        {
            "start": 1171939786,
            "stop": 1171974803
        },
        {
            "start": 1171978557,
            "stop": 1171992471
        },
        {
            "start": 1172024211,
            "stop": 1172026558
        },
        {
            "start": 1172026559,
            "stop": 1172027176
        },
        {
            "start": 1172027177,
            "stop": 1172029747
        }
    ]
}