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=9918
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=9919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9917",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9918,
    "results": [
        {
            "start": 870911910,
            "stop": 870911951
        },
        {
            "start": 870911958,
            "stop": 870912060
        },
        {
            "start": 870912198,
            "stop": 870912220
        },
        {
            "start": 870912229,
            "stop": 870912305
        },
        {
            "start": 870912314,
            "stop": 870912384
        },
        {
            "start": 870912391,
            "stop": 870912420
        },
        {
            "start": 870912540,
            "stop": 870912639
        },
        {
            "start": 870912646,
            "stop": 870912654
        },
        {
            "start": 870912691,
            "stop": 870912697
        },
        {
            "start": 870912720,
            "stop": 870912750
        },
        {
            "start": 870912773,
            "stop": 870912824
        },
        {
            "start": 870912832,
            "stop": 870912839
        },
        {
            "start": 870912960,
            "stop": 870913052
        },
        {
            "start": 870913059,
            "stop": 870913179
        },
        {
            "start": 870913195,
            "stop": 870913244
        },
        {
            "start": 870913252,
            "stop": 870913262
        },
        {
            "start": 870913270,
            "stop": 870913397
        },
        {
            "start": 870913404,
            "stop": 870913435
        },
        {
            "start": 870913450,
            "stop": 870913458
        },
        {
            "start": 870913465,
            "stop": 870913538
        }
    ]
}