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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=93",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 94,
    "results": [
        {
            "start": 831655447,
            "stop": 831655536
        },
        {
            "start": 831655542,
            "stop": 831669188
        },
        {
            "start": 831669738,
            "stop": 831673914
        },
        {
            "start": 831674432,
            "stop": 831688972
        },
        {
            "start": 831691924,
            "stop": 831692102
        },
        {
            "start": 831692113,
            "stop": 831695871
        },
        {
            "start": 831699245,
            "stop": 831699253
        },
        {
            "start": 831699709,
            "stop": 831703184
        },
        {
            "start": 831703190,
            "stop": 831705252
        },
        {
            "start": 831708098,
            "stop": 831742858
        },
        {
            "start": 831744067,
            "stop": 831765208
        },
        {
            "start": 831767151,
            "stop": 831811970
        },
        {
            "start": 831818677,
            "stop": 831826866
        },
        {
            "start": 831846383,
            "stop": 831851687
        },
        {
            "start": 831853538,
            "stop": 831857860
        },
        {
            "start": 831857868,
            "stop": 831883978
        },
        {
            "start": 831883985,
            "stop": 831924011
        },
        {
            "start": 831924021,
            "stop": 831924022
        },
        {
            "start": 831924032,
            "stop": 831924035
        },
        {
            "start": 831924143,
            "stop": 831925810
        }
    ]
}