Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 48,
    "results": [
        {
            "start": 817405819,
            "stop": 817405946
        },
        {
            "start": 817405949,
            "stop": 817406034
        },
        {
            "start": 817406037,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817409869
        },
        {
            "start": 817409872,
            "stop": 817412447
        },
        {
            "start": 817412450,
            "stop": 817412700
        },
        {
            "start": 817414689,
            "stop": 817416060
        },
        {
            "start": 817416120,
            "stop": 817417664
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418071,
            "stop": 817418460
        },
        {
            "start": 817418580,
            "stop": 817419801
        },
        {
            "start": 817419877,
            "stop": 817420380
        },
        {
            "start": 817420440,
            "stop": 817423262
        },
        {
            "start": 817424327,
            "stop": 817424520
        },
        {
            "start": 817424580,
            "stop": 817425632
        },
        {
            "start": 817427752,
            "stop": 817430220
        },
        {
            "start": 817430400,
            "stop": 817431059
        },
        {
            "start": 817431078,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817440419
        }
    ]
}