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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=36",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 37,
    "results": [
        {
            "start": 822012769,
            "stop": 822032190
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822064943
        },
        {
            "start": 822065156,
            "stop": 822066194
        },
        {
            "start": 822066974,
            "stop": 822077764
        },
        {
            "start": 822079059,
            "stop": 822081059
        },
        {
            "start": 822081996,
            "stop": 822084265
        },
        {
            "start": 822084352,
            "stop": 822085231
        },
        {
            "start": 822085976,
            "stop": 822088210
        },
        {
            "start": 822089508,
            "stop": 822089769
        },
        {
            "start": 822091576,
            "stop": 822092530
        },
        {
            "start": 822093343,
            "stop": 822094561
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822152222
        },
        {
            "start": 822152436,
            "stop": 822153290
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179724
        },
        {
            "start": 822179810,
            "stop": 822182958
        },
        {
            "start": 822183781,
            "stop": 822185014
        },
        {
            "start": 822185719,
            "stop": 822194569
        }
    ]
}