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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10083",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10084,
    "results": [
        {
            "start": 873208555,
            "stop": 873208615
        },
        {
            "start": 873208682,
            "stop": 873208807
        },
        {
            "start": 873208916,
            "stop": 873208926
        },
        {
            "start": 873208983,
            "stop": 873209086
        },
        {
            "start": 873209120,
            "stop": 873209206
        },
        {
            "start": 873209393,
            "stop": 873209435
        },
        {
            "start": 873209469,
            "stop": 873209533
        },
        {
            "start": 873209614,
            "stop": 873209642
        },
        {
            "start": 873209687,
            "stop": 873209713
        },
        {
            "start": 873209747,
            "stop": 873209756
        },
        {
            "start": 873210028,
            "stop": 873210162
        },
        {
            "start": 873210196,
            "stop": 873210249
        },
        {
            "start": 873210283,
            "stop": 873210514
        },
        {
            "start": 873210553,
            "stop": 873210575
        },
        {
            "start": 873210645,
            "stop": 873210793
        },
        {
            "start": 873210829,
            "stop": 873210989
        },
        {
            "start": 873211025,
            "stop": 873211072
        },
        {
            "start": 873211117,
            "stop": 873211119
        },
        {
            "start": 873211459,
            "stop": 873211515
        },
        {
            "start": 873211565,
            "stop": 873211576
        }
    ]
}