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=462
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=463",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=461",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 462,
    "results": [
        {
            "start": 1261985498,
            "stop": 1261985499
        },
        {
            "start": 1261985502,
            "stop": 1261985561
        },
        {
            "start": 1261985564,
            "stop": 1261985588
        },
        {
            "start": 1261985591,
            "stop": 1261985977
        },
        {
            "start": 1261985980,
            "stop": 1261986006
        },
        {
            "start": 1261986009,
            "stop": 1261986081
        },
        {
            "start": 1261986084,
            "stop": 1261986095
        },
        {
            "start": 1261986098,
            "stop": 1261986107
        },
        {
            "start": 1261986110,
            "stop": 1261986122
        },
        {
            "start": 1261986125,
            "stop": 1261986153
        },
        {
            "start": 1261986156,
            "stop": 1261986271
        },
        {
            "start": 1261986274,
            "stop": 1261986295
        },
        {
            "start": 1261986298,
            "stop": 1261986396
        },
        {
            "start": 1261986402,
            "stop": 1261986412
        },
        {
            "start": 1261986415,
            "stop": 1261986416
        },
        {
            "start": 1261986419,
            "stop": 1261986452
        },
        {
            "start": 1261986455,
            "stop": 1261986464
        },
        {
            "start": 1261986467,
            "stop": 1261986503
        },
        {
            "start": 1261986506,
            "stop": 1261986579
        },
        {
            "start": 1261986582,
            "stop": 1261986633
        }
    ]
}