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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=289",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 290,
    "results": [
        {
            "start": 818237643,
            "stop": 818237644
        },
        {
            "start": 818237676,
            "stop": 818237677
        },
        {
            "start": 818237685,
            "stop": 818237687
        },
        {
            "start": 818237694,
            "stop": 818237695
        },
        {
            "start": 818237699,
            "stop": 818237700
        },
        {
            "start": 818237705,
            "stop": 818237706
        },
        {
            "start": 818237710,
            "stop": 818237718
        },
        {
            "start": 818237733,
            "stop": 818237737
        },
        {
            "start": 818237740,
            "stop": 818237745
        },
        {
            "start": 818237748,
            "stop": 818237750
        },
        {
            "start": 818237757,
            "stop": 818237760
        },
        {
            "start": 818237763,
            "stop": 818237768
        },
        {
            "start": 818237771,
            "stop": 818237772
        },
        {
            "start": 818237784,
            "stop": 818237788
        },
        {
            "start": 818237791,
            "stop": 818237793
        },
        {
            "start": 818237797,
            "stop": 818237804
        },
        {
            "start": 818237813,
            "stop": 818237820
        },
        {
            "start": 818237831,
            "stop": 818237832
        },
        {
            "start": 818237838,
            "stop": 818237839
        },
        {
            "start": 818237850,
            "stop": 818237853
        }
    ]
}