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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=90",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 91,
    "results": [
        {
            "start": 827970007,
            "stop": 827971432
        },
        {
            "start": 827973240,
            "stop": 827980679
        },
        {
            "start": 827981917,
            "stop": 827987161
        },
        {
            "start": 827987626,
            "stop": 827987822
        },
        {
            "start": 827988302,
            "stop": 828038085
        },
        {
            "start": 828040821,
            "stop": 828041301
        },
        {
            "start": 828042173,
            "stop": 828043541
        },
        {
            "start": 828043896,
            "stop": 828051548
        },
        {
            "start": 828051702,
            "stop": 828056101
        },
        {
            "start": 828056102,
            "stop": 828112497
        },
        {
            "start": 828116725,
            "stop": 828117685
        },
        {
            "start": 828121642,
            "stop": 828122373
        },
        {
            "start": 828122773,
            "stop": 828123381
        },
        {
            "start": 828124193,
            "stop": 828126046
        },
        {
            "start": 828126330,
            "stop": 828126428
        },
        {
            "start": 828126592,
            "stop": 828126953
        },
        {
            "start": 828127014,
            "stop": 828127754
        },
        {
            "start": 828134180,
            "stop": 828138354
        },
        {
            "start": 828138944,
            "stop": 828153066
        },
        {
            "start": 828154671,
            "stop": 828156321
        }
    ]
}