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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=111",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 112,
    "results": [
        {
            "start": 818073164,
            "stop": 818073843
        },
        {
            "start": 818073847,
            "stop": 818076823
        },
        {
            "start": 818077734,
            "stop": 818082554
        },
        {
            "start": 818082555,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818085276
        },
        {
            "start": 818085277,
            "stop": 818093471
        },
        {
            "start": 818093871,
            "stop": 818095877
        },
        {
            "start": 818096391,
            "stop": 818096976
        },
        {
            "start": 818097433,
            "stop": 818102888
        },
        {
            "start": 818102891,
            "stop": 818111301
        },
        {
            "start": 818111302,
            "stop": 818111474
        },
        {
            "start": 818111477,
            "stop": 818112467
        },
        {
            "start": 818120231,
            "stop": 818120279
        },
        {
            "start": 818120316,
            "stop": 818121071
        },
        {
            "start": 818121075,
            "stop": 818144802
        },
        {
            "start": 818145398,
            "stop": 818159113
        },
        {
            "start": 818159114,
            "stop": 818159115
        },
        {
            "start": 818159119,
            "stop": 818160880
        },
        {
            "start": 818164301,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818172504
        }
    ]
}