Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=36",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 37,
    "results": [
        {
            "start": 931155463,
            "stop": 931155474
        },
        {
            "start": 931155476,
            "stop": 931155483
        },
        {
            "start": 931155485,
            "stop": 931155489
        },
        {
            "start": 931155493,
            "stop": 931155494
        },
        {
            "start": 931155496,
            "stop": 931155497
        },
        {
            "start": 931155504,
            "stop": 931155512
        },
        {
            "start": 931157974,
            "stop": 931157987
        },
        {
            "start": 931157988,
            "stop": 931158015
        },
        {
            "start": 931158375,
            "stop": 931158414
        },
        {
            "start": 931158415,
            "stop": 931158480
        },
        {
            "start": 931158481,
            "stop": 931158527
        },
        {
            "start": 931158528,
            "stop": 931158552
        },
        {
            "start": 931160296,
            "stop": 931160407
        },
        {
            "start": 931160408,
            "stop": 931160476
        },
        {
            "start": 931160478,
            "stop": 931160488
        },
        {
            "start": 931160489,
            "stop": 931160684
        },
        {
            "start": 931160685,
            "stop": 931160692
        },
        {
            "start": 931160694,
            "stop": 931160735
        },
        {
            "start": 931160736,
            "stop": 931161004
        },
        {
            "start": 931161005,
            "stop": 931161016
        }
    ]
}