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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=430",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 431,
    "results": [
        {
            "start": 818735589,
            "stop": 818735591
        },
        {
            "start": 818735602,
            "stop": 818735605
        },
        {
            "start": 818735631,
            "stop": 818735633
        },
        {
            "start": 818735640,
            "stop": 818735643
        },
        {
            "start": 818735646,
            "stop": 818735647
        },
        {
            "start": 818735651,
            "stop": 818735652
        },
        {
            "start": 818735655,
            "stop": 818735656
        },
        {
            "start": 818735661,
            "stop": 818735662
        },
        {
            "start": 818735684,
            "stop": 818735688
        },
        {
            "start": 818735698,
            "stop": 818735703
        },
        {
            "start": 818735725,
            "stop": 818735726
        },
        {
            "start": 818735783,
            "stop": 818735786
        },
        {
            "start": 818735792,
            "stop": 818735793
        },
        {
            "start": 818735803,
            "stop": 818735804
        },
        {
            "start": 818735850,
            "stop": 818735851
        },
        {
            "start": 818735863,
            "stop": 818735865
        },
        {
            "start": 818735877,
            "stop": 818735883
        },
        {
            "start": 818736067,
            "stop": 818736077
        },
        {
            "start": 818736080,
            "stop": 818736083
        },
        {
            "start": 818736103,
            "stop": 818736104
        }
    ]
}