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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=317",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 318,
    "results": [
        {
            "start": 821240317,
            "stop": 821240403
        },
        {
            "start": 821240422,
            "stop": 821240461
        },
        {
            "start": 821240508,
            "stop": 821240523
        },
        {
            "start": 821240542,
            "stop": 821240545
        },
        {
            "start": 821240564,
            "stop": 821240629
        },
        {
            "start": 821240648,
            "stop": 821240672
        },
        {
            "start": 821240691,
            "stop": 821240705
        },
        {
            "start": 821240732,
            "stop": 821240925
        },
        {
            "start": 821240944,
            "stop": 821241138
        },
        {
            "start": 821241157,
            "stop": 821241179
        },
        {
            "start": 821241198,
            "stop": 821241407
        },
        {
            "start": 821241426,
            "stop": 821241515
        },
        {
            "start": 821241534,
            "stop": 821241552
        },
        {
            "start": 821241588,
            "stop": 821241638
        },
        {
            "start": 821241657,
            "stop": 821241688
        },
        {
            "start": 821241722,
            "stop": 821241751
        },
        {
            "start": 821241770,
            "stop": 821241988
        },
        {
            "start": 821242007,
            "stop": 821242041
        },
        {
            "start": 821242060,
            "stop": 821242069
        },
        {
            "start": 821242088,
            "stop": 821242146
        }
    ]
}