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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 233,
    "results": [
        {
            "start": 1126876244,
            "stop": 1126876285
        },
        {
            "start": 1126876287,
            "stop": 1126876308
        },
        {
            "start": 1126876309,
            "stop": 1126876325
        },
        {
            "start": 1126876326,
            "stop": 1126876327
        },
        {
            "start": 1126876328,
            "stop": 1126876334
        },
        {
            "start": 1126876335,
            "stop": 1126876373
        },
        {
            "start": 1126876375,
            "stop": 1126876457
        },
        {
            "start": 1126876459,
            "stop": 1126876464
        },
        {
            "start": 1126876470,
            "stop": 1126876493
        },
        {
            "start": 1126876497,
            "stop": 1126876505
        },
        {
            "start": 1126876506,
            "stop": 1126876522
        },
        {
            "start": 1126876523,
            "stop": 1126876524
        },
        {
            "start": 1126876526,
            "stop": 1126876537
        },
        {
            "start": 1126876538,
            "stop": 1126876539
        },
        {
            "start": 1126876540,
            "stop": 1126876631
        },
        {
            "start": 1126876632,
            "stop": 1126876663
        },
        {
            "start": 1126876665,
            "stop": 1126876702
        },
        {
            "start": 1126876703,
            "stop": 1126876724
        },
        {
            "start": 1126876726,
            "stop": 1126876755
        },
        {
            "start": 1126876757,
            "stop": 1126876758
        }
    ]
}