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=495
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=496",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=494",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 495,
    "results": [
        {
            "start": 1262374355,
            "stop": 1262374403
        },
        {
            "start": 1262374406,
            "stop": 1262374441
        },
        {
            "start": 1262374444,
            "stop": 1262374494
        },
        {
            "start": 1262374497,
            "stop": 1262374555
        },
        {
            "start": 1262374559,
            "stop": 1262374572
        },
        {
            "start": 1262374575,
            "stop": 1262374663
        },
        {
            "start": 1262374667,
            "stop": 1262374706
        },
        {
            "start": 1262374709,
            "stop": 1262374718
        },
        {
            "start": 1262374722,
            "stop": 1262374825
        },
        {
            "start": 1262374829,
            "stop": 1262375060
        },
        {
            "start": 1262375063,
            "stop": 1262375089
        },
        {
            "start": 1262375092,
            "stop": 1262375248
        },
        {
            "start": 1262375250,
            "stop": 1262375252
        },
        {
            "start": 1262375255,
            "stop": 1262375294
        },
        {
            "start": 1262375299,
            "stop": 1262375555
        },
        {
            "start": 1262375558,
            "stop": 1262375575
        },
        {
            "start": 1262375579,
            "stop": 1262375683
        },
        {
            "start": 1262375686,
            "stop": 1262375689
        },
        {
            "start": 1262375692,
            "stop": 1262375749
        },
        {
            "start": 1262375752,
            "stop": 1262375822
        }
    ]
}