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=497
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=498",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=496",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 497,
    "results": [
        {
            "start": 1262377134,
            "stop": 1262377212
        },
        {
            "start": 1262377215,
            "stop": 1262377286
        },
        {
            "start": 1262377289,
            "stop": 1262377355
        },
        {
            "start": 1262377358,
            "stop": 1262377486
        },
        {
            "start": 1262377489,
            "stop": 1262377604
        },
        {
            "start": 1262377607,
            "stop": 1262377611
        },
        {
            "start": 1262377617,
            "stop": 1262377684
        },
        {
            "start": 1262377687,
            "stop": 1262377691
        },
        {
            "start": 1262377694,
            "stop": 1262377715
        },
        {
            "start": 1262377718,
            "stop": 1262377791
        },
        {
            "start": 1262377794,
            "stop": 1262377865
        },
        {
            "start": 1262377868,
            "stop": 1262377945
        },
        {
            "start": 1262377948,
            "stop": 1262378054
        },
        {
            "start": 1262378057,
            "stop": 1262378137
        },
        {
            "start": 1262378140,
            "stop": 1262378345
        },
        {
            "start": 1262378348,
            "stop": 1262378366
        },
        {
            "start": 1262378369,
            "stop": 1262378564
        },
        {
            "start": 1262378567,
            "stop": 1262378627
        },
        {
            "start": 1262378630,
            "stop": 1262378636
        },
        {
            "start": 1262378639,
            "stop": 1262378670
        }
    ]
}