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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14793",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14791",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14792,
    "results": [
        {
            "start": 971244853,
            "stop": 971244860
        },
        {
            "start": 971244878,
            "stop": 971244902
        },
        {
            "start": 971244903,
            "stop": 971244919
        },
        {
            "start": 971244921,
            "stop": 971244922
        },
        {
            "start": 971244923,
            "stop": 971244932
        },
        {
            "start": 971244933,
            "stop": 971244942
        },
        {
            "start": 971244945,
            "stop": 971244955
        },
        {
            "start": 971244957,
            "stop": 971244958
        },
        {
            "start": 971244959,
            "stop": 971244962
        },
        {
            "start": 971244965,
            "stop": 971244972
        },
        {
            "start": 971244973,
            "stop": 971245018
        },
        {
            "start": 971245022,
            "stop": 971245025
        },
        {
            "start": 971245026,
            "stop": 971245031
        },
        {
            "start": 971245032,
            "stop": 971245039
        },
        {
            "start": 971245040,
            "stop": 971245077
        },
        {
            "start": 971245079,
            "stop": 971245095
        },
        {
            "start": 971245096,
            "stop": 971245117
        },
        {
            "start": 971245118,
            "stop": 971245132
        },
        {
            "start": 971245135,
            "stop": 971245147
        },
        {
            "start": 971245148,
            "stop": 971245201
        }
    ]
}