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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=218",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 219,
    "results": [
        {
            "start": 849240450,
            "stop": 849247951
        },
        {
            "start": 849249880,
            "stop": 849251521
        },
        {
            "start": 849251527,
            "stop": 849251610
        },
        {
            "start": 849251670,
            "stop": 849290329
        },
        {
            "start": 849290351,
            "stop": 849290359
        },
        {
            "start": 849290381,
            "stop": 849292452
        },
        {
            "start": 849292476,
            "stop": 849299833
        },
        {
            "start": 849306121,
            "stop": 849309501
        },
        {
            "start": 849309520,
            "stop": 849309733
        },
        {
            "start": 849309752,
            "stop": 849314259
        },
        {
            "start": 849314283,
            "stop": 849361802
        },
        {
            "start": 849361808,
            "stop": 849367012
        },
        {
            "start": 849367033,
            "stop": 849368135
        },
        {
            "start": 849368140,
            "stop": 849369716
        },
        {
            "start": 849402005,
            "stop": 849402764
        },
        {
            "start": 849402784,
            "stop": 849413591
        },
        {
            "start": 849413891,
            "stop": 849413930
        },
        {
            "start": 849414040,
            "stop": 849414197
        },
        {
            "start": 849414573,
            "stop": 849414632
        },
        {
            "start": 849414932,
            "stop": 849427500
        }
    ]
}