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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=178",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 179,
    "results": [
        {
            "start": 820183363,
            "stop": 820183464
        },
        {
            "start": 820183471,
            "stop": 820183562
        },
        {
            "start": 820183569,
            "stop": 820183789
        },
        {
            "start": 820183796,
            "stop": 820183973
        },
        {
            "start": 820183980,
            "stop": 820184070
        },
        {
            "start": 820184077,
            "stop": 820184151
        },
        {
            "start": 820184158,
            "stop": 820184216
        },
        {
            "start": 820184223,
            "stop": 820184275
        },
        {
            "start": 820184283,
            "stop": 820184473
        },
        {
            "start": 820184480,
            "stop": 820184485
        },
        {
            "start": 820184492,
            "stop": 820184605
        },
        {
            "start": 820184612,
            "stop": 820184626
        },
        {
            "start": 820184640,
            "stop": 820184670
        },
        {
            "start": 820184677,
            "stop": 820184770
        },
        {
            "start": 820184778,
            "stop": 820184838
        },
        {
            "start": 820184845,
            "stop": 820184937
        },
        {
            "start": 820184945,
            "stop": 820184950
        },
        {
            "start": 820184958,
            "stop": 820185030
        },
        {
            "start": 820185038,
            "stop": 820185084
        },
        {
            "start": 820185092,
            "stop": 820185348
        }
    ]
}