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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 142,
    "results": [
        {
            "start": 1126660363,
            "stop": 1126660366
        },
        {
            "start": 1126660368,
            "stop": 1126660369
        },
        {
            "start": 1126660371,
            "stop": 1126660372
        },
        {
            "start": 1126660376,
            "stop": 1126660403
        },
        {
            "start": 1126660404,
            "stop": 1126660767
        },
        {
            "start": 1126660768,
            "stop": 1126660802
        },
        {
            "start": 1126660803,
            "stop": 1126660816
        },
        {
            "start": 1126660817,
            "stop": 1126660850
        },
        {
            "start": 1126660851,
            "stop": 1126660863
        },
        {
            "start": 1126660864,
            "stop": 1126660865
        },
        {
            "start": 1126660866,
            "stop": 1126660897
        },
        {
            "start": 1126660898,
            "stop": 1126660904
        },
        {
            "start": 1126660906,
            "stop": 1126660925
        },
        {
            "start": 1126660926,
            "stop": 1126660939
        },
        {
            "start": 1126660940,
            "stop": 1126660945
        },
        {
            "start": 1126660946,
            "stop": 1126660947
        },
        {
            "start": 1126660949,
            "stop": 1126660952
        },
        {
            "start": 1126660953,
            "stop": 1126661034
        },
        {
            "start": 1126661036,
            "stop": 1126661116
        },
        {
            "start": 1126661117,
            "stop": 1126661119
        }
    ]
}