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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=43",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 44,
    "results": [
        {
            "start": 821654121,
            "stop": 821654129
        },
        {
            "start": 821654148,
            "stop": 821657285
        },
        {
            "start": 821657291,
            "stop": 821659690
        },
        {
            "start": 821660538,
            "stop": 821663997
        },
        {
            "start": 821665575,
            "stop": 821666930
        },
        {
            "start": 821667073,
            "stop": 821681690
        },
        {
            "start": 821682347,
            "stop": 821684652
        },
        {
            "start": 821685363,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821718678
        },
        {
            "start": 821720082,
            "stop": 821720816
        },
        {
            "start": 821722673,
            "stop": 821725820
        },
        {
            "start": 821728718,
            "stop": 821738177
        },
        {
            "start": 821739681,
            "stop": 821742812
        },
        {
            "start": 821744967,
            "stop": 821746985
        },
        {
            "start": 821747711,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756512
        },
        {
            "start": 821756768,
            "stop": 821781398
        },
        {
            "start": 821782924,
            "stop": 821783064
        },
        {
            "start": 821784676,
            "stop": 821785184
        },
        {
            "start": 821785971,
            "stop": 821786653
        }
    ]
}