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=9908
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=9909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9907",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9908,
    "results": [
        {
            "start": 870901195,
            "stop": 870901215
        },
        {
            "start": 870901222,
            "stop": 870901260
        },
        {
            "start": 870901380,
            "stop": 870901417
        },
        {
            "start": 870901433,
            "stop": 870901459
        },
        {
            "start": 870901475,
            "stop": 870901476
        },
        {
            "start": 870901483,
            "stop": 870901500
        },
        {
            "start": 870901680,
            "stop": 870901779
        },
        {
            "start": 870901787,
            "stop": 870901797
        },
        {
            "start": 870901805,
            "stop": 870901883
        },
        {
            "start": 870901907,
            "stop": 870901952
        },
        {
            "start": 870901960,
            "stop": 870901980
        },
        {
            "start": 870901988,
            "stop": 870902025
        },
        {
            "start": 870902033,
            "stop": 870902040
        },
        {
            "start": 870902100,
            "stop": 870902102
        },
        {
            "start": 870902109,
            "stop": 870902131
        },
        {
            "start": 870902154,
            "stop": 870902202
        },
        {
            "start": 870902210,
            "stop": 870902238
        },
        {
            "start": 870902246,
            "stop": 870902252
        },
        {
            "start": 870902340,
            "stop": 870902365
        },
        {
            "start": 870902374,
            "stop": 870902400
        }
    ]
}