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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=70",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 71,
    "results": [
        {
            "start": 831614684,
            "stop": 831616696
        },
        {
            "start": 831617588,
            "stop": 831621241
        },
        {
            "start": 831622233,
            "stop": 831655177
        },
        {
            "start": 831655447,
            "stop": 831669198
        },
        {
            "start": 831669738,
            "stop": 831673916
        },
        {
            "start": 831674432,
            "stop": 831688973
        },
        {
            "start": 831691924,
            "stop": 831692102
        },
        {
            "start": 831692113,
            "stop": 831695916
        },
        {
            "start": 831699245,
            "stop": 831699253
        },
        {
            "start": 831699709,
            "stop": 831705252
        },
        {
            "start": 831708098,
            "stop": 831742859
        },
        {
            "start": 831744067,
            "stop": 831765210
        },
        {
            "start": 831767151,
            "stop": 831811972
        },
        {
            "start": 831818677,
            "stop": 831826866
        },
        {
            "start": 831846383,
            "stop": 831851689
        },
        {
            "start": 831853538,
            "stop": 831924064
        },
        {
            "start": 831924143,
            "stop": 831925811
        },
        {
            "start": 831925914,
            "stop": 831934043
        },
        {
            "start": 831937048,
            "stop": 831944030
        },
        {
            "start": 831944522,
            "stop": 831956335
        }
    ]
}