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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3762",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3763,
    "results": [
        {
            "start": 874085967,
            "stop": 874086060
        },
        {
            "start": 874086120,
            "stop": 874086126
        },
        {
            "start": 874086143,
            "stop": 874086657
        },
        {
            "start": 874086674,
            "stop": 874087035
        },
        {
            "start": 874087052,
            "stop": 874087277
        },
        {
            "start": 874087294,
            "stop": 874087375
        },
        {
            "start": 874087901,
            "stop": 874087920
        },
        {
            "start": 874087980,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874088617
        },
        {
            "start": 874088634,
            "stop": 874090729
        },
        {
            "start": 874090746,
            "stop": 874091447
        },
        {
            "start": 874091452,
            "stop": 874091622
        },
        {
            "start": 874091639,
            "stop": 874091760
        },
        {
            "start": 874091880,
            "stop": 874091940
        },
        {
            "start": 874092000,
            "stop": 874092060
        },
        {
            "start": 874092132,
            "stop": 874092195
        },
        {
            "start": 874092212,
            "stop": 874092241
        },
        {
            "start": 874092258,
            "stop": 874092333
        },
        {
            "start": 874092379,
            "stop": 874093278
        },
        {
            "start": 874093295,
            "stop": 874093600
        }
    ]
}