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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=250",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 251,
    "results": [
        {
            "start": 818223447,
            "stop": 818223453
        },
        {
            "start": 818223484,
            "stop": 818223493
        },
        {
            "start": 818223510,
            "stop": 818223511
        },
        {
            "start": 818223519,
            "stop": 818223523
        },
        {
            "start": 818223553,
            "stop": 818223555
        },
        {
            "start": 818223565,
            "stop": 818223573
        },
        {
            "start": 818223583,
            "stop": 818223586
        },
        {
            "start": 818223590,
            "stop": 818223591
        },
        {
            "start": 818223610,
            "stop": 818223613
        },
        {
            "start": 818223617,
            "stop": 818223619
        },
        {
            "start": 818223622,
            "stop": 818223623
        },
        {
            "start": 818223626,
            "stop": 818223629
        },
        {
            "start": 818223632,
            "stop": 818223634
        },
        {
            "start": 818223660,
            "stop": 818223668
        },
        {
            "start": 818223688,
            "stop": 818223693
        },
        {
            "start": 818223697,
            "stop": 818223699
        },
        {
            "start": 818223702,
            "stop": 818223704
        },
        {
            "start": 818223723,
            "stop": 818223725
        },
        {
            "start": 818223729,
            "stop": 818223736
        },
        {
            "start": 818223739,
            "stop": 818223742
        }
    ]
}