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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2070",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2071,
    "results": [
        {
            "start": 862324971,
            "stop": 862328545
        },
        {
            "start": 862328550,
            "stop": 862328612
        },
        {
            "start": 862328618,
            "stop": 862330140
        },
        {
            "start": 862330200,
            "stop": 862330470
        },
        {
            "start": 862330475,
            "stop": 862332995
        },
        {
            "start": 862333000,
            "stop": 862347472
        },
        {
            "start": 862347478,
            "stop": 862350527
        },
        {
            "start": 862350529,
            "stop": 862350555
        },
        {
            "start": 862350705,
            "stop": 862351830
        },
        {
            "start": 862351890,
            "stop": 862351895
        },
        {
            "start": 862352005,
            "stop": 862352280
        },
        {
            "start": 862352580,
            "stop": 862354405
        },
        {
            "start": 862354410,
            "stop": 862355180
        },
        {
            "start": 862355182,
            "stop": 862356135
        },
        {
            "start": 862357244,
            "stop": 862380830
        },
        {
            "start": 862382740,
            "stop": 862384451
        },
        {
            "start": 862386255,
            "stop": 862404200
        },
        {
            "start": 862404562,
            "stop": 862408495
        },
        {
            "start": 862408877,
            "stop": 862409003
        },
        {
            "start": 862410036,
            "stop": 862414140
        }
    ]
}