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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=347",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 348,
    "results": [
        {
            "start": 818821085,
            "stop": 818821135
        },
        {
            "start": 818821193,
            "stop": 818821200
        },
        {
            "start": 818821297,
            "stop": 818821314
        },
        {
            "start": 818821348,
            "stop": 818821463
        },
        {
            "start": 818821524,
            "stop": 818821539
        },
        {
            "start": 818821586,
            "stop": 818821641
        },
        {
            "start": 818821673,
            "stop": 818821711
        },
        {
            "start": 818821733,
            "stop": 818821853
        },
        {
            "start": 818821872,
            "stop": 818821873
        },
        {
            "start": 818821904,
            "stop": 818821921
        },
        {
            "start": 818821948,
            "stop": 818821975
        },
        {
            "start": 818821992,
            "stop": 818822055
        },
        {
            "start": 818822158,
            "stop": 818822159
        },
        {
            "start": 818822187,
            "stop": 818822201
        },
        {
            "start": 818822274,
            "stop": 818822287
        },
        {
            "start": 818822346,
            "stop": 818822408
        },
        {
            "start": 818822470,
            "stop": 818822472
        },
        {
            "start": 818822475,
            "stop": 818822516
        },
        {
            "start": 818822728,
            "stop": 818822772
        },
        {
            "start": 818822812,
            "stop": 818822869
        }
    ]
}