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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=34",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 35,
    "results": [
        {
            "start": 821667073,
            "stop": 821681691
        },
        {
            "start": 821682347,
            "stop": 821684653
        },
        {
            "start": 821685363,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821718678
        },
        {
            "start": 821720082,
            "stop": 821720816
        },
        {
            "start": 821722673,
            "stop": 821725822
        },
        {
            "start": 821728718,
            "stop": 821738177
        },
        {
            "start": 821739681,
            "stop": 821742812
        },
        {
            "start": 821744967,
            "stop": 821746986
        },
        {
            "start": 821747711,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756512
        },
        {
            "start": 821756768,
            "stop": 821781399
        },
        {
            "start": 821782924,
            "stop": 821783065
        },
        {
            "start": 821784676,
            "stop": 821785185
        },
        {
            "start": 821785971,
            "stop": 821786653
        },
        {
            "start": 821786792,
            "stop": 821787283
        },
        {
            "start": 821789712,
            "stop": 821796475
        },
        {
            "start": 821798664,
            "stop": 821798777
        },
        {
            "start": 821800732,
            "stop": 821801993
        },
        {
            "start": 821804220,
            "stop": 821805142
        }
    ]
}