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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=283",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 284,
    "results": [
        {
            "start": 1260183348,
            "stop": 1260183629
        },
        {
            "start": 1260183630,
            "stop": 1260183779
        },
        {
            "start": 1260183781,
            "stop": 1260183918
        },
        {
            "start": 1260183920,
            "stop": 1260183950
        },
        {
            "start": 1260183951,
            "stop": 1260184344
        },
        {
            "start": 1260184345,
            "stop": 1260184837
        },
        {
            "start": 1260184838,
            "stop": 1260184882
        },
        {
            "start": 1260184884,
            "stop": 1260184994
        },
        {
            "start": 1260184997,
            "stop": 1260185059
        },
        {
            "start": 1260185061,
            "stop": 1260185271
        },
        {
            "start": 1260185272,
            "stop": 1260185330
        },
        {
            "start": 1260185333,
            "stop": 1260185358
        },
        {
            "start": 1260185359,
            "stop": 1260185710
        },
        {
            "start": 1260185712,
            "stop": 1260185798
        },
        {
            "start": 1260185800,
            "stop": 1260185821
        },
        {
            "start": 1260185822,
            "stop": 1260185853
        },
        {
            "start": 1260185854,
            "stop": 1260186031
        },
        {
            "start": 1260186034,
            "stop": 1260186436
        },
        {
            "start": 1260186437,
            "stop": 1260187376
        },
        {
            "start": 1260187377,
            "stop": 1260187796
        }
    ]
}