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=5069
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=5070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5068",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5069,
    "results": [
        {
            "start": 873072711,
            "stop": 873072746
        },
        {
            "start": 873072780,
            "stop": 873073404
        },
        {
            "start": 873073440,
            "stop": 873073999
        },
        {
            "start": 873074035,
            "stop": 873075760
        },
        {
            "start": 873076096,
            "stop": 873076426
        },
        {
            "start": 873076433,
            "stop": 873077426
        },
        {
            "start": 873077499,
            "stop": 873077541
        },
        {
            "start": 873077577,
            "stop": 873077661
        },
        {
            "start": 873077678,
            "stop": 873079979
        },
        {
            "start": 873079996,
            "stop": 873080288
        },
        {
            "start": 873080305,
            "stop": 873081060
        },
        {
            "start": 873082017,
            "stop": 873083014
        },
        {
            "start": 873083031,
            "stop": 873084334
        },
        {
            "start": 873084496,
            "stop": 873085334
        },
        {
            "start": 873088747,
            "stop": 873088749
        },
        {
            "start": 873088836,
            "stop": 873088919
        },
        {
            "start": 873088927,
            "stop": 873089707
        },
        {
            "start": 873089715,
            "stop": 873090085
        },
        {
            "start": 873090102,
            "stop": 873092475
        },
        {
            "start": 873092492,
            "stop": 873093315
        }
    ]
}