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_CAT3E/segments?format=api&page=255
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=254",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 255,
    "results": [
        {
            "start": 821824550,
            "stop": 821824638
        },
        {
            "start": 821825563,
            "stop": 821825977
        },
        {
            "start": 821825980,
            "stop": 821826201
        },
        {
            "start": 821826204,
            "stop": 821826246
        },
        {
            "start": 821826249,
            "stop": 821826519
        },
        {
            "start": 821827606,
            "stop": 821827680
        },
        {
            "start": 821827740,
            "stop": 821829902
        },
        {
            "start": 821829906,
            "stop": 821830010
        },
        {
            "start": 821830013,
            "stop": 821831046
        },
        {
            "start": 821831049,
            "stop": 821831342
        },
        {
            "start": 821832198,
            "stop": 821832742
        },
        {
            "start": 821832745,
            "stop": 821832980
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840590
        },
        {
            "start": 821841971,
            "stop": 821842983
        },
        {
            "start": 821842986,
            "stop": 821843903
        },
        {
            "start": 821843906,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821852825
        },
        {
            "start": 821852829,
            "stop": 821862328
        },
        {
            "start": 821862331,
            "stop": 821870656
        }
    ]
}