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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5280",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5281,
    "results": [
        {
            "start": 970451914,
            "stop": 970452255
        },
        {
            "start": 970452258,
            "stop": 970452508
        },
        {
            "start": 970452511,
            "stop": 970452865
        },
        {
            "start": 970452868,
            "stop": 970453709
        },
        {
            "start": 970453712,
            "stop": 970453793
        },
        {
            "start": 970453796,
            "stop": 970454242
        },
        {
            "start": 970454247,
            "stop": 970454304
        },
        {
            "start": 970454307,
            "stop": 970454463
        },
        {
            "start": 970454466,
            "stop": 970454860
        },
        {
            "start": 970454863,
            "stop": 970455206
        },
        {
            "start": 970455223,
            "stop": 970455284
        },
        {
            "start": 970455301,
            "stop": 970455882
        },
        {
            "start": 970455885,
            "stop": 970455907
        },
        {
            "start": 970455910,
            "stop": 970456173
        },
        {
            "start": 970456176,
            "stop": 970456878
        },
        {
            "start": 970456881,
            "stop": 970457125
        },
        {
            "start": 970457128,
            "stop": 970457485
        },
        {
            "start": 970457488,
            "stop": 970457847
        },
        {
            "start": 970457850,
            "stop": 970458011
        },
        {
            "start": 970458014,
            "stop": 970458412
        }
    ]
}