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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3799",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3800,
    "results": [
        {
            "start": 873220159,
            "stop": 873220167
        },
        {
            "start": 873220168,
            "stop": 873220178
        },
        {
            "start": 873220179,
            "stop": 873220183
        },
        {
            "start": 873220185,
            "stop": 873220240
        },
        {
            "start": 873220241,
            "stop": 873220269
        },
        {
            "start": 873220270,
            "stop": 873220577
        },
        {
            "start": 873220578,
            "stop": 873220623
        },
        {
            "start": 873220624,
            "stop": 873220840
        },
        {
            "start": 873220841,
            "stop": 873220964
        },
        {
            "start": 873220965,
            "stop": 873221280
        },
        {
            "start": 873221340,
            "stop": 873221526
        },
        {
            "start": 873221527,
            "stop": 873223020
        },
        {
            "start": 873223080,
            "stop": 873224610
        },
        {
            "start": 873224613,
            "stop": 873225002
        },
        {
            "start": 873225003,
            "stop": 873225030
        },
        {
            "start": 873225031,
            "stop": 873225473
        },
        {
            "start": 873225474,
            "stop": 873225676
        },
        {
            "start": 873225677,
            "stop": 873225685
        },
        {
            "start": 873225686,
            "stop": 873226402
        },
        {
            "start": 873226406,
            "stop": 873226759
        }
    ]
}