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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6343",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6344,
    "results": [
        {
            "start": 873392401,
            "stop": 873392434
        },
        {
            "start": 873392435,
            "stop": 873392914
        },
        {
            "start": 873392916,
            "stop": 873392994
        },
        {
            "start": 873392995,
            "stop": 873393292
        },
        {
            "start": 873393294,
            "stop": 873393942
        },
        {
            "start": 873393943,
            "stop": 873394289
        },
        {
            "start": 873394290,
            "stop": 873394358
        },
        {
            "start": 873394359,
            "stop": 873394557
        },
        {
            "start": 873394558,
            "stop": 873395118
        },
        {
            "start": 873395119,
            "stop": 873395552
        },
        {
            "start": 873395553,
            "stop": 873396205
        },
        {
            "start": 873396206,
            "stop": 873396236
        },
        {
            "start": 873396237,
            "stop": 873396482
        },
        {
            "start": 873396483,
            "stop": 873396787
        },
        {
            "start": 873396788,
            "stop": 873396984
        },
        {
            "start": 873396985,
            "stop": 873397247
        },
        {
            "start": 873397248,
            "stop": 873397320
        },
        {
            "start": 873397321,
            "stop": 873397865
        },
        {
            "start": 873397866,
            "stop": 873398202
        },
        {
            "start": 873398203,
            "stop": 873398526
        }
    ]
}