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=9044
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=9045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9043",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9044,
    "results": [
        {
            "start": 874270450,
            "stop": 874270455
        },
        {
            "start": 874270474,
            "stop": 874270756
        },
        {
            "start": 874270775,
            "stop": 874271145
        },
        {
            "start": 874271164,
            "stop": 874272057
        },
        {
            "start": 874272080,
            "stop": 874272083
        },
        {
            "start": 874272102,
            "stop": 874272283
        },
        {
            "start": 874272302,
            "stop": 874272321
        },
        {
            "start": 874272338,
            "stop": 874272373
        },
        {
            "start": 874272392,
            "stop": 874272598
        },
        {
            "start": 874272615,
            "stop": 874272617
        },
        {
            "start": 874272637,
            "stop": 874273286
        },
        {
            "start": 874273303,
            "stop": 874274137
        },
        {
            "start": 874274156,
            "stop": 874275120
        },
        {
            "start": 874275247,
            "stop": 874275256
        },
        {
            "start": 874275273,
            "stop": 874275294
        },
        {
            "start": 874275314,
            "stop": 874275327
        },
        {
            "start": 874275361,
            "stop": 874275553
        },
        {
            "start": 874275572,
            "stop": 874276143
        },
        {
            "start": 874276168,
            "stop": 874276254
        },
        {
            "start": 874276273,
            "stop": 874276482
        }
    ]
}