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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=286",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 287,
    "results": [
        {
            "start": 820701696,
            "stop": 820704331
        },
        {
            "start": 820704451,
            "stop": 820708980
        },
        {
            "start": 820709100,
            "stop": 820711712
        },
        {
            "start": 820711744,
            "stop": 820712956
        },
        {
            "start": 820713795,
            "stop": 820715577
        },
        {
            "start": 820715697,
            "stop": 820716077
        },
        {
            "start": 820717712,
            "stop": 820717800
        },
        {
            "start": 820719480,
            "stop": 820719540
        },
        {
            "start": 820719720,
            "stop": 820719900
        },
        {
            "start": 820719960,
            "stop": 820720080
        },
        {
            "start": 820720200,
            "stop": 820720260
        },
        {
            "start": 820720440,
            "stop": 820720500
        },
        {
            "start": 820720560,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820721810
        },
        {
            "start": 820721827,
            "stop": 820723860
        },
        {
            "start": 820723980,
            "stop": 820725526
        },
        {
            "start": 820725646,
            "stop": 820728214
        },
        {
            "start": 820728217,
            "stop": 820730040
        },
        {
            "start": 820730160,
            "stop": 820730233
        },
        {
            "start": 820730353,
            "stop": 820731180
        }
    ]
}