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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=231",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 232,
    "results": [
        {
            "start": 931162485,
            "stop": 931162491
        },
        {
            "start": 931162492,
            "stop": 931162494
        },
        {
            "start": 931162495,
            "stop": 931162505
        },
        {
            "start": 931162507,
            "stop": 931162508
        },
        {
            "start": 931162509,
            "stop": 931162510
        },
        {
            "start": 931162512,
            "stop": 931162515
        },
        {
            "start": 931162517,
            "stop": 931162518
        },
        {
            "start": 931162521,
            "stop": 931162530
        },
        {
            "start": 931162531,
            "stop": 931162538
        },
        {
            "start": 931162539,
            "stop": 931162541
        },
        {
            "start": 931162542,
            "stop": 931162544
        },
        {
            "start": 931162547,
            "stop": 931162555
        },
        {
            "start": 931162556,
            "stop": 931162558
        },
        {
            "start": 931162560,
            "stop": 931162561
        },
        {
            "start": 931162567,
            "stop": 931162574
        },
        {
            "start": 931162575,
            "stop": 931162576
        },
        {
            "start": 931162578,
            "stop": 931162587
        },
        {
            "start": 931162588,
            "stop": 931162594
        },
        {
            "start": 931162597,
            "stop": 931162602
        },
        {
            "start": 931162604,
            "stop": 931162606
        }
    ]
}