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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=290",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 291,
    "results": [
        {
            "start": 1260217525,
            "stop": 1260217774
        },
        {
            "start": 1260217776,
            "stop": 1260217880
        },
        {
            "start": 1260217881,
            "stop": 1260217894
        },
        {
            "start": 1260217896,
            "stop": 1260218100
        },
        {
            "start": 1260218102,
            "stop": 1260218376
        },
        {
            "start": 1260218378,
            "stop": 1260218499
        },
        {
            "start": 1260218500,
            "stop": 1260218547
        },
        {
            "start": 1260218549,
            "stop": 1260218934
        },
        {
            "start": 1260218936,
            "stop": 1260219273
        },
        {
            "start": 1260219276,
            "stop": 1260219509
        },
        {
            "start": 1260219510,
            "stop": 1260220229
        },
        {
            "start": 1260220237,
            "stop": 1260220366
        },
        {
            "start": 1260220368,
            "stop": 1260220388
        },
        {
            "start": 1260220389,
            "stop": 1260220416
        },
        {
            "start": 1260220440,
            "stop": 1260220743
        },
        {
            "start": 1260220744,
            "stop": 1260220803
        },
        {
            "start": 1260220804,
            "stop": 1260221580
        },
        {
            "start": 1260221581,
            "stop": 1260221685
        },
        {
            "start": 1260221686,
            "stop": 1260221883
        },
        {
            "start": 1260221884,
            "stop": 1260222375
        }
    ]
}