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/L1_BURST_CAT3/segments?format=api&page=721
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=722",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=720",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 721,
    "results": [
        {
            "start": 1267372550,
            "stop": 1267372840
        },
        {
            "start": 1267372843,
            "stop": 1267373152
        },
        {
            "start": 1267373154,
            "stop": 1267373764
        },
        {
            "start": 1267373767,
            "stop": 1267378579
        },
        {
            "start": 1267380081,
            "stop": 1267380764
        },
        {
            "start": 1267380769,
            "stop": 1267382543
        },
        {
            "start": 1267382547,
            "stop": 1267383569
        },
        {
            "start": 1267383574,
            "stop": 1267384431
        },
        {
            "start": 1267384434,
            "stop": 1267389208
        },
        {
            "start": 1267389209,
            "stop": 1267392011
        },
        {
            "start": 1267392016,
            "stop": 1267392963
        },
        {
            "start": 1267392968,
            "stop": 1267393469
        },
        {
            "start": 1267393474,
            "stop": 1267394690
        },
        {
            "start": 1267394692,
            "stop": 1267395347
        },
        {
            "start": 1267395348,
            "stop": 1267395470
        },
        {
            "start": 1267395471,
            "stop": 1267395687
        },
        {
            "start": 1267395689,
            "stop": 1267396314
        },
        {
            "start": 1267396315,
            "stop": 1267396582
        },
        {
            "start": 1267396583,
            "stop": 1267396635
        },
        {
            "start": 1267396636,
            "stop": 1267396707
        }
    ]
}