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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8880",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8881,
    "results": [
        {
            "start": 873209125,
            "stop": 873209205
        },
        {
            "start": 873209283,
            "stop": 873209298
        },
        {
            "start": 873209351,
            "stop": 873209352
        },
        {
            "start": 873209376,
            "stop": 873209435
        },
        {
            "start": 873209452,
            "stop": 873209533
        },
        {
            "start": 873209556,
            "stop": 873209569
        },
        {
            "start": 873209597,
            "stop": 873209642
        },
        {
            "start": 873209670,
            "stop": 873209712
        },
        {
            "start": 873209731,
            "stop": 873209756
        },
        {
            "start": 873210011,
            "stop": 873210162
        },
        {
            "start": 873210179,
            "stop": 873210249
        },
        {
            "start": 873210266,
            "stop": 873210514
        },
        {
            "start": 873210536,
            "stop": 873210575
        },
        {
            "start": 873210603,
            "stop": 873210610
        },
        {
            "start": 873210630,
            "stop": 873210793
        },
        {
            "start": 873210812,
            "stop": 873210989
        },
        {
            "start": 873211008,
            "stop": 873211072
        },
        {
            "start": 873211100,
            "stop": 873211119
        },
        {
            "start": 873211150,
            "stop": 873211153
        },
        {
            "start": 873211459,
            "stop": 873211515
        }
    ]
}