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=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=366",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 367,
    "results": [
        {
            "start": 825204323,
            "stop": 825204374
        },
        {
            "start": 825204377,
            "stop": 825204813
        },
        {
            "start": 825205113,
            "stop": 825205499
        },
        {
            "start": 825205502,
            "stop": 825205568
        },
        {
            "start": 825205572,
            "stop": 825206940
        },
        {
            "start": 825207000,
            "stop": 825207357
        },
        {
            "start": 825207360,
            "stop": 825207600
        },
        {
            "start": 825207604,
            "stop": 825208204
        },
        {
            "start": 825208607,
            "stop": 825209012
        },
        {
            "start": 825209015,
            "stop": 825209040
        },
        {
            "start": 825209100,
            "stop": 825213817
        },
        {
            "start": 825219025,
            "stop": 825240571
        },
        {
            "start": 825240871,
            "stop": 825243224
        },
        {
            "start": 825243405,
            "stop": 825244544
        },
        {
            "start": 825244547,
            "stop": 825244662
        },
        {
            "start": 825244665,
            "stop": 825244677
        },
        {
            "start": 825244680,
            "stop": 825245001
        },
        {
            "start": 825245005,
            "stop": 825245021
        },
        {
            "start": 825245024,
            "stop": 825245986
        },
        {
            "start": 825403803,
            "stop": 825404459
        }
    ]
}