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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5084",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5085,
    "results": [
        {
            "start": 873223080,
            "stop": 873223399
        },
        {
            "start": 873223417,
            "stop": 873223419
        },
        {
            "start": 873223430,
            "stop": 873223438
        },
        {
            "start": 873223445,
            "stop": 873223497
        },
        {
            "start": 873223504,
            "stop": 873223566
        },
        {
            "start": 873223573,
            "stop": 873223645
        },
        {
            "start": 873223653,
            "stop": 873223860
        },
        {
            "start": 873223868,
            "stop": 873223955
        },
        {
            "start": 873223963,
            "stop": 873223972
        },
        {
            "start": 873223985,
            "stop": 873223991
        },
        {
            "start": 873223999,
            "stop": 873224602
        },
        {
            "start": 873224638,
            "stop": 873224987
        },
        {
            "start": 873225056,
            "stop": 873225113
        },
        {
            "start": 873225121,
            "stop": 873225146
        },
        {
            "start": 873225155,
            "stop": 873225159
        },
        {
            "start": 873225166,
            "stop": 873225396
        },
        {
            "start": 873225403,
            "stop": 873225413
        },
        {
            "start": 873225421,
            "stop": 873225465
        },
        {
            "start": 873225600,
            "stop": 873225660
        },
        {
            "start": 873225720,
            "stop": 873225747
        }
    ]
}