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=6635
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=6636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6634",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6635,
    "results": [
        {
            "start": 874895858,
            "stop": 874896644
        },
        {
            "start": 874896646,
            "stop": 874896869
        },
        {
            "start": 874896870,
            "stop": 874897057
        },
        {
            "start": 874897058,
            "stop": 874897506
        },
        {
            "start": 874897507,
            "stop": 874898233
        },
        {
            "start": 874898234,
            "stop": 874898401
        },
        {
            "start": 874898402,
            "stop": 874898409
        },
        {
            "start": 874898411,
            "stop": 874898833
        },
        {
            "start": 874898834,
            "stop": 874899130
        },
        {
            "start": 874899131,
            "stop": 874899413
        },
        {
            "start": 874899414,
            "stop": 874899720
        },
        {
            "start": 874899722,
            "stop": 874899804
        },
        {
            "start": 874899806,
            "stop": 874900186
        },
        {
            "start": 874900187,
            "stop": 874900476
        },
        {
            "start": 874900477,
            "stop": 874900702
        },
        {
            "start": 874900703,
            "stop": 874901002
        },
        {
            "start": 874901003,
            "stop": 874901041
        },
        {
            "start": 874901042,
            "stop": 874901611
        },
        {
            "start": 874901612,
            "stop": 874901652
        },
        {
            "start": 874904138,
            "stop": 874904287
        }
    ]
}