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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=21",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 22,
    "results": [
        {
            "start": 934336773,
            "stop": 934336796
        },
        {
            "start": 934336830,
            "stop": 934336833
        },
        {
            "start": 934336839,
            "stop": 934336852
        },
        {
            "start": 934336858,
            "stop": 934336972
        },
        {
            "start": 934341532,
            "stop": 934342514
        },
        {
            "start": 934342520,
            "stop": 934342544
        },
        {
            "start": 934342549,
            "stop": 934342563
        },
        {
            "start": 934342568,
            "stop": 934344048
        },
        {
            "start": 934344054,
            "stop": 934344840
        },
        {
            "start": 934344846,
            "stop": 934348551
        },
        {
            "start": 934349542,
            "stop": 934349979
        },
        {
            "start": 934351875,
            "stop": 934374417
        },
        {
            "start": 934380729,
            "stop": 934401743
        },
        {
            "start": 934401747,
            "stop": 934401755
        },
        {
            "start": 934401758,
            "stop": 934401761
        },
        {
            "start": 934401764,
            "stop": 934409090
        },
        {
            "start": 934413129,
            "stop": 934444546
        },
        {
            "start": 934457174,
            "stop": 934480024
        },
        {
            "start": 934488006,
            "stop": 934503432
        },
        {
            "start": 934505241,
            "stop": 934515962
        }
    ]
}