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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=163",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 164,
    "results": [
        {
            "start": 817255321,
            "stop": 817255356
        },
        {
            "start": 817255382,
            "stop": 817255894
        },
        {
            "start": 817255913,
            "stop": 817256125
        },
        {
            "start": 817256153,
            "stop": 817256663
        },
        {
            "start": 817256694,
            "stop": 817256836
        },
        {
            "start": 817256880,
            "stop": 817257000
        },
        {
            "start": 817257020,
            "stop": 817257128
        },
        {
            "start": 817257147,
            "stop": 817257155
        },
        {
            "start": 817257175,
            "stop": 817257626
        },
        {
            "start": 817257649,
            "stop": 817257720
        },
        {
            "start": 817258950,
            "stop": 817258958
        },
        {
            "start": 817258978,
            "stop": 817259213
        },
        {
            "start": 817259233,
            "stop": 817259825
        },
        {
            "start": 817259845,
            "stop": 817260229
        },
        {
            "start": 817260248,
            "stop": 817260256
        },
        {
            "start": 817260281,
            "stop": 817260313
        },
        {
            "start": 817260333,
            "stop": 817260334
        },
        {
            "start": 817260354,
            "stop": 817260463
        },
        {
            "start": 817260600,
            "stop": 817260725
        },
        {
            "start": 817260747,
            "stop": 817260824
        }
    ]
}