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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=95",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 96,
    "results": [
        {
            "start": 825714003,
            "stop": 825714044
        },
        {
            "start": 825714052,
            "stop": 825714054
        },
        {
            "start": 825714060,
            "stop": 825714076
        },
        {
            "start": 825714080,
            "stop": 825720193
        },
        {
            "start": 825720224,
            "stop": 825720226
        },
        {
            "start": 825720346,
            "stop": 825722259
        },
        {
            "start": 825722407,
            "stop": 825724029
        },
        {
            "start": 825724031,
            "stop": 825739602
        },
        {
            "start": 825750502,
            "stop": 825764349
        },
        {
            "start": 825766094,
            "stop": 825770400
        },
        {
            "start": 825772269,
            "stop": 825780700
        },
        {
            "start": 825780703,
            "stop": 825780706
        },
        {
            "start": 825780709,
            "stop": 825781374
        },
        {
            "start": 825781484,
            "stop": 825782003
        },
        {
            "start": 825782303,
            "stop": 825782408
        },
        {
            "start": 825821123,
            "stop": 825822791
        },
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825841312
        },
        {
            "start": 825841612,
            "stop": 825869170
        },
        {
            "start": 825869172,
            "stop": 825869738
        }
    ]
}