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=460
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=461",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=459",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 460,
    "results": [
        {
            "start": 1261980854,
            "stop": 1261980865
        },
        {
            "start": 1261980868,
            "stop": 1261980926
        },
        {
            "start": 1261980929,
            "stop": 1261980964
        },
        {
            "start": 1261980967,
            "stop": 1261981225
        },
        {
            "start": 1261981228,
            "stop": 1261981699
        },
        {
            "start": 1261981702,
            "stop": 1261981836
        },
        {
            "start": 1261981839,
            "stop": 1261981853
        },
        {
            "start": 1261981856,
            "stop": 1261981919
        },
        {
            "start": 1261981922,
            "stop": 1261981923
        },
        {
            "start": 1261981926,
            "stop": 1261982156
        },
        {
            "start": 1261982159,
            "stop": 1261982184
        },
        {
            "start": 1261982187,
            "stop": 1261982599
        },
        {
            "start": 1261982602,
            "stop": 1261982684
        },
        {
            "start": 1261982687,
            "stop": 1261982837
        },
        {
            "start": 1261982840,
            "stop": 1261983017
        },
        {
            "start": 1261983020,
            "stop": 1261983325
        },
        {
            "start": 1261983328,
            "stop": 1261983486
        },
        {
            "start": 1261983489,
            "stop": 1261983510
        },
        {
            "start": 1261983513,
            "stop": 1261983514
        },
        {
            "start": 1261983517,
            "stop": 1261983582
        }
    ]
}