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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=101",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 102,
    "results": [
        {
            "start": 817099320,
            "stop": 817101969
        },
        {
            "start": 817101972,
            "stop": 817103298
        },
        {
            "start": 817103301,
            "stop": 817103730
        },
        {
            "start": 817104151,
            "stop": 817104221
        },
        {
            "start": 817104341,
            "stop": 817104342
        },
        {
            "start": 817104462,
            "stop": 817105287
        },
        {
            "start": 817105289,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817112442
        },
        {
            "start": 817112562,
            "stop": 817125843
        },
        {
            "start": 817125846,
            "stop": 817132219
        },
        {
            "start": 817132236,
            "stop": 817133309
        },
        {
            "start": 817133328,
            "stop": 817136467
        },
        {
            "start": 817136469,
            "stop": 817139474
        },
        {
            "start": 817139594,
            "stop": 817143574
        },
        {
            "start": 817143773,
            "stop": 817144446
        },
        {
            "start": 817144566,
            "stop": 817144757
        },
        {
            "start": 817144774,
            "stop": 817147652
        },
        {
            "start": 817147772,
            "stop": 817150370
        },
        {
            "start": 817150374,
            "stop": 817151940
        },
        {
            "start": 817152133,
            "stop": 817152137
        }
    ]
}