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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=198",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 199,
    "results": [
        {
            "start": 842425055,
            "stop": 842425057
        },
        {
            "start": 842426343,
            "stop": 842436553
        },
        {
            "start": 842445226,
            "stop": 842447953
        },
        {
            "start": 842447996,
            "stop": 842447998
        },
        {
            "start": 842449014,
            "stop": 842511253
        },
        {
            "start": 842511260,
            "stop": 842511261
        },
        {
            "start": 842512370,
            "stop": 842521993
        },
        {
            "start": 842526522,
            "stop": 842529793
        },
        {
            "start": 842529802,
            "stop": 842529804
        },
        {
            "start": 842530635,
            "stop": 842588293
        },
        {
            "start": 842594849,
            "stop": 842596213
        },
        {
            "start": 842596235,
            "stop": 842596237
        },
        {
            "start": 842596813,
            "stop": 842618286
        },
        {
            "start": 842619088,
            "stop": 842621173
        },
        {
            "start": 842623913,
            "stop": 842631194
        },
        {
            "start": 842632492,
            "stop": 842635613
        },
        {
            "start": 842637055,
            "stop": 842660603
        },
        {
            "start": 842660763,
            "stop": 842683933
        },
        {
            "start": 842685597,
            "stop": 842702833
        },
        {
            "start": 842702835,
            "stop": 842702836
        }
    ]
}