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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=282",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 283,
    "results": [
        {
            "start": 820865753,
            "stop": 820865827
        },
        {
            "start": 820865830,
            "stop": 820866267
        },
        {
            "start": 820866270,
            "stop": 820866430
        },
        {
            "start": 820866433,
            "stop": 820866435
        },
        {
            "start": 820866438,
            "stop": 820866457
        },
        {
            "start": 820866460,
            "stop": 820866514
        },
        {
            "start": 820866517,
            "stop": 820866528
        },
        {
            "start": 820866531,
            "stop": 820866955
        },
        {
            "start": 820866958,
            "stop": 820867044
        },
        {
            "start": 820867454,
            "stop": 820867458
        },
        {
            "start": 820867461,
            "stop": 820867924
        },
        {
            "start": 820868044,
            "stop": 820868047
        },
        {
            "start": 820868192,
            "stop": 820868616
        },
        {
            "start": 820868619,
            "stop": 820868713
        },
        {
            "start": 820868717,
            "stop": 820868879
        },
        {
            "start": 820868882,
            "stop": 820869012
        },
        {
            "start": 820869015,
            "stop": 820869309
        },
        {
            "start": 820869312,
            "stop": 820869535
        },
        {
            "start": 820869538,
            "stop": 820869776
        },
        {
            "start": 820869779,
            "stop": 820870161
        }
    ]
}