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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=49",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 50,
    "results": [
        {
            "start": 821654148,
            "stop": 821659661
        },
        {
            "start": 821660538,
            "stop": 821663953
        },
        {
            "start": 821665575,
            "stop": 821666930
        },
        {
            "start": 821667073,
            "stop": 821681653
        },
        {
            "start": 821682347,
            "stop": 821684623
        },
        {
            "start": 821685363,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821718648
        },
        {
            "start": 821720082,
            "stop": 821720773
        },
        {
            "start": 821722673,
            "stop": 821725793
        },
        {
            "start": 821728718,
            "stop": 821738147
        },
        {
            "start": 821739681,
            "stop": 821742782
        },
        {
            "start": 821744967,
            "stop": 821746933
        },
        {
            "start": 821747711,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756514
        },
        {
            "start": 821756752,
            "stop": 821781369
        },
        {
            "start": 821782924,
            "stop": 821783036
        },
        {
            "start": 821784676,
            "stop": 821785153
        },
        {
            "start": 821785971,
            "stop": 821786653
        },
        {
            "start": 821786792,
            "stop": 821787253
        },
        {
            "start": 821789712,
            "stop": 821795921
        }
    ]
}