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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=224",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 225,
    "results": [
        {
            "start": 827587931,
            "stop": 827587991
        },
        {
            "start": 827588302,
            "stop": 827588362
        },
        {
            "start": 827595452,
            "stop": 827595572
        },
        {
            "start": 827595796,
            "stop": 827595916
        },
        {
            "start": 827596234,
            "stop": 827596324
        },
        {
            "start": 827617906,
            "stop": 827618386
        },
        {
            "start": 827620666,
            "stop": 827620786
        },
        {
            "start": 827627319,
            "stop": 827627379
        },
        {
            "start": 827628531,
            "stop": 827629311
        },
        {
            "start": 827630359,
            "stop": 827630599
        },
        {
            "start": 827632410,
            "stop": 827632650
        },
        {
            "start": 827633515,
            "stop": 827633575
        },
        {
            "start": 827634687,
            "stop": 827634747
        },
        {
            "start": 827635504,
            "stop": 827635744
        },
        {
            "start": 827636007,
            "stop": 827636307
        },
        {
            "start": 827636905,
            "stop": 827636965
        },
        {
            "start": 827637109,
            "stop": 827637199
        },
        {
            "start": 827638397,
            "stop": 827638517
        },
        {
            "start": 827639083,
            "stop": 827639143
        },
        {
            "start": 827639392,
            "stop": 827639632
        }
    ]
}