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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2243",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2244,
    "results": [
        {
            "start": 873210011,
            "stop": 873210162
        },
        {
            "start": 873210179,
            "stop": 873210249
        },
        {
            "start": 873210266,
            "stop": 873210514
        },
        {
            "start": 873210536,
            "stop": 873210575
        },
        {
            "start": 873210603,
            "stop": 873210611
        },
        {
            "start": 873210628,
            "stop": 873210793
        },
        {
            "start": 873210812,
            "stop": 873210989
        },
        {
            "start": 873211008,
            "stop": 873211072
        },
        {
            "start": 873211100,
            "stop": 873211119
        },
        {
            "start": 873211150,
            "stop": 873211153
        },
        {
            "start": 873211459,
            "stop": 873211515
        },
        {
            "start": 873211538,
            "stop": 873211576
        },
        {
            "start": 873211593,
            "stop": 873211637
        },
        {
            "start": 873211670,
            "stop": 873211680
        },
        {
            "start": 873211697,
            "stop": 873211721
        },
        {
            "start": 873211740,
            "stop": 873211762
        },
        {
            "start": 873211806,
            "stop": 873211812
        },
        {
            "start": 873211847,
            "stop": 873211870
        },
        {
            "start": 873211889,
            "stop": 873211911
        },
        {
            "start": 873211930,
            "stop": 873212037
        }
    ]
}