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=8956
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=8957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8955",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8956,
    "results": [
        {
            "start": 873742628,
            "stop": 873742695
        },
        {
            "start": 873742714,
            "stop": 873742804
        },
        {
            "start": 873742823,
            "stop": 873742857
        },
        {
            "start": 873742876,
            "stop": 873742917
        },
        {
            "start": 873742937,
            "stop": 873742970
        },
        {
            "start": 873742996,
            "stop": 873743067
        },
        {
            "start": 873743088,
            "stop": 873743100
        },
        {
            "start": 873743117,
            "stop": 873743158
        },
        {
            "start": 873743175,
            "stop": 873743184
        },
        {
            "start": 873743216,
            "stop": 873743223
        },
        {
            "start": 873743589,
            "stop": 873743622
        },
        {
            "start": 873743748,
            "stop": 873743760
        },
        {
            "start": 873743880,
            "stop": 873743885
        },
        {
            "start": 873743902,
            "stop": 873743925
        },
        {
            "start": 873744092,
            "stop": 873744240
        },
        {
            "start": 873744304,
            "stop": 873744340
        },
        {
            "start": 873744375,
            "stop": 873744468
        },
        {
            "start": 873744485,
            "stop": 873744542
        },
        {
            "start": 873744569,
            "stop": 873744645
        },
        {
            "start": 873744664,
            "stop": 873744718
        }
    ]
}