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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=185",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 186,
    "results": [
        {
            "start": 819774007,
            "stop": 819776220
        },
        {
            "start": 819776857,
            "stop": 819787385
        },
        {
            "start": 819787877,
            "stop": 819791221
        },
        {
            "start": 819791228,
            "stop": 819791474
        },
        {
            "start": 819791479,
            "stop": 819791500
        },
        {
            "start": 819791505,
            "stop": 819791531
        },
        {
            "start": 819792628,
            "stop": 819794027
        },
        {
            "start": 819794136,
            "stop": 819800393
        },
        {
            "start": 819800981,
            "stop": 819804886
        },
        {
            "start": 819804893,
            "stop": 819805237
        },
        {
            "start": 819805245,
            "stop": 819805262
        },
        {
            "start": 819805269,
            "stop": 819805303
        },
        {
            "start": 819805319,
            "stop": 819805328
        },
        {
            "start": 819805346,
            "stop": 819810016
        },
        {
            "start": 819810021,
            "stop": 819810341
        },
        {
            "start": 819810348,
            "stop": 819810396
        },
        {
            "start": 819810403,
            "stop": 819810580
        },
        {
            "start": 819810589,
            "stop": 819810637
        },
        {
            "start": 819848479,
            "stop": 819849500
        },
        {
            "start": 819849506,
            "stop": 819851174
        }
    ]
}