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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33262",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33263,
    "results": [
        {
            "start": 970993176,
            "stop": 970993191
        },
        {
            "start": 970993192,
            "stop": 970993219
        },
        {
            "start": 970993221,
            "stop": 970993301
        },
        {
            "start": 970993302,
            "stop": 970993352
        },
        {
            "start": 970993355,
            "stop": 970993390
        },
        {
            "start": 970993393,
            "stop": 970993405
        },
        {
            "start": 970993408,
            "stop": 970993414
        },
        {
            "start": 970993415,
            "stop": 970993430
        },
        {
            "start": 970993431,
            "stop": 970993445
        },
        {
            "start": 970993446,
            "stop": 970993464
        },
        {
            "start": 970993465,
            "stop": 970993479
        },
        {
            "start": 970993482,
            "stop": 970993484
        },
        {
            "start": 970993485,
            "stop": 970993489
        },
        {
            "start": 970993490,
            "stop": 970993520
        },
        {
            "start": 970993523,
            "stop": 970993561
        },
        {
            "start": 970993562,
            "stop": 970993574
        },
        {
            "start": 970993576,
            "stop": 970993604
        },
        {
            "start": 970993607,
            "stop": 970993609
        },
        {
            "start": 970993610,
            "stop": 970993636
        },
        {
            "start": 970993639,
            "stop": 970993668
        }
    ]
}