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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5111",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5112,
    "results": [
        {
            "start": 873422761,
            "stop": 873423073
        },
        {
            "start": 873423080,
            "stop": 873423472
        },
        {
            "start": 873423483,
            "stop": 873424077
        },
        {
            "start": 873424085,
            "stop": 873424187
        },
        {
            "start": 873424195,
            "stop": 873424423
        },
        {
            "start": 873439298,
            "stop": 873439795
        },
        {
            "start": 873439831,
            "stop": 873439954
        },
        {
            "start": 873439991,
            "stop": 873440210
        },
        {
            "start": 873440245,
            "stop": 873440561
        },
        {
            "start": 873440625,
            "stop": 873440750
        },
        {
            "start": 873440786,
            "stop": 873440799
        },
        {
            "start": 873440840,
            "stop": 873441202
        },
        {
            "start": 873441238,
            "stop": 873442007
        },
        {
            "start": 873442060,
            "stop": 873442272
        },
        {
            "start": 873442308,
            "stop": 873442401
        },
        {
            "start": 873442418,
            "stop": 873442599
        },
        {
            "start": 873442606,
            "stop": 873442909
        },
        {
            "start": 873442917,
            "stop": 873444282
        },
        {
            "start": 873444318,
            "stop": 873444460
        },
        {
            "start": 873444467,
            "stop": 873444555
        }
    ]
}