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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=224",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 225,
    "results": [
        {
            "start": 821161906,
            "stop": 821161920
        },
        {
            "start": 821161928,
            "stop": 821161950
        },
        {
            "start": 821161963,
            "stop": 821161993
        },
        {
            "start": 821162001,
            "stop": 821162002
        },
        {
            "start": 821162010,
            "stop": 821163265
        },
        {
            "start": 821163273,
            "stop": 821163401
        },
        {
            "start": 821163417,
            "stop": 821163503
        },
        {
            "start": 821163512,
            "stop": 821163530
        },
        {
            "start": 821163538,
            "stop": 821163573
        },
        {
            "start": 821163581,
            "stop": 821163723
        },
        {
            "start": 821163731,
            "stop": 821163924
        },
        {
            "start": 821166777,
            "stop": 821167223
        },
        {
            "start": 821167411,
            "stop": 821168341
        },
        {
            "start": 821168488,
            "stop": 821171463
        },
        {
            "start": 821171487,
            "stop": 821173361
        },
        {
            "start": 821173373,
            "stop": 821173375
        },
        {
            "start": 821173389,
            "stop": 821173450
        },
        {
            "start": 821173458,
            "stop": 821173794
        },
        {
            "start": 821176748,
            "stop": 821176839
        },
        {
            "start": 821176847,
            "stop": 821176876
        }
    ]
}