Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=621
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=620",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 621,
    "results": [
        {
            "start": 841080208,
            "stop": 841084254
        },
        {
            "start": 841084779,
            "stop": 841084804
        },
        {
            "start": 841085124,
            "stop": 841085552
        },
        {
            "start": 841086781,
            "stop": 841088266
        },
        {
            "start": 841088666,
            "stop": 841093963
        },
        {
            "start": 841093965,
            "stop": 841094260
        },
        {
            "start": 841098776,
            "stop": 841141920
        },
        {
            "start": 841142907,
            "stop": 841143510
        },
        {
            "start": 841145524,
            "stop": 841147452
        },
        {
            "start": 841149045,
            "stop": 841153596
        },
        {
            "start": 841154101,
            "stop": 841159618
        },
        {
            "start": 841165086,
            "stop": 841171566
        },
        {
            "start": 841177187,
            "stop": 841178587
        },
        {
            "start": 841179500,
            "stop": 841213569
        },
        {
            "start": 841213570,
            "stop": 841236351
        },
        {
            "start": 841237644,
            "stop": 841242273
        },
        {
            "start": 841243378,
            "stop": 841245134
        },
        {
            "start": 841246669,
            "stop": 841261959
        },
        {
            "start": 841263549,
            "stop": 841305663
        },
        {
            "start": 841307797,
            "stop": 841342503
        }
    ]
}