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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=273",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 274,
    "results": [
        {
            "start": 1259967884,
            "stop": 1259967900
        },
        {
            "start": 1259967903,
            "stop": 1259967981
        },
        {
            "start": 1259967983,
            "stop": 1259967994
        },
        {
            "start": 1259967997,
            "stop": 1259968004
        },
        {
            "start": 1259968005,
            "stop": 1259968015
        },
        {
            "start": 1259968016,
            "stop": 1259968019
        },
        {
            "start": 1259968020,
            "stop": 1259968022
        },
        {
            "start": 1259968024,
            "stop": 1259968031
        },
        {
            "start": 1259968032,
            "stop": 1259968157
        },
        {
            "start": 1259968158,
            "stop": 1259968948
        },
        {
            "start": 1259968997,
            "stop": 1259969683
        },
        {
            "start": 1259969686,
            "stop": 1259970760
        },
        {
            "start": 1259970761,
            "stop": 1259970831
        },
        {
            "start": 1259970832,
            "stop": 1259970835
        },
        {
            "start": 1259970836,
            "stop": 1259970837
        },
        {
            "start": 1259970840,
            "stop": 1259970845
        },
        {
            "start": 1259970846,
            "stop": 1259972222
        },
        {
            "start": 1259972225,
            "stop": 1259972437
        },
        {
            "start": 1259972440,
            "stop": 1259973392
        },
        {
            "start": 1259973395,
            "stop": 1259973431
        }
    ]
}