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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=140",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 141,
    "results": [
        {
            "start": 832073268,
            "stop": 832081892
        },
        {
            "start": 832081908,
            "stop": 832081911
        },
        {
            "start": 832089319,
            "stop": 832089815
        },
        {
            "start": 832089820,
            "stop": 832100524
        },
        {
            "start": 832108432,
            "stop": 832109089
        },
        {
            "start": 832110882,
            "stop": 832111280
        },
        {
            "start": 832112476,
            "stop": 832115575
        },
        {
            "start": 832115576,
            "stop": 832116401
        },
        {
            "start": 832116403,
            "stop": 832116469
        },
        {
            "start": 832116925,
            "stop": 832117069
        },
        {
            "start": 832117071,
            "stop": 832117081
        },
        {
            "start": 832187862,
            "stop": 832197054
        },
        {
            "start": 832206858,
            "stop": 832234675
        },
        {
            "start": 832234975,
            "stop": 832271742
        },
        {
            "start": 832278970,
            "stop": 832284633
        },
        {
            "start": 832286650,
            "stop": 832295739
        },
        {
            "start": 832295849,
            "stop": 832296167
        },
        {
            "start": 832299886,
            "stop": 832300138
        },
        {
            "start": 832301777,
            "stop": 832318750
        },
        {
            "start": 832318752,
            "stop": 832331713
        }
    ]
}