Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2142",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2143,
    "results": [
        {
            "start": 868110540,
            "stop": 868113480
        },
        {
            "start": 868113486,
            "stop": 868113524
        },
        {
            "start": 868113528,
            "stop": 868113917
        },
        {
            "start": 868113933,
            "stop": 868113955
        },
        {
            "start": 868113960,
            "stop": 868114691
        },
        {
            "start": 868140793,
            "stop": 868142817
        },
        {
            "start": 868143177,
            "stop": 868144278
        },
        {
            "start": 868144582,
            "stop": 868144588
        },
        {
            "start": 868144898,
            "stop": 868148400
        },
        {
            "start": 868148405,
            "stop": 868162679
        },
        {
            "start": 868162809,
            "stop": 868178668
        },
        {
            "start": 868178671,
            "stop": 868199420
        },
        {
            "start": 868199425,
            "stop": 868200272
        },
        {
            "start": 868200278,
            "stop": 868207892
        },
        {
            "start": 868207898,
            "stop": 868208237
        },
        {
            "start": 868208243,
            "stop": 868210675
        },
        {
            "start": 868210681,
            "stop": 868212930
        },
        {
            "start": 868212990,
            "stop": 868213011
        },
        {
            "start": 868213121,
            "stop": 868214381
        },
        {
            "start": 868215016,
            "stop": 868216102
        }
    ]
}