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=6547
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=6548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6546",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6547,
    "results": [
        {
            "start": 874398062,
            "stop": 874398227
        },
        {
            "start": 874398228,
            "stop": 874398279
        },
        {
            "start": 874398280,
            "stop": 874398324
        },
        {
            "start": 874398326,
            "stop": 874398424
        },
        {
            "start": 874398425,
            "stop": 874398839
        },
        {
            "start": 874398840,
            "stop": 874399051
        },
        {
            "start": 874399052,
            "stop": 874399146
        },
        {
            "start": 874399147,
            "stop": 874400137
        },
        {
            "start": 874400138,
            "stop": 874400278
        },
        {
            "start": 874400280,
            "stop": 874400300
        },
        {
            "start": 874400301,
            "stop": 874400596
        },
        {
            "start": 874400597,
            "stop": 874401050
        },
        {
            "start": 874401051,
            "stop": 874401184
        },
        {
            "start": 874401185,
            "stop": 874401436
        },
        {
            "start": 874401437,
            "stop": 874402018
        },
        {
            "start": 874402020,
            "stop": 874402037
        },
        {
            "start": 874402038,
            "stop": 874402370
        },
        {
            "start": 874402371,
            "stop": 874402404
        },
        {
            "start": 874402405,
            "stop": 874402421
        },
        {
            "start": 874402422,
            "stop": 874402560
        }
    ]
}