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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=36",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 37,
    "results": [
        {
            "start": 1261012874,
            "stop": 1261015541
        },
        {
            "start": 1261017192,
            "stop": 1261019907
        },
        {
            "start": 1261021435,
            "stop": 1261022670
        },
        {
            "start": 1261025124,
            "stop": 1261025753
        },
        {
            "start": 1261038330,
            "stop": 1261059092
        },
        {
            "start": 1261061078,
            "stop": 1261074693
        },
        {
            "start": 1261074862,
            "stop": 1261087713
        },
        {
            "start": 1261095997,
            "stop": 1261115082
        },
        {
            "start": 1261115235,
            "stop": 1261120119
        },
        {
            "start": 1261121525,
            "stop": 1261122698
        },
        {
            "start": 1261123453,
            "stop": 1261135192
        },
        {
            "start": 1261136834,
            "stop": 1261159833
        },
        {
            "start": 1261162211,
            "stop": 1261168293
        },
        {
            "start": 1261169893,
            "stop": 1261172292
        },
        {
            "start": 1261173535,
            "stop": 1261202420
        },
        {
            "start": 1261204938,
            "stop": 1261207046
        },
        {
            "start": 1261225024,
            "stop": 1261282668
        },
        {
            "start": 1261285259,
            "stop": 1261320315
        },
        {
            "start": 1261320379,
            "stop": 1261321339
        },
        {
            "start": 1261339374,
            "stop": 1261357071
        }
    ]
}