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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7437",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7435",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7436,
    "results": [
        {
            "start": 969911928,
            "stop": 969912024
        },
        {
            "start": 969912027,
            "stop": 969912059
        },
        {
            "start": 969912062,
            "stop": 969912071
        },
        {
            "start": 969912074,
            "stop": 969912110
        },
        {
            "start": 969912113,
            "stop": 969912140
        },
        {
            "start": 969912143,
            "stop": 969912150
        },
        {
            "start": 969912153,
            "stop": 969912202
        },
        {
            "start": 969912205,
            "stop": 969912207
        },
        {
            "start": 969912210,
            "stop": 969912213
        },
        {
            "start": 969912216,
            "stop": 969912224
        },
        {
            "start": 969912347,
            "stop": 969912350
        },
        {
            "start": 969912353,
            "stop": 969912377
        },
        {
            "start": 969912380,
            "stop": 969912409
        },
        {
            "start": 969912412,
            "stop": 969912426
        },
        {
            "start": 969912429,
            "stop": 969912616
        },
        {
            "start": 969912619,
            "stop": 969912636
        },
        {
            "start": 969912639,
            "stop": 969912668
        },
        {
            "start": 969912671,
            "stop": 969912700
        },
        {
            "start": 969912704,
            "stop": 969912710
        },
        {
            "start": 969912713,
            "stop": 969912732
        }
    ]
}