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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5026",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5027,
    "results": [
        {
            "start": 874552891,
            "stop": 874552903
        },
        {
            "start": 874552938,
            "stop": 874552939
        },
        {
            "start": 874552973,
            "stop": 874553098
        },
        {
            "start": 874553117,
            "stop": 874553123
        },
        {
            "start": 874553146,
            "stop": 874553208
        },
        {
            "start": 874553265,
            "stop": 874553266
        },
        {
            "start": 874553285,
            "stop": 874553314
        },
        {
            "start": 874553333,
            "stop": 874553452
        },
        {
            "start": 874553474,
            "stop": 874553547
        },
        {
            "start": 874553566,
            "stop": 874553585
        },
        {
            "start": 874553605,
            "stop": 874553608
        },
        {
            "start": 874553631,
            "stop": 874553640
        },
        {
            "start": 874553714,
            "stop": 874553719
        },
        {
            "start": 874553739,
            "stop": 874553752
        },
        {
            "start": 874553771,
            "stop": 874553791
        },
        {
            "start": 874553819,
            "stop": 874553894
        },
        {
            "start": 874553917,
            "stop": 874553931
        },
        {
            "start": 874553950,
            "stop": 874554007
        },
        {
            "start": 874554026,
            "stop": 874554094
        },
        {
            "start": 874554113,
            "stop": 874554156
        }
    ]
}