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=4668
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=4669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4667",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4668,
    "results": [
        {
            "start": 874304813,
            "stop": 874304956
        },
        {
            "start": 874305076,
            "stop": 874305148
        },
        {
            "start": 874305167,
            "stop": 874305429
        },
        {
            "start": 874305448,
            "stop": 874305510
        },
        {
            "start": 874305529,
            "stop": 874305571
        },
        {
            "start": 874305590,
            "stop": 874305599
        },
        {
            "start": 874305618,
            "stop": 874305630
        },
        {
            "start": 874305653,
            "stop": 874305665
        },
        {
            "start": 874305684,
            "stop": 874305692
        },
        {
            "start": 874305712,
            "stop": 874305771
        },
        {
            "start": 874305790,
            "stop": 874305961
        },
        {
            "start": 874305980,
            "stop": 874306002
        },
        {
            "start": 874306022,
            "stop": 874306069
        },
        {
            "start": 874306089,
            "stop": 874306102
        },
        {
            "start": 874306140,
            "stop": 874306150
        },
        {
            "start": 874306183,
            "stop": 874306194
        },
        {
            "start": 874306226,
            "stop": 874306232
        },
        {
            "start": 874306299,
            "stop": 874306371
        },
        {
            "start": 874306398,
            "stop": 874306401
        },
        {
            "start": 874306420,
            "stop": 874306429
        }
    ]
}