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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=387",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 388,
    "results": [
        {
            "start": 1260997467,
            "stop": 1260997482
        },
        {
            "start": 1260997484,
            "stop": 1260997489
        },
        {
            "start": 1260997494,
            "stop": 1260997503
        },
        {
            "start": 1260997508,
            "stop": 1260997514
        },
        {
            "start": 1260997517,
            "stop": 1260997525
        },
        {
            "start": 1260997528,
            "stop": 1260997529
        },
        {
            "start": 1260997530,
            "stop": 1260997531
        },
        {
            "start": 1260997534,
            "stop": 1260997535
        },
        {
            "start": 1260997537,
            "stop": 1260997542
        },
        {
            "start": 1260997545,
            "stop": 1260997551
        },
        {
            "start": 1260997553,
            "stop": 1260997556
        },
        {
            "start": 1260997559,
            "stop": 1260997578
        },
        {
            "start": 1260997581,
            "stop": 1260997584
        },
        {
            "start": 1260997586,
            "stop": 1260997636
        },
        {
            "start": 1260997639,
            "stop": 1260997677
        },
        {
            "start": 1260997680,
            "stop": 1260997686
        },
        {
            "start": 1260997689,
            "stop": 1260997701
        },
        {
            "start": 1260997702,
            "stop": 1260997710
        },
        {
            "start": 1260997715,
            "stop": 1260997720
        },
        {
            "start": 1260997722,
            "stop": 1260997724
        }
    ]
}