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=7094
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=7095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7093",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7094,
    "results": [
        {
            "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
        },
        {
            "start": 874154963,
            "stop": 874154998
        },
        {
            "start": 874155000,
            "stop": 874155007
        }
    ]
}