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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8953",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8954,
    "results": [
        {
            "start": 873737948,
            "stop": 873737963
        },
        {
            "start": 873738000,
            "stop": 873738011
        },
        {
            "start": 873738034,
            "stop": 873738042
        },
        {
            "start": 873738068,
            "stop": 873738076
        },
        {
            "start": 873738096,
            "stop": 873738099
        },
        {
            "start": 873738136,
            "stop": 873738155
        },
        {
            "start": 873738175,
            "stop": 873738204
        },
        {
            "start": 873738236,
            "stop": 873738240
        },
        {
            "start": 873738426,
            "stop": 873738437
        },
        {
            "start": 873738459,
            "stop": 873738508
        },
        {
            "start": 873738551,
            "stop": 873738594
        },
        {
            "start": 873738614,
            "stop": 873738682
        },
        {
            "start": 873738704,
            "stop": 873738714
        },
        {
            "start": 873738733,
            "stop": 873738766
        },
        {
            "start": 873738785,
            "stop": 873738859
        },
        {
            "start": 873738883,
            "stop": 873738897
        },
        {
            "start": 873738916,
            "stop": 873738978
        },
        {
            "start": 873739006,
            "stop": 873739034
        },
        {
            "start": 873739054,
            "stop": 873739062
        },
        {
            "start": 873739081,
            "stop": 873739230
        }
    ]
}