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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=353",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 354,
    "results": [
        {
            "start": 823067642,
            "stop": 823067991
        },
        {
            "start": 823067995,
            "stop": 823067997
        },
        {
            "start": 823068000,
            "stop": 823068004
        },
        {
            "start": 823068007,
            "stop": 823068039
        },
        {
            "start": 823068042,
            "stop": 823068108
        },
        {
            "start": 823068111,
            "stop": 823068114
        },
        {
            "start": 823068118,
            "stop": 823068276
        },
        {
            "start": 823068279,
            "stop": 823068402
        },
        {
            "start": 823068405,
            "stop": 823068707
        },
        {
            "start": 823068710,
            "stop": 823068731
        },
        {
            "start": 823068734,
            "stop": 823068736
        },
        {
            "start": 823068740,
            "stop": 823068878
        },
        {
            "start": 823068881,
            "stop": 823068884
        },
        {
            "start": 823068888,
            "stop": 823068891
        },
        {
            "start": 823068894,
            "stop": 823068964
        },
        {
            "start": 823068967,
            "stop": 823068999
        },
        {
            "start": 823069003,
            "stop": 823069062
        },
        {
            "start": 823069066,
            "stop": 823069094
        },
        {
            "start": 823069097,
            "stop": 823069106
        },
        {
            "start": 823069110,
            "stop": 823069213
        }
    ]
}