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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=243",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 244,
    "results": [
        {
            "start": 931738857,
            "stop": 931738869
        },
        {
            "start": 931738871,
            "stop": 931738872
        },
        {
            "start": 931738874,
            "stop": 931738879
        },
        {
            "start": 931738881,
            "stop": 931738895
        },
        {
            "start": 931738897,
            "stop": 931738905
        },
        {
            "start": 931738907,
            "stop": 931738911
        },
        {
            "start": 931738913,
            "stop": 931738920
        },
        {
            "start": 931738923,
            "stop": 931738950
        },
        {
            "start": 931738952,
            "stop": 931738960
        },
        {
            "start": 931738962,
            "stop": 931738967
        },
        {
            "start": 931738969,
            "stop": 931738971
        },
        {
            "start": 931738973,
            "stop": 931739010
        },
        {
            "start": 931739011,
            "stop": 931739024
        },
        {
            "start": 931739026,
            "stop": 931739164
        },
        {
            "start": 931739166,
            "stop": 931739236
        },
        {
            "start": 931739237,
            "stop": 931739350
        },
        {
            "start": 931739352,
            "stop": 931739401
        },
        {
            "start": 931739402,
            "stop": 931739509
        },
        {
            "start": 931739511,
            "stop": 931740169
        },
        {
            "start": 931740171,
            "stop": 931740185
        }
    ]
}