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_CBCHIGH_CAT3/segments?format=api&page=8840
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8839",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8840,
    "results": [
        {
            "start": 872860487,
            "stop": 872861590
        },
        {
            "start": 872861607,
            "stop": 872861741
        },
        {
            "start": 872861758,
            "stop": 872861809
        },
        {
            "start": 872861826,
            "stop": 872863136
        },
        {
            "start": 872863155,
            "stop": 872864857
        },
        {
            "start": 872864874,
            "stop": 872867825
        },
        {
            "start": 872868032,
            "stop": 872868649
        },
        {
            "start": 872868666,
            "stop": 872869455
        },
        {
            "start": 872869472,
            "stop": 872870280
        },
        {
            "start": 872870297,
            "stop": 872871445
        },
        {
            "start": 872871462,
            "stop": 872872214
        },
        {
            "start": 872879414,
            "stop": 872880098
        },
        {
            "start": 872880115,
            "stop": 872880777
        },
        {
            "start": 872880968,
            "stop": 872881752
        },
        {
            "start": 872881957,
            "stop": 872882914
        },
        {
            "start": 872882931,
            "stop": 872883041
        },
        {
            "start": 872883058,
            "stop": 872883118
        },
        {
            "start": 872883135,
            "stop": 872883158
        },
        {
            "start": 872883184,
            "stop": 872884694
        },
        {
            "start": 872884711,
            "stop": 872891588
        }
    ]
}