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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 189,
    "results": [
        {
            "start": 1126811783,
            "stop": 1126811887
        },
        {
            "start": 1126811889,
            "stop": 1126812053
        },
        {
            "start": 1126812057,
            "stop": 1126812090
        },
        {
            "start": 1126812091,
            "stop": 1126812122
        },
        {
            "start": 1126812123,
            "stop": 1126812160
        },
        {
            "start": 1126812161,
            "stop": 1126812164
        },
        {
            "start": 1126812165,
            "stop": 1126812268
        },
        {
            "start": 1126812269,
            "stop": 1126812309
        },
        {
            "start": 1126812311,
            "stop": 1126812514
        },
        {
            "start": 1126812515,
            "stop": 1126812653
        },
        {
            "start": 1126812657,
            "stop": 1126812679
        },
        {
            "start": 1126812680,
            "stop": 1126812969
        },
        {
            "start": 1126812970,
            "stop": 1126812976
        },
        {
            "start": 1126812977,
            "stop": 1126813019
        },
        {
            "start": 1126813021,
            "stop": 1126813035
        },
        {
            "start": 1126813036,
            "stop": 1126813115
        },
        {
            "start": 1126813117,
            "stop": 1126813238
        },
        {
            "start": 1126813239,
            "stop": 1126813313
        },
        {
            "start": 1126813316,
            "stop": 1126813317
        },
        {
            "start": 1126813319,
            "stop": 1126813343
        }
    ]
}