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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=619",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=617",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 618,
    "results": [
        {
            "start": 1263032092,
            "stop": 1263032093
        },
        {
            "start": 1263032098,
            "stop": 1263032189
        },
        {
            "start": 1263032227,
            "stop": 1263032271
        },
        {
            "start": 1263032283,
            "stop": 1263033194
        },
        {
            "start": 1263033197,
            "stop": 1263033354
        },
        {
            "start": 1263033365,
            "stop": 1263033404
        },
        {
            "start": 1263033406,
            "stop": 1263033539
        },
        {
            "start": 1263033542,
            "stop": 1263037300
        },
        {
            "start": 1263037301,
            "stop": 1263037302
        },
        {
            "start": 1263037305,
            "stop": 1263037330
        },
        {
            "start": 1263037371,
            "stop": 1263037378
        },
        {
            "start": 1263037394,
            "stop": 1263037400
        },
        {
            "start": 1263037401,
            "stop": 1263037402
        },
        {
            "start": 1263037412,
            "stop": 1263037427
        },
        {
            "start": 1263037434,
            "stop": 1263037450
        },
        {
            "start": 1263037474,
            "stop": 1263037495
        },
        {
            "start": 1263037513,
            "stop": 1263038095
        },
        {
            "start": 1263038098,
            "stop": 1263038606
        },
        {
            "start": 1263038615,
            "stop": 1263038977
        },
        {
            "start": 1263038985,
            "stop": 1263042977
        }
    ]
}