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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=272",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 273,
    "results": [
        {
            "start": 934458094,
            "stop": 934458106
        },
        {
            "start": 934458109,
            "stop": 934458121
        },
        {
            "start": 934458124,
            "stop": 934458151
        },
        {
            "start": 934458154,
            "stop": 934458998
        },
        {
            "start": 934459058,
            "stop": 934459215
        },
        {
            "start": 934459455,
            "stop": 934460005
        },
        {
            "start": 934460009,
            "stop": 934460037
        },
        {
            "start": 934460040,
            "stop": 934460481
        },
        {
            "start": 934460484,
            "stop": 934460951
        },
        {
            "start": 934460956,
            "stop": 934461379
        },
        {
            "start": 934461384,
            "stop": 934462518
        },
        {
            "start": 934462520,
            "stop": 934462698
        },
        {
            "start": 934462700,
            "stop": 934462815
        },
        {
            "start": 934463055,
            "stop": 934463762
        },
        {
            "start": 934463765,
            "stop": 934463993
        },
        {
            "start": 934463996,
            "stop": 934464903
        },
        {
            "start": 934464905,
            "stop": 934464975
        },
        {
            "start": 934465095,
            "stop": 934465958
        },
        {
            "start": 934466018,
            "stop": 934466198
        },
        {
            "start": 934466258,
            "stop": 934466318
        }
    ]
}