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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=105",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 106,
    "results": [
        {
            "start": 826732906,
            "stop": 826735294
        },
        {
            "start": 826735297,
            "stop": 826739234
        },
        {
            "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": 826812853
        },
        {
            "start": 826816794,
            "stop": 826822028
        },
        {
            "start": 826822031,
            "stop": 826824696
        },
        {
            "start": 826824699,
            "stop": 826829256
        },
        {
            "start": 826829556,
            "stop": 826829561
        },
        {
            "start": 826830145,
            "stop": 826830177
        },
        {
            "start": 826830287,
            "stop": 826830982
        },
        {
            "start": 826831282,
            "stop": 826837352
        },
        {
            "start": 826837355,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826852628
        },
        {
            "start": 826859116,
            "stop": 826910069
        },
        {
            "start": 826910072,
            "stop": 826910074
        }
    ]
}