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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=164",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 165,
    "results": [
        {
            "start": 841767621,
            "stop": 841768816
        },
        {
            "start": 841769699,
            "stop": 841781559
        },
        {
            "start": 841782112,
            "stop": 841792454
        },
        {
            "start": 841793894,
            "stop": 841827858
        },
        {
            "start": 841827866,
            "stop": 841922220
        },
        {
            "start": 841923750,
            "stop": 841930040
        },
        {
            "start": 841960616,
            "stop": 841966072
        },
        {
            "start": 841966074,
            "stop": 842021289
        },
        {
            "start": 842021290,
            "stop": 842021309
        },
        {
            "start": 842021311,
            "stop": 842027333
        },
        {
            "start": 842027383,
            "stop": 842027537
        },
        {
            "start": 842027545,
            "stop": 842028016
        },
        {
            "start": 842028024,
            "stop": 842028049
        },
        {
            "start": 842028057,
            "stop": 842028381
        },
        {
            "start": 842028393,
            "stop": 842033386
        },
        {
            "start": 842033501,
            "stop": 842035626
        },
        {
            "start": 842035634,
            "stop": 842037040
        },
        {
            "start": 842038050,
            "stop": 842043854
        },
        {
            "start": 842043862,
            "stop": 842044484
        },
        {
            "start": 842044486,
            "stop": 842047007
        }
    ]
}