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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=181",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 182,
    "results": [
        {
            "start": 932975820,
            "stop": 932975842
        },
        {
            "start": 932975944,
            "stop": 932975952
        },
        {
            "start": 932975981,
            "stop": 932975984
        },
        {
            "start": 932976044,
            "stop": 932976060
        },
        {
            "start": 932976079,
            "stop": 932976099
        },
        {
            "start": 932976180,
            "stop": 932976197
        },
        {
            "start": 932976243,
            "stop": 932976254
        },
        {
            "start": 932976273,
            "stop": 932976281
        },
        {
            "start": 932976300,
            "stop": 932976315
        },
        {
            "start": 932976494,
            "stop": 932976544
        },
        {
            "start": 932976600,
            "stop": 932976605
        },
        {
            "start": 932976647,
            "stop": 932976664
        },
        {
            "start": 932976745,
            "stop": 932976754
        },
        {
            "start": 932976946,
            "stop": 932976948
        },
        {
            "start": 932977032,
            "stop": 932977037
        },
        {
            "start": 932977132,
            "stop": 932977136
        },
        {
            "start": 932977192,
            "stop": 932977204
        },
        {
            "start": 932977238,
            "stop": 932977265
        },
        {
            "start": 932977421,
            "stop": 932977430
        },
        {
            "start": 932977798,
            "stop": 932977801
        }
    ]
}