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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=232",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 233,
    "results": [
        {
            "start": 847334425,
            "stop": 847334426
        },
        {
            "start": 847334683,
            "stop": 847336026
        },
        {
            "start": 847338110,
            "stop": 847338116
        },
        {
            "start": 847338212,
            "stop": 847338613
        },
        {
            "start": 847338631,
            "stop": 847338632
        },
        {
            "start": 847338930,
            "stop": 847345933
        },
        {
            "start": 847345939,
            "stop": 847345940
        },
        {
            "start": 847346207,
            "stop": 847355353
        },
        {
            "start": 847355365,
            "stop": 847355366
        },
        {
            "start": 847355903,
            "stop": 847374783
        },
        {
            "start": 847377479,
            "stop": 847379473
        },
        {
            "start": 847379483,
            "stop": 847379484
        },
        {
            "start": 847379692,
            "stop": 847383073
        },
        {
            "start": 847383075,
            "stop": 847383076
        },
        {
            "start": 847383822,
            "stop": 847394758
        },
        {
            "start": 847400989,
            "stop": 847416959
        },
        {
            "start": 847424279,
            "stop": 847430020
        },
        {
            "start": 847430082,
            "stop": 847432997
        },
        {
            "start": 847433083,
            "stop": 847438919
        },
        {
            "start": 847439563,
            "stop": 847441333
        }
    ]
}