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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33276",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33277,
    "results": [
        {
            "start": 970998747,
            "stop": 970998766
        },
        {
            "start": 970998767,
            "stop": 970998776
        },
        {
            "start": 970998777,
            "stop": 970998821
        },
        {
            "start": 970998822,
            "stop": 970998833
        },
        {
            "start": 970998836,
            "stop": 970998845
        },
        {
            "start": 970998846,
            "stop": 970998858
        },
        {
            "start": 970998859,
            "stop": 970998885
        },
        {
            "start": 970998886,
            "stop": 970998905
        },
        {
            "start": 970998907,
            "stop": 970998943
        },
        {
            "start": 970998944,
            "stop": 970998954
        },
        {
            "start": 970998955,
            "stop": 970998956
        },
        {
            "start": 970998957,
            "stop": 970998978
        },
        {
            "start": 970998980,
            "stop": 970999086
        },
        {
            "start": 970999087,
            "stop": 970999113
        },
        {
            "start": 970999114,
            "stop": 970999202
        },
        {
            "start": 970999203,
            "stop": 970999263
        },
        {
            "start": 970999264,
            "stop": 970999280
        },
        {
            "start": 970999283,
            "stop": 970999285
        },
        {
            "start": 970999287,
            "stop": 970999348
        },
        {
            "start": 970999349,
            "stop": 970999393
        }
    ]
}