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=7550
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=7551",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7549",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7550,
    "results": [
        {
            "start": 970411994,
            "stop": 970412004
        },
        {
            "start": 970412044,
            "stop": 970412050
        },
        {
            "start": 970412058,
            "stop": 970412084
        },
        {
            "start": 970412433,
            "stop": 970412437
        },
        {
            "start": 970412449,
            "stop": 970412450
        },
        {
            "start": 970412456,
            "stop": 970412469
        },
        {
            "start": 970412477,
            "stop": 970412479
        },
        {
            "start": 970412524,
            "stop": 970412536
        },
        {
            "start": 970412539,
            "stop": 970412543
        },
        {
            "start": 970412546,
            "stop": 970412561
        },
        {
            "start": 970412567,
            "stop": 970412569
        },
        {
            "start": 970412572,
            "stop": 970412577
        },
        {
            "start": 970412580,
            "stop": 970412594
        },
        {
            "start": 970412597,
            "stop": 970412619
        },
        {
            "start": 970412626,
            "stop": 970412643
        },
        {
            "start": 970412646,
            "stop": 970412657
        },
        {
            "start": 970412660,
            "stop": 970412670
        },
        {
            "start": 970412673,
            "stop": 970412674
        },
        {
            "start": 970412677,
            "stop": 970412684
        },
        {
            "start": 970412724,
            "stop": 970412726
        }
    ]
}