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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3959",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3960,
    "results": [
        {
            "start": 874392437,
            "stop": 874392547
        },
        {
            "start": 874392552,
            "stop": 874392937
        },
        {
            "start": 874392940,
            "stop": 874392950
        },
        {
            "start": 874392953,
            "stop": 874393356
        },
        {
            "start": 874393359,
            "stop": 874393422
        },
        {
            "start": 874393425,
            "stop": 874393443
        },
        {
            "start": 874393446,
            "stop": 874393540
        },
        {
            "start": 874393543,
            "stop": 874393583
        },
        {
            "start": 874393586,
            "stop": 874393606
        },
        {
            "start": 874393612,
            "stop": 874393712
        },
        {
            "start": 874393715,
            "stop": 874393780
        },
        {
            "start": 874393783,
            "stop": 874394447
        },
        {
            "start": 874394452,
            "stop": 874394814
        },
        {
            "start": 874394819,
            "stop": 874395072
        },
        {
            "start": 874395075,
            "stop": 874395083
        },
        {
            "start": 874395086,
            "stop": 874395597
        },
        {
            "start": 874397966,
            "stop": 874397968
        },
        {
            "start": 874397969,
            "stop": 874397980
        },
        {
            "start": 874397981,
            "stop": 874397993
        },
        {
            "start": 874397994,
            "stop": 874397997
        }
    ]
}