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=10047
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=10048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10046",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10047,
    "results": [
        {
            "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
        },
        {
            "start": 872709350,
            "stop": 872709372
        },
        {
            "start": 872709389,
            "stop": 872709411
        },
        {
            "start": 872718316,
            "stop": 872718413
        },
        {
            "start": 872718430,
            "stop": 872718463
        },
        {
            "start": 872718497,
            "stop": 872718710
        },
        {
            "start": 872718840,
            "stop": 872718857
        },
        {
            "start": 872718874,
            "stop": 872718958
        },
        {
            "start": 872718975,
            "stop": 872719025
        },
        {
            "start": 872719042,
            "stop": 872719242
        }
    ]
}