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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10087",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10088,
    "results": [
        {
            "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": 873224704
        },
        {
            "start": 873224824,
            "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
        },
        {
            "start": 873225754,
            "stop": 873226057
        },
        {
            "start": 873226064,
            "stop": 873226394
        }
    ]
}