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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=176",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 177,
    "results": [
        {
            "start": 821565443,
            "stop": 821565523
        },
        {
            "start": 821565526,
            "stop": 821565557
        },
        {
            "start": 821565560,
            "stop": 821565569
        },
        {
            "start": 821565575,
            "stop": 821565630
        },
        {
            "start": 821565633,
            "stop": 821565960
        },
        {
            "start": 821565963,
            "stop": 821566020
        },
        {
            "start": 821566023,
            "stop": 821566302
        },
        {
            "start": 821567006,
            "stop": 821568212
        },
        {
            "start": 821568215,
            "stop": 821568397
        },
        {
            "start": 821568797,
            "stop": 821568957
        },
        {
            "start": 821569277,
            "stop": 821569447
        },
        {
            "start": 821570157,
            "stop": 821571365
        },
        {
            "start": 821571368,
            "stop": 821572427
        },
        {
            "start": 821572430,
            "stop": 821572653
        },
        {
            "start": 821572656,
            "stop": 821572861
        },
        {
            "start": 821572864,
            "stop": 821573286
        },
        {
            "start": 821573289,
            "stop": 821573514
        },
        {
            "start": 821573517,
            "stop": 821576234
        },
        {
            "start": 821576237,
            "stop": 821576906
        },
        {
            "start": 821576909,
            "stop": 821577099
        }
    ]
}