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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=277",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 278,
    "results": [
        {
            "start": 820938670,
            "stop": 820938671
        },
        {
            "start": 820938674,
            "stop": 820939016
        },
        {
            "start": 820939020,
            "stop": 820939022
        },
        {
            "start": 820939025,
            "stop": 820939087
        },
        {
            "start": 820939090,
            "stop": 820939159
        },
        {
            "start": 820939162,
            "stop": 820939211
        },
        {
            "start": 820939214,
            "stop": 820939220
        },
        {
            "start": 820939223,
            "stop": 820939353
        },
        {
            "start": 820939359,
            "stop": 820939389
        },
        {
            "start": 820939392,
            "stop": 820939420
        },
        {
            "start": 820939423,
            "stop": 820939542
        },
        {
            "start": 820939546,
            "stop": 820939606
        },
        {
            "start": 820939609,
            "stop": 820939650
        },
        {
            "start": 820939653,
            "stop": 820939730
        },
        {
            "start": 820939733,
            "stop": 820939786
        },
        {
            "start": 820939789,
            "stop": 820939827
        },
        {
            "start": 820939831,
            "stop": 820939905
        },
        {
            "start": 820939909,
            "stop": 820939967
        },
        {
            "start": 820939971,
            "stop": 820939977
        },
        {
            "start": 820939980,
            "stop": 820940013
        }
    ]
}