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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=295",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 296,
    "results": [
        {
            "start": 934868438,
            "stop": 934868498
        },
        {
            "start": 934868558,
            "stop": 934868610
        },
        {
            "start": 934868738,
            "stop": 934868872
        },
        {
            "start": 934868992,
            "stop": 934869085
        },
        {
            "start": 934869205,
            "stop": 934869218
        },
        {
            "start": 934869338,
            "stop": 934869372
        },
        {
            "start": 934883764,
            "stop": 934884015
        },
        {
            "start": 934884255,
            "stop": 934885983
        },
        {
            "start": 934885988,
            "stop": 934887615
        },
        {
            "start": 934887855,
            "stop": 934887906
        },
        {
            "start": 934891950,
            "stop": 934892490
        },
        {
            "start": 934895850,
            "stop": 934898415
        },
        {
            "start": 934898771,
            "stop": 934898875
        },
        {
            "start": 934898995,
            "stop": 934900446
        },
        {
            "start": 934900566,
            "stop": 934902015
        },
        {
            "start": 934902255,
            "stop": 934904635
        },
        {
            "start": 934952256,
            "stop": 934952316
        },
        {
            "start": 934952655,
            "stop": 934952676
        },
        {
            "start": 934952736,
            "stop": 934952796
        },
        {
            "start": 934952916,
            "stop": 934952976
        }
    ]
}