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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=382",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 383,
    "results": [
        {
            "start": 829634029,
            "stop": 829634030
        },
        {
            "start": 829634040,
            "stop": 829634059
        },
        {
            "start": 829634061,
            "stop": 829634063
        },
        {
            "start": 829634068,
            "stop": 829634069
        },
        {
            "start": 829634072,
            "stop": 829634076
        },
        {
            "start": 829634078,
            "stop": 829634080
        },
        {
            "start": 829634083,
            "stop": 829634084
        },
        {
            "start": 829634090,
            "stop": 829634092
        },
        {
            "start": 829634095,
            "stop": 829634097
        },
        {
            "start": 829634101,
            "stop": 829634107
        },
        {
            "start": 829634109,
            "stop": 829634113
        },
        {
            "start": 829634115,
            "stop": 829634117
        },
        {
            "start": 829634119,
            "stop": 829634125
        },
        {
            "start": 829634127,
            "stop": 829634137
        },
        {
            "start": 829634139,
            "stop": 829634140
        },
        {
            "start": 829634142,
            "stop": 829634146
        },
        {
            "start": 829634148,
            "stop": 829634161
        },
        {
            "start": 829634164,
            "stop": 829634172
        },
        {
            "start": 829634174,
            "stop": 829634190
        },
        {
            "start": 829634192,
            "stop": 829634201
        }
    ]
}