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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=185",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 186,
    "results": [
        {
            "start": 932542768,
            "stop": 932542847
        },
        {
            "start": 932542850,
            "stop": 932542919
        },
        {
            "start": 932542936,
            "stop": 932543703
        },
        {
            "start": 932543708,
            "stop": 932544015
        },
        {
            "start": 932544375,
            "stop": 932544422
        },
        {
            "start": 932544424,
            "stop": 932544805
        },
        {
            "start": 932544809,
            "stop": 932546663
        },
        {
            "start": 932546665,
            "stop": 932547137
        },
        {
            "start": 932547139,
            "stop": 932547500
        },
        {
            "start": 932550889,
            "stop": 932551215
        },
        {
            "start": 932551575,
            "stop": 932551881
        },
        {
            "start": 932551898,
            "stop": 932554815
        },
        {
            "start": 932555175,
            "stop": 932555885
        },
        {
            "start": 932555888,
            "stop": 932555913
        },
        {
            "start": 932555915,
            "stop": 932555916
        },
        {
            "start": 932555919,
            "stop": 932555931
        },
        {
            "start": 932555933,
            "stop": 932555975
        },
        {
            "start": 932555978,
            "stop": 932557675
        },
        {
            "start": 932557677,
            "stop": 932558415
        },
        {
            "start": 932558775,
            "stop": 932559582
        }
    ]
}