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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 39,
    "results": [
        {
            "start": 1370959444,
            "stop": 1370964560
        },
        {
            "start": 1370964565,
            "stop": 1370964985
        },
        {
            "start": 1370964990,
            "stop": 1370965451
        },
        {
            "start": 1370965455,
            "stop": 1370965898
        },
        {
            "start": 1370965903,
            "stop": 1370966931
        },
        {
            "start": 1370969102,
            "stop": 1370969586
        },
        {
            "start": 1370969591,
            "stop": 1370969592
        },
        {
            "start": 1370969596,
            "stop": 1370969663
        },
        {
            "start": 1370993335,
            "stop": 1370993670
        },
        {
            "start": 1370998664,
            "stop": 1371008205
        },
        {
            "start": 1371013187,
            "stop": 1371021048
        },
        {
            "start": 1371021053,
            "stop": 1371023436
        },
        {
            "start": 1371023441,
            "stop": 1371023719
        },
        {
            "start": 1371023724,
            "stop": 1371024575
        },
        {
            "start": 1371024580,
            "stop": 1371024723
        },
        {
            "start": 1371024728,
            "stop": 1371025108
        },
        {
            "start": 1371025113,
            "stop": 1371025182
        },
        {
            "start": 1371025187,
            "stop": 1371025346
        },
        {
            "start": 1371025351,
            "stop": 1371025639
        },
        {
            "start": 1371025649,
            "stop": 1371025835
        }
    ]
}