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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1682",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1680",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1681,
    "results": [
        {
            "start": 957476267,
            "stop": 957476284
        },
        {
            "start": 957476286,
            "stop": 957476530
        },
        {
            "start": 957476532,
            "stop": 957477169
        },
        {
            "start": 957477172,
            "stop": 957477223
        },
        {
            "start": 957477225,
            "stop": 957478157
        },
        {
            "start": 957478159,
            "stop": 957478682
        },
        {
            "start": 957478684,
            "stop": 957478900
        },
        {
            "start": 957478902,
            "stop": 957479155
        },
        {
            "start": 957479157,
            "stop": 957479288
        },
        {
            "start": 957479290,
            "stop": 957479320
        },
        {
            "start": 957479322,
            "stop": 957479487
        },
        {
            "start": 957479489,
            "stop": 957479490
        },
        {
            "start": 957479492,
            "stop": 957479557
        },
        {
            "start": 957479558,
            "stop": 957479652
        },
        {
            "start": 957479654,
            "stop": 957480338
        },
        {
            "start": 957480340,
            "stop": 957480454
        },
        {
            "start": 957480456,
            "stop": 957480620
        },
        {
            "start": 957480622,
            "stop": 957480986
        },
        {
            "start": 957480988,
            "stop": 957480993
        },
        {
            "start": 957480995,
            "stop": 957481516
        }
    ]
}