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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=90",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 91,
    "results": [
        {
            "start": 826709702,
            "stop": 826717364
        },
        {
            "start": 826717794,
            "stop": 826718226
        },
        {
            "start": 826718856,
            "stop": 826724400
        },
        {
            "start": 826724702,
            "stop": 826730476
        },
        {
            "start": 826732906,
            "stop": 826739235
        },
        {
            "start": 826739370,
            "stop": 826744905
        },
        {
            "start": 826745015,
            "stop": 826746282
        },
        {
            "start": 826746779,
            "stop": 826801395
        },
        {
            "start": 826801695,
            "stop": 826804228
        },
        {
            "start": 826804338,
            "stop": 826805043
        },
        {
            "start": 826805343,
            "stop": 826810512
        },
        {
            "start": 826812562,
            "stop": 826812879
        },
        {
            "start": 826816794,
            "stop": 826829256
        },
        {
            "start": 826829556,
            "stop": 826829561
        },
        {
            "start": 826830145,
            "stop": 826830177
        },
        {
            "start": 826830287,
            "stop": 826830982
        },
        {
            "start": 826831282,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826852628
        },
        {
            "start": 826859116,
            "stop": 826920366
        },
        {
            "start": 826928086,
            "stop": 826958915
        }
    ]
}