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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=78",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 79,
    "results": [
        {
            "start": 819035482,
            "stop": 819036719
        },
        {
            "start": 819036736,
            "stop": 819036955
        },
        {
            "start": 819037255,
            "stop": 819037412
        },
        {
            "start": 819037732,
            "stop": 819037741
        },
        {
            "start": 819038049,
            "stop": 819042911
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819049931
        },
        {
            "start": 819052128,
            "stop": 819053223
        },
        {
            "start": 819053241,
            "stop": 819053336
        },
        {
            "start": 819053353,
            "stop": 819053441
        },
        {
            "start": 819053458,
            "stop": 819055142
        },
        {
            "start": 819055146,
            "stop": 819055213
        },
        {
            "start": 819055400,
            "stop": 819057649
        },
        {
            "start": 819059272,
            "stop": 819060102
        },
        {
            "start": 819061326,
            "stop": 819061873
        },
        {
            "start": 819062005,
            "stop": 819062773
        },
        {
            "start": 819062939,
            "stop": 819063735
        },
        {
            "start": 819063738,
            "stop": 819064749
        },
        {
            "start": 819064780,
            "stop": 819064803
        },
        {
            "start": 819064824,
            "stop": 819064834
        }
    ]
}