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=457
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=458",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=456",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 457,
    "results": [
        {
            "start": 1261977049,
            "stop": 1261977060
        },
        {
            "start": 1261977063,
            "stop": 1261977083
        },
        {
            "start": 1261977086,
            "stop": 1261977087
        },
        {
            "start": 1261977090,
            "stop": 1261977214
        },
        {
            "start": 1261977217,
            "stop": 1261977240
        },
        {
            "start": 1261977243,
            "stop": 1261977336
        },
        {
            "start": 1261977339,
            "stop": 1261977368
        },
        {
            "start": 1261977371,
            "stop": 1261977431
        },
        {
            "start": 1261977439,
            "stop": 1261977484
        },
        {
            "start": 1261977487,
            "stop": 1261977571
        },
        {
            "start": 1261977574,
            "stop": 1261977578
        },
        {
            "start": 1261977581,
            "stop": 1261977619
        },
        {
            "start": 1261977622,
            "stop": 1261977655
        },
        {
            "start": 1261977658,
            "stop": 1261977750
        },
        {
            "start": 1261977753,
            "stop": 1261977782
        },
        {
            "start": 1261977785,
            "stop": 1261977802
        },
        {
            "start": 1261977805,
            "stop": 1261977810
        },
        {
            "start": 1261977813,
            "stop": 1261977817
        },
        {
            "start": 1261977820,
            "stop": 1261977998
        },
        {
            "start": 1261978001,
            "stop": 1261978044
        }
    ]
}