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=9905
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=9906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9904",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9905,
    "results": [
        {
            "start": 870897180,
            "stop": 870897236
        },
        {
            "start": 870897252,
            "stop": 870897267
        },
        {
            "start": 870897274,
            "stop": 870897300
        },
        {
            "start": 870897360,
            "stop": 870897367
        },
        {
            "start": 870897375,
            "stop": 870897406
        },
        {
            "start": 870897540,
            "stop": 870897552
        },
        {
            "start": 870897560,
            "stop": 870897567
        },
        {
            "start": 870897590,
            "stop": 870897605
        },
        {
            "start": 870897613,
            "stop": 870897620
        },
        {
            "start": 870897628,
            "stop": 870897669
        },
        {
            "start": 870897710,
            "stop": 870897712
        },
        {
            "start": 870897840,
            "stop": 870897997
        },
        {
            "start": 870898013,
            "stop": 870898016
        },
        {
            "start": 870898120,
            "stop": 870898140
        },
        {
            "start": 870898320,
            "stop": 870898344
        },
        {
            "start": 870898353,
            "stop": 870898398
        },
        {
            "start": 870898405,
            "stop": 870898412
        },
        {
            "start": 870898420,
            "stop": 870898435
        },
        {
            "start": 870898800,
            "stop": 870898810
        },
        {
            "start": 870898818,
            "stop": 870898877
        }
    ]
}