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=7152
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=7153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7151",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7152,
    "results": [
        {
            "start": 874396606,
            "stop": 874396640
        },
        {
            "start": 874396642,
            "stop": 874396695
        },
        {
            "start": 874396697,
            "stop": 874397071
        },
        {
            "start": 874397072,
            "stop": 874397518
        },
        {
            "start": 874397519,
            "stop": 874398061
        },
        {
            "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
        }
    ]
}