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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9040",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9041,
    "results": [
        {
            "start": 874248486,
            "stop": 874248589
        },
        {
            "start": 874248608,
            "stop": 874248611
        },
        {
            "start": 874248630,
            "stop": 874248998
        },
        {
            "start": 874249104,
            "stop": 874249170
        },
        {
            "start": 874250526,
            "stop": 874250638
        },
        {
            "start": 874250663,
            "stop": 874250672
        },
        {
            "start": 874250693,
            "stop": 874250750
        },
        {
            "start": 874250776,
            "stop": 874250904
        },
        {
            "start": 874250932,
            "stop": 874251321
        },
        {
            "start": 874251340,
            "stop": 874252200
        },
        {
            "start": 874253263,
            "stop": 874253498
        },
        {
            "start": 874253516,
            "stop": 874253526
        },
        {
            "start": 874253561,
            "stop": 874253824
        },
        {
            "start": 874253841,
            "stop": 874255179
        },
        {
            "start": 874255196,
            "stop": 874257062
        },
        {
            "start": 874257080,
            "stop": 874257113
        },
        {
            "start": 874257180,
            "stop": 874258680
        },
        {
            "start": 874258800,
            "stop": 874259959
        },
        {
            "start": 874259978,
            "stop": 874260127
        },
        {
            "start": 874260144,
            "stop": 874260186
        }
    ]
}