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=5044
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=5045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5043",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5044,
    "results": [
        {
            "start": 872708027,
            "stop": 872708097
        },
        {
            "start": 872708132,
            "stop": 872708139
        },
        {
            "start": 872708157,
            "stop": 872708205
        },
        {
            "start": 872708222,
            "stop": 872708223
        },
        {
            "start": 872708294,
            "stop": 872708323
        },
        {
            "start": 872708340,
            "stop": 872708344
        },
        {
            "start": 872708378,
            "stop": 872708455
        },
        {
            "start": 872708473,
            "stop": 872708579
        },
        {
            "start": 872708597,
            "stop": 872708725
        },
        {
            "start": 872708756,
            "stop": 872708795
        },
        {
            "start": 872708812,
            "stop": 872708825
        },
        {
            "start": 872708842,
            "stop": 872708852
        },
        {
            "start": 872708870,
            "stop": 872708890
        },
        {
            "start": 872708926,
            "stop": 872708928
        },
        {
            "start": 872708945,
            "stop": 872708964
        },
        {
            "start": 872709005,
            "stop": 872709012
        },
        {
            "start": 872709140,
            "stop": 872709141
        },
        {
            "start": 872709215,
            "stop": 872709223
        },
        {
            "start": 872709241,
            "stop": 872709245
        },
        {
            "start": 872709263,
            "stop": 872709284
        }
    ]
}