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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=309",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 310,
    "results": [
        {
            "start": 860453628,
            "stop": 860453631
        },
        {
            "start": 860453637,
            "stop": 860454024
        },
        {
            "start": 860454603,
            "stop": 860473243
        },
        {
            "start": 860475337,
            "stop": 860478356
        },
        {
            "start": 860482482,
            "stop": 860485925
        },
        {
            "start": 860487391,
            "stop": 860489273
        },
        {
            "start": 860491977,
            "stop": 860497176
        },
        {
            "start": 860497574,
            "stop": 860499098
        },
        {
            "start": 860499530,
            "stop": 860507605
        },
        {
            "start": 860507793,
            "stop": 860507876
        },
        {
            "start": 860509477,
            "stop": 860511323
        },
        {
            "start": 860514353,
            "stop": 860526248
        },
        {
            "start": 860533675,
            "stop": 860535399
        },
        {
            "start": 860535837,
            "stop": 860539115
        },
        {
            "start": 860540886,
            "stop": 860570468
        },
        {
            "start": 860571531,
            "stop": 860572405
        },
        {
            "start": 860572816,
            "stop": 860576894
        },
        {
            "start": 860578965,
            "stop": 860593417
        },
        {
            "start": 860594300,
            "stop": 860619324
        },
        {
            "start": 860621799,
            "stop": 860622931
        }
    ]
}