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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=118",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 119,
    "results": [
        {
            "start": 832021273,
            "stop": 832028998
        },
        {
            "start": 832033344,
            "stop": 832037542
        },
        {
            "start": 832043549,
            "stop": 832044077
        },
        {
            "start": 832044377,
            "stop": 832045368
        },
        {
            "start": 832045478,
            "stop": 832045562
        },
        {
            "start": 832045862,
            "stop": 832046437
        },
        {
            "start": 832046737,
            "stop": 832049682
        },
        {
            "start": 832049982,
            "stop": 832052160
        },
        {
            "start": 832052460,
            "stop": 832054193
        },
        {
            "start": 832054550,
            "stop": 832072751
        },
        {
            "start": 832072861,
            "stop": 832072968
        },
        {
            "start": 832073268,
            "stop": 832081892
        },
        {
            "start": 832081908,
            "stop": 832081911
        },
        {
            "start": 832089319,
            "stop": 832100524
        },
        {
            "start": 832108432,
            "stop": 832109089
        },
        {
            "start": 832110882,
            "stop": 832111280
        },
        {
            "start": 832112476,
            "stop": 832116469
        },
        {
            "start": 832116925,
            "stop": 832117081
        },
        {
            "start": 832187862,
            "stop": 832197054
        },
        {
            "start": 832206858,
            "stop": 832234675
        }
    ]
}