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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=7",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 8,
    "results": [
        {
            "start": 1371596342,
            "stop": 1371596422
        },
        {
            "start": 1371596447,
            "stop": 1371596543
        },
        {
            "start": 1371596656,
            "stop": 1371596663
        },
        {
            "start": 1371596720,
            "stop": 1371596831
        },
        {
            "start": 1371596942,
            "stop": 1371683736
        },
        {
            "start": 1371700173,
            "stop": 1371715408
        },
        {
            "start": 1371727329,
            "stop": 1371785495
        },
        {
            "start": 1371789583,
            "stop": 1371815489
        },
        {
            "start": 1371820056,
            "stop": 1371831671
        },
        {
            "start": 1371832238,
            "stop": 1371835021
        },
        {
            "start": 1371835724,
            "stop": 1371847232
        },
        {
            "start": 1371864268,
            "stop": 1371902417
        },
        {
            "start": 1371902748,
            "stop": 1371909858
        },
        {
            "start": 1371935776,
            "stop": 1371936280
        },
        {
            "start": 1371936990,
            "stop": 1371940643
        },
        {
            "start": 1371941080,
            "stop": 1371951181
        },
        {
            "start": 1371955077,
            "stop": 1371971514
        },
        {
            "start": 1371971600,
            "stop": 1372008348
        },
        {
            "start": 1372011083,
            "stop": 1372014516
        },
        {
            "start": 1372028581,
            "stop": 1372033204
        }
    ]
}