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=6493
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=6494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6492",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6493,
    "results": [
        {
            "start": 874148077,
            "stop": 874149034
        },
        {
            "start": 874149036,
            "stop": 874149489
        },
        {
            "start": 874149490,
            "stop": 874149760
        },
        {
            "start": 874149761,
            "stop": 874149882
        },
        {
            "start": 874149884,
            "stop": 874149900
        },
        {
            "start": 874149902,
            "stop": 874151085
        },
        {
            "start": 874151086,
            "stop": 874151385
        },
        {
            "start": 874151386,
            "stop": 874151596
        },
        {
            "start": 874151597,
            "stop": 874151748
        },
        {
            "start": 874151749,
            "stop": 874151990
        },
        {
            "start": 874151991,
            "stop": 874153085
        },
        {
            "start": 874153087,
            "stop": 874153305
        },
        {
            "start": 874153306,
            "stop": 874153518
        },
        {
            "start": 874153519,
            "stop": 874153536
        },
        {
            "start": 874153537,
            "stop": 874154133
        },
        {
            "start": 874154134,
            "stop": 874154787
        },
        {
            "start": 874154788,
            "stop": 874154911
        },
        {
            "start": 874154912,
            "stop": 874154947
        },
        {
            "start": 874154948,
            "stop": 874154958
        },
        {
            "start": 874154960,
            "stop": 874154962
        }
    ]
}