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=3865
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=3866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3864",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3865,
    "results": [
        {
            "start": 873747219,
            "stop": 873747255
        },
        {
            "start": 873747258,
            "stop": 873747287
        },
        {
            "start": 873747290,
            "stop": 873747398
        },
        {
            "start": 873747401,
            "stop": 873747454
        },
        {
            "start": 873747457,
            "stop": 873747472
        },
        {
            "start": 873747476,
            "stop": 873747511
        },
        {
            "start": 873747514,
            "stop": 873748444
        },
        {
            "start": 873748447,
            "stop": 873748527
        },
        {
            "start": 873748530,
            "stop": 873748622
        },
        {
            "start": 873748625,
            "stop": 873749191
        },
        {
            "start": 873749194,
            "stop": 873749205
        },
        {
            "start": 873749208,
            "stop": 873749210
        },
        {
            "start": 873749213,
            "stop": 873749432
        },
        {
            "start": 873749433,
            "stop": 873749697
        },
        {
            "start": 873749700,
            "stop": 873749720
        },
        {
            "start": 873749723,
            "stop": 873749731
        },
        {
            "start": 873749733,
            "stop": 873749736
        },
        {
            "start": 873749739,
            "stop": 873749755
        },
        {
            "start": 873749758,
            "stop": 873749893
        },
        {
            "start": 873749896,
            "stop": 873750249
        }
    ]
}