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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=144",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 145,
    "results": [
        {
            "start": 820187487,
            "stop": 820187707
        },
        {
            "start": 820187711,
            "stop": 820187776
        },
        {
            "start": 820187780,
            "stop": 820187987
        },
        {
            "start": 820187990,
            "stop": 820188095
        },
        {
            "start": 820188098,
            "stop": 820188101
        },
        {
            "start": 820188104,
            "stop": 820188191
        },
        {
            "start": 820188194,
            "stop": 820188209
        },
        {
            "start": 820188212,
            "stop": 820188413
        },
        {
            "start": 820188417,
            "stop": 820188606
        },
        {
            "start": 820188609,
            "stop": 820188612
        },
        {
            "start": 820188616,
            "stop": 820188618
        },
        {
            "start": 820188622,
            "stop": 820188655
        },
        {
            "start": 820188658,
            "stop": 820188679
        },
        {
            "start": 820188696,
            "stop": 820188976
        },
        {
            "start": 820188980,
            "stop": 820189050
        },
        {
            "start": 820189054,
            "stop": 820189103
        },
        {
            "start": 820189106,
            "stop": 820189259
        },
        {
            "start": 820189262,
            "stop": 820189387
        },
        {
            "start": 820189391,
            "stop": 820189436
        },
        {
            "start": 820189439,
            "stop": 820189462
        }
    ]
}