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=6386
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=6387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6385",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6386,
    "results": [
        {
            "start": 873541401,
            "stop": 873541977
        },
        {
            "start": 873541978,
            "stop": 873542090
        },
        {
            "start": 873542091,
            "stop": 873542196
        },
        {
            "start": 873542197,
            "stop": 873542947
        },
        {
            "start": 873542948,
            "stop": 873543071
        },
        {
            "start": 873543072,
            "stop": 873543608
        },
        {
            "start": 873543609,
            "stop": 873543795
        },
        {
            "start": 873543796,
            "stop": 873543946
        },
        {
            "start": 873543947,
            "stop": 873544728
        },
        {
            "start": 873544729,
            "stop": 873544793
        },
        {
            "start": 873544794,
            "stop": 873545991
        },
        {
            "start": 873545992,
            "stop": 873546438
        },
        {
            "start": 873546440,
            "stop": 873546958
        },
        {
            "start": 873546959,
            "stop": 873547925
        },
        {
            "start": 873547926,
            "stop": 873548136
        },
        {
            "start": 873548137,
            "stop": 873548595
        },
        {
            "start": 873548596,
            "stop": 873548872
        },
        {
            "start": 873548874,
            "stop": 873549866
        },
        {
            "start": 873549867,
            "stop": 873550395
        },
        {
            "start": 873550396,
            "stop": 873550699
        }
    ]
}