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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7064",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7065,
    "results": [
        {
            "start": 874261320,
            "stop": 874262740
        },
        {
            "start": 874262744,
            "stop": 874262915
        },
        {
            "start": 874265802,
            "stop": 874265953
        },
        {
            "start": 874265954,
            "stop": 874265975
        },
        {
            "start": 874265978,
            "stop": 874266005
        },
        {
            "start": 874266013,
            "stop": 874266088
        },
        {
            "start": 874266091,
            "stop": 874266156
        },
        {
            "start": 874266159,
            "stop": 874266249
        },
        {
            "start": 874266254,
            "stop": 874266308
        },
        {
            "start": 874266311,
            "stop": 874266526
        },
        {
            "start": 874266527,
            "stop": 874266543
        },
        {
            "start": 874266546,
            "stop": 874266804
        },
        {
            "start": 874266807,
            "stop": 874266821
        },
        {
            "start": 874266825,
            "stop": 874267000
        },
        {
            "start": 874267003,
            "stop": 874267042
        },
        {
            "start": 874267049,
            "stop": 874267150
        },
        {
            "start": 874267153,
            "stop": 874268303
        },
        {
            "start": 874268307,
            "stop": 874268638
        },
        {
            "start": 874268642,
            "stop": 874268809
        },
        {
            "start": 874268812,
            "stop": 874268907
        }
    ]
}