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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=26",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 27,
    "results": [
        {
            "start": 931138482,
            "stop": 931138486
        },
        {
            "start": 931138487,
            "stop": 931138501
        },
        {
            "start": 931138503,
            "stop": 931138515
        },
        {
            "start": 931138516,
            "stop": 931138518
        },
        {
            "start": 931138520,
            "stop": 931138532
        },
        {
            "start": 931138533,
            "stop": 931138537
        },
        {
            "start": 931138539,
            "stop": 931138552
        },
        {
            "start": 931138554,
            "stop": 931138555
        },
        {
            "start": 931138557,
            "stop": 931138558
        },
        {
            "start": 931138560,
            "stop": 931138561
        },
        {
            "start": 931138566,
            "stop": 931138567
        },
        {
            "start": 931138574,
            "stop": 931138576
        },
        {
            "start": 931138578,
            "stop": 931138579
        },
        {
            "start": 931138586,
            "stop": 931138587
        },
        {
            "start": 931138588,
            "stop": 931138589
        },
        {
            "start": 931138597,
            "stop": 931138598
        },
        {
            "start": 931138600,
            "stop": 931138644
        },
        {
            "start": 931138646,
            "stop": 931138681
        },
        {
            "start": 931138686,
            "stop": 931138688
        },
        {
            "start": 931138690,
            "stop": 931138693
        }
    ]
}