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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=161",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 162,
    "results": [
        {
            "start": 820113112,
            "stop": 820113582
        },
        {
            "start": 820113589,
            "stop": 820113600
        },
        {
            "start": 820113660,
            "stop": 820113780
        },
        {
            "start": 820113840,
            "stop": 820114033
        },
        {
            "start": 820114140,
            "stop": 820114169
        },
        {
            "start": 820114254,
            "stop": 820114256
        },
        {
            "start": 820117428,
            "stop": 820117439
        },
        {
            "start": 820117446,
            "stop": 820117850
        },
        {
            "start": 820117857,
            "stop": 820119240
        },
        {
            "start": 820119300,
            "stop": 820122766
        },
        {
            "start": 820122773,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820128735
        },
        {
            "start": 820128742,
            "stop": 820128891
        },
        {
            "start": 820128898,
            "stop": 820129659
        },
        {
            "start": 820129666,
            "stop": 820130068
        },
        {
            "start": 820130075,
            "stop": 820133039
        },
        {
            "start": 820133046,
            "stop": 820133064
        },
        {
            "start": 820133071,
            "stop": 820135570
        },
        {
            "start": 820135577,
            "stop": 820135955
        },
        {
            "start": 820135963,
            "stop": 820137063
        }
    ]
}