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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=237",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 238,
    "results": [
        {
            "start": 820217588,
            "stop": 820217620
        },
        {
            "start": 820217623,
            "stop": 820217643
        },
        {
            "start": 820217646,
            "stop": 820217693
        },
        {
            "start": 820217696,
            "stop": 820217717
        },
        {
            "start": 820217720,
            "stop": 820217843
        },
        {
            "start": 820217846,
            "stop": 820217905
        },
        {
            "start": 820217908,
            "stop": 820217964
        },
        {
            "start": 820217968,
            "stop": 820218169
        },
        {
            "start": 820218179,
            "stop": 820218189
        },
        {
            "start": 820218192,
            "stop": 820218281
        },
        {
            "start": 820228522,
            "stop": 820228703
        },
        {
            "start": 820228707,
            "stop": 820228751
        },
        {
            "start": 820228754,
            "stop": 820228879
        },
        {
            "start": 820228882,
            "stop": 820228936
        },
        {
            "start": 820228939,
            "stop": 820229303
        },
        {
            "start": 820229307,
            "stop": 820229751
        },
        {
            "start": 820229754,
            "stop": 820229851
        },
        {
            "start": 820229855,
            "stop": 820229966
        },
        {
            "start": 820229969,
            "stop": 820230037
        },
        {
            "start": 820230040,
            "stop": 820230381
        }
    ]
}