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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=327",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 328,
    "results": [
        {
            "start": 1260350554,
            "stop": 1260350558
        },
        {
            "start": 1260350564,
            "stop": 1260350638
        },
        {
            "start": 1260350641,
            "stop": 1260350653
        },
        {
            "start": 1260350656,
            "stop": 1260351057
        },
        {
            "start": 1260351060,
            "stop": 1260351134
        },
        {
            "start": 1260351137,
            "stop": 1260351282
        },
        {
            "start": 1260351285,
            "stop": 1260351605
        },
        {
            "start": 1260351608,
            "stop": 1260351932
        },
        {
            "start": 1260351934,
            "stop": 1260352154
        },
        {
            "start": 1260352157,
            "stop": 1260352181
        },
        {
            "start": 1260352184,
            "stop": 1260352563
        },
        {
            "start": 1260352566,
            "stop": 1260352633
        },
        {
            "start": 1260352636,
            "stop": 1260352640
        },
        {
            "start": 1260352643,
            "stop": 1260352677
        },
        {
            "start": 1260352680,
            "stop": 1260353210
        },
        {
            "start": 1260353213,
            "stop": 1260353758
        },
        {
            "start": 1260353761,
            "stop": 1260354020
        },
        {
            "start": 1260354023,
            "stop": 1260354155
        },
        {
            "start": 1260354158,
            "stop": 1260354525
        },
        {
            "start": 1260354527,
            "stop": 1260354618
        }
    ]
}