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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=165",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 166,
    "results": [
        {
            "start": 817263676,
            "stop": 817263962
        },
        {
            "start": 817263979,
            "stop": 817264021
        },
        {
            "start": 817264042,
            "stop": 817264092
        },
        {
            "start": 817264974,
            "stop": 817265072
        },
        {
            "start": 817265093,
            "stop": 817265310
        },
        {
            "start": 817265329,
            "stop": 817265545
        },
        {
            "start": 817265564,
            "stop": 817265576
        },
        {
            "start": 817265599,
            "stop": 817265812
        },
        {
            "start": 817265832,
            "stop": 817265943
        },
        {
            "start": 817265962,
            "stop": 817267709
        },
        {
            "start": 817267752,
            "stop": 817267840
        },
        {
            "start": 817267894,
            "stop": 817268216
        },
        {
            "start": 817268240,
            "stop": 817268242
        },
        {
            "start": 817268262,
            "stop": 817268282
        },
        {
            "start": 817268299,
            "stop": 817268709
        },
        {
            "start": 817268729,
            "stop": 817268833
        },
        {
            "start": 817268853,
            "stop": 817269516
        },
        {
            "start": 817269536,
            "stop": 817270041
        },
        {
            "start": 817270062,
            "stop": 817270142
        },
        {
            "start": 817270159,
            "stop": 817270240
        }
    ]
}