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=426
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=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=425",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 426,
    "results": [
        {
            "start": 818732571,
            "stop": 818732624
        },
        {
            "start": 818732627,
            "stop": 818732640
        },
        {
            "start": 818732648,
            "stop": 818732657
        },
        {
            "start": 818732663,
            "stop": 818732720
        },
        {
            "start": 818732723,
            "stop": 818732730
        },
        {
            "start": 818732734,
            "stop": 818732735
        },
        {
            "start": 818732738,
            "stop": 818732765
        },
        {
            "start": 818732769,
            "stop": 818732780
        },
        {
            "start": 818732784,
            "stop": 818732801
        },
        {
            "start": 818732804,
            "stop": 818732818
        },
        {
            "start": 818732826,
            "stop": 818732833
        },
        {
            "start": 818732836,
            "stop": 818732852
        },
        {
            "start": 818732858,
            "stop": 818732870
        },
        {
            "start": 818732873,
            "stop": 818732888
        },
        {
            "start": 818732893,
            "stop": 818732903
        },
        {
            "start": 818732907,
            "stop": 818732922
        },
        {
            "start": 818732925,
            "stop": 818733074
        },
        {
            "start": 818733079,
            "stop": 818733080
        },
        {
            "start": 818733083,
            "stop": 818733094
        },
        {
            "start": 818733097,
            "stop": 818733110
        }
    ]
}