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=8852
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=8853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8851",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8852,
    "results": [
        {
            "start": 872979712,
            "stop": 872979796
        },
        {
            "start": 872979813,
            "stop": 872980044
        },
        {
            "start": 872980061,
            "stop": 872980113
        },
        {
            "start": 872980240,
            "stop": 872980617
        },
        {
            "start": 872980634,
            "stop": 872980734
        },
        {
            "start": 872980751,
            "stop": 872980844
        },
        {
            "start": 872980861,
            "stop": 872981041
        },
        {
            "start": 872981058,
            "stop": 872981066
        },
        {
            "start": 872981238,
            "stop": 872981252
        },
        {
            "start": 872981270,
            "stop": 872981289
        },
        {
            "start": 872981306,
            "stop": 872981340
        },
        {
            "start": 872981474,
            "stop": 872981712
        },
        {
            "start": 872981820,
            "stop": 872981878
        },
        {
            "start": 872982090,
            "stop": 872983382
        },
        {
            "start": 872983399,
            "stop": 872984826
        },
        {
            "start": 872984843,
            "stop": 872984850
        },
        {
            "start": 872984867,
            "stop": 872985920
        },
        {
            "start": 872985937,
            "stop": 872986275
        },
        {
            "start": 872986320,
            "stop": 872987180
        },
        {
            "start": 872987197,
            "stop": 872987220
        }
    ]
}