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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=529",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 530,
    "results": [
        {
            "start": 1184912926,
            "stop": 1184912999
        },
        {
            "start": 1184913001,
            "stop": 1184913035
        },
        {
            "start": 1184913037,
            "stop": 1184913040
        },
        {
            "start": 1184913043,
            "stop": 1184913047
        },
        {
            "start": 1184913052,
            "stop": 1184913055
        },
        {
            "start": 1184913064,
            "stop": 1184913170
        },
        {
            "start": 1184913183,
            "stop": 1184913186
        },
        {
            "start": 1184913197,
            "stop": 1184913281
        },
        {
            "start": 1184913285,
            "stop": 1184913286
        },
        {
            "start": 1184913289,
            "stop": 1184913293
        },
        {
            "start": 1184913295,
            "stop": 1184913521
        },
        {
            "start": 1184913524,
            "stop": 1184913586
        },
        {
            "start": 1184913588,
            "stop": 1184913602
        },
        {
            "start": 1184913604,
            "stop": 1184913772
        },
        {
            "start": 1184913775,
            "stop": 1184914160
        },
        {
            "start": 1184914162,
            "stop": 1184914163
        },
        {
            "start": 1184914168,
            "stop": 1184914353
        },
        {
            "start": 1184914355,
            "stop": 1184914357
        },
        {
            "start": 1184914365,
            "stop": 1184914366
        },
        {
            "start": 1184914369,
            "stop": 1184914411
        }
    ]
}