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=5123
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=5124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5122",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5123,
    "results": [
        {
            "start": 873490448,
            "stop": 873490472
        },
        {
            "start": 873490486,
            "stop": 873490494
        },
        {
            "start": 873490501,
            "stop": 873490603
        },
        {
            "start": 873490610,
            "stop": 873490714
        },
        {
            "start": 873490721,
            "stop": 873490755
        },
        {
            "start": 873490776,
            "stop": 873490879
        },
        {
            "start": 873490887,
            "stop": 873491133
        },
        {
            "start": 873491174,
            "stop": 873492063
        },
        {
            "start": 873492072,
            "stop": 873492188
        },
        {
            "start": 873492197,
            "stop": 873492219
        },
        {
            "start": 873492226,
            "stop": 873492234
        },
        {
            "start": 873492244,
            "stop": 873492315
        },
        {
            "start": 873492323,
            "stop": 873492660
        },
        {
            "start": 873492720,
            "stop": 873492801
        },
        {
            "start": 873492817,
            "stop": 873493188
        },
        {
            "start": 873493196,
            "stop": 873493262
        },
        {
            "start": 873493270,
            "stop": 873493440
        },
        {
            "start": 873493620,
            "stop": 873493687
        },
        {
            "start": 873493697,
            "stop": 873493720
        },
        {
            "start": 873493756,
            "stop": 873493946
        }
    ]
}