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=3561
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=3562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3560",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3561,
    "results": [
        {
            "start": 871706937,
            "stop": 871707000
        },
        {
            "start": 871707067,
            "stop": 871707107
        },
        {
            "start": 871707124,
            "stop": 871707294
        },
        {
            "start": 871707311,
            "stop": 871707457
        },
        {
            "start": 871707484,
            "stop": 871707670
        },
        {
            "start": 871707694,
            "stop": 871707725
        },
        {
            "start": 871707742,
            "stop": 871707900
        },
        {
            "start": 871707917,
            "stop": 871708076
        },
        {
            "start": 871708093,
            "stop": 871708150
        },
        {
            "start": 871708173,
            "stop": 871708482
        },
        {
            "start": 871708500,
            "stop": 871708521
        },
        {
            "start": 871708538,
            "stop": 871708555
        },
        {
            "start": 871708589,
            "stop": 871708764
        },
        {
            "start": 871708781,
            "stop": 871708838
        },
        {
            "start": 871708855,
            "stop": 871708881
        },
        {
            "start": 871708898,
            "stop": 871708900
        },
        {
            "start": 871708917,
            "stop": 871708975
        },
        {
            "start": 871708992,
            "stop": 871709169
        },
        {
            "start": 871709186,
            "stop": 871709203
        },
        {
            "start": 871709221,
            "stop": 871709680
        }
    ]
}