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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14818",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14816",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14817,
    "results": [
        {
            "start": 971257947,
            "stop": 971257954
        },
        {
            "start": 971257956,
            "stop": 971257965
        },
        {
            "start": 971257969,
            "stop": 971257972
        },
        {
            "start": 971257974,
            "stop": 971257977
        },
        {
            "start": 971257981,
            "stop": 971257989
        },
        {
            "start": 971257991,
            "stop": 971257997
        },
        {
            "start": 971258001,
            "stop": 971258002
        },
        {
            "start": 971258007,
            "stop": 971258013
        },
        {
            "start": 971258014,
            "stop": 971258019
        },
        {
            "start": 971258022,
            "stop": 971258025
        },
        {
            "start": 971258026,
            "stop": 971258035
        },
        {
            "start": 971258037,
            "stop": 971258067
        },
        {
            "start": 971258068,
            "stop": 971258089
        },
        {
            "start": 971258091,
            "stop": 971258094
        },
        {
            "start": 971258096,
            "stop": 971258103
        },
        {
            "start": 971258106,
            "stop": 971258115
        },
        {
            "start": 971258116,
            "stop": 971258124
        },
        {
            "start": 971258128,
            "stop": 971258132
        },
        {
            "start": 971258133,
            "stop": 971258135
        },
        {
            "start": 971258136,
            "stop": 971258142
        }
    ]
}