Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=193
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=192",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 193,
    "results": [
        {
            "start": 840932036,
            "stop": 840932099
        },
        {
            "start": 840932103,
            "stop": 840932633
        },
        {
            "start": 840933996,
            "stop": 840993813
        },
        {
            "start": 840994415,
            "stop": 840995713
        },
        {
            "start": 840996720,
            "stop": 841063324
        },
        {
            "start": 841064981,
            "stop": 841085893
        },
        {
            "start": 841086647,
            "stop": 841094260
        },
        {
            "start": 841098776,
            "stop": 841141920
        },
        {
            "start": 841142907,
            "stop": 841143853
        },
        {
            "start": 841145524,
            "stop": 841147813
        },
        {
            "start": 841148863,
            "stop": 841159618
        },
        {
            "start": 841165086,
            "stop": 841171745
        },
        {
            "start": 841176793,
            "stop": 841178587
        },
        {
            "start": 841179500,
            "stop": 841236712
        },
        {
            "start": 841237644,
            "stop": 841242278
        },
        {
            "start": 841243378,
            "stop": 841245134
        },
        {
            "start": 841246669,
            "stop": 841262320
        },
        {
            "start": 841263549,
            "stop": 841305663
        },
        {
            "start": 841307797,
            "stop": 841342866
        },
        {
            "start": 841343768,
            "stop": 841343776
        }
    ]
}