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/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=25",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 26,
    "results": [
        {
            "start": 818552711,
            "stop": 818557533
        },
        {
            "start": 818557833,
            "stop": 818557919
        },
        {
            "start": 818558029,
            "stop": 818558115
        },
        {
            "start": 818558415,
            "stop": 818558627
        },
        {
            "start": 818558737,
            "stop": 818559369
        },
        {
            "start": 818559669,
            "stop": 818561285
        },
        {
            "start": 818561932,
            "stop": 818564684
        },
        {
            "start": 818564984,
            "stop": 818569770
        },
        {
            "start": 818569880,
            "stop": 818571169
        },
        {
            "start": 818571469,
            "stop": 818571691
        },
        {
            "start": 818572427,
            "stop": 818572514
        },
        {
            "start": 818573468,
            "stop": 818573474
        },
        {
            "start": 818574101,
            "stop": 818574127
        },
        {
            "start": 818574427,
            "stop": 818574500
        },
        {
            "start": 818575037,
            "stop": 818575145
        },
        {
            "start": 818575445,
            "stop": 818575729
        },
        {
            "start": 818577371,
            "stop": 818604150
        },
        {
            "start": 818604210,
            "stop": 818604216
        },
        {
            "start": 818606090,
            "stop": 818616821
        },
        {
            "start": 818617456,
            "stop": 818619191
        }
    ]
}