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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5355",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5356,
    "results": [
        {
            "start": 971428993,
            "stop": 971429960
        },
        {
            "start": 971429963,
            "stop": 971430217
        },
        {
            "start": 971430220,
            "stop": 971430333
        },
        {
            "start": 971430336,
            "stop": 971430364
        },
        {
            "start": 971430367,
            "stop": 971432056
        },
        {
            "start": 971432059,
            "stop": 971432879
        },
        {
            "start": 971432882,
            "stop": 971433256
        },
        {
            "start": 971433259,
            "stop": 971433409
        },
        {
            "start": 971433412,
            "stop": 971434258
        },
        {
            "start": 971434261,
            "stop": 971435941
        },
        {
            "start": 971435944,
            "stop": 971436132
        },
        {
            "start": 971436135,
            "stop": 971436187
        },
        {
            "start": 971436190,
            "stop": 971436420
        },
        {
            "start": 971436423,
            "stop": 971437027
        },
        {
            "start": 971437030,
            "stop": 971437515
        },
        {
            "start": 971437518,
            "stop": 971437751
        },
        {
            "start": 971437754,
            "stop": 971437759
        },
        {
            "start": 971437762,
            "stop": 971437922
        },
        {
            "start": 971437925,
            "stop": 971438129
        },
        {
            "start": 971438132,
            "stop": 971438144
        }
    ]
}