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/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9084
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=9085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9083",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9084,
    "results": [
        {
            "start": 874658359,
            "stop": 874658370
        },
        {
            "start": 874659930,
            "stop": 874659950
        },
        {
            "start": 874659972,
            "stop": 874659973
        },
        {
            "start": 874659992,
            "stop": 874660408
        },
        {
            "start": 874660425,
            "stop": 874660532
        },
        {
            "start": 874660555,
            "stop": 874660561
        },
        {
            "start": 874660587,
            "stop": 874660672
        },
        {
            "start": 874660689,
            "stop": 874660743
        },
        {
            "start": 874660781,
            "stop": 874660883
        },
        {
            "start": 874660902,
            "stop": 874660916
        },
        {
            "start": 874660935,
            "stop": 874661233
        },
        {
            "start": 874661252,
            "stop": 874661702
        },
        {
            "start": 874661721,
            "stop": 874662007
        },
        {
            "start": 874662026,
            "stop": 874662060
        },
        {
            "start": 874662240,
            "stop": 874662300
        },
        {
            "start": 874662492,
            "stop": 874662540
        },
        {
            "start": 874663260,
            "stop": 874663272
        },
        {
            "start": 874663296,
            "stop": 874663320
        },
        {
            "start": 874663380,
            "stop": 874663440
        },
        {
            "start": 874663800,
            "stop": 874663860
        }
    ]
}