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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29318",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29319,
    "results": [
        {
            "start": 971239348,
            "stop": 971239390
        },
        {
            "start": 971239392,
            "stop": 971239410
        },
        {
            "start": 971239411,
            "stop": 971239448
        },
        {
            "start": 971239449,
            "stop": 971239478
        },
        {
            "start": 971239479,
            "stop": 971239492
        },
        {
            "start": 971239494,
            "stop": 971239560
        },
        {
            "start": 971239561,
            "stop": 971239567
        },
        {
            "start": 971239569,
            "stop": 971239581
        },
        {
            "start": 971239583,
            "stop": 971239592
        },
        {
            "start": 971239593,
            "stop": 971239644
        },
        {
            "start": 971239647,
            "stop": 971239655
        },
        {
            "start": 971239656,
            "stop": 971239662
        },
        {
            "start": 971239664,
            "stop": 971239667
        },
        {
            "start": 971239669,
            "stop": 971239683
        },
        {
            "start": 971239684,
            "stop": 971239744
        },
        {
            "start": 971239746,
            "stop": 971239749
        },
        {
            "start": 971239753,
            "stop": 971239760
        },
        {
            "start": 971239761,
            "stop": 971239793
        },
        {
            "start": 971239794,
            "stop": 971239796
        },
        {
            "start": 971239797,
            "stop": 971239799
        }
    ]
}