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/O1/timelines/H1_BURST_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/O1/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 52,
    "results": [
        {
            "start": 1130171209,
            "stop": 1130177056
        },
        {
            "start": 1130177063,
            "stop": 1130177110
        },
        {
            "start": 1130177117,
            "stop": 1130184410
        },
        {
            "start": 1130187911,
            "stop": 1130191487
        },
        {
            "start": 1130191488,
            "stop": 1130192283
        },
        {
            "start": 1130196168,
            "stop": 1130200684
        },
        {
            "start": 1130200686,
            "stop": 1130200772
        },
        {
            "start": 1130200779,
            "stop": 1130210870
        },
        {
            "start": 1130210878,
            "stop": 1130211413
        },
        {
            "start": 1130211420,
            "stop": 1130214346
        },
        {
            "start": 1130214353,
            "stop": 1130224388
        },
        {
            "start": 1130224396,
            "stop": 1130226157
        },
        {
            "start": 1130226164,
            "stop": 1130233680
        },
        {
            "start": 1130233687,
            "stop": 1130235600
        },
        {
            "start": 1130235611,
            "stop": 1130239088
        },
        {
            "start": 1130239095,
            "stop": 1130240974
        },
        {
            "start": 1130240975,
            "stop": 1130244154
        },
        {
            "start": 1130308697,
            "stop": 1130311870
        },
        {
            "start": 1130311878,
            "stop": 1130313478
        },
        {
            "start": 1130313485,
            "stop": 1130313812
        }
    ]
}