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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=28",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 29,
    "results": [
        {
            "start": 818953327,
            "stop": 818954320
        },
        {
            "start": 818955978,
            "stop": 818959136
        },
        {
            "start": 818959400,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818969130
        },
        {
            "start": 818969936,
            "stop": 818971076
        },
        {
            "start": 818971385,
            "stop": 819002197
        },
        {
            "start": 819002199,
            "stop": 819027990
        },
        {
            "start": 819029601,
            "stop": 819030087
        },
        {
            "start": 819033769,
            "stop": 819035372
        },
        {
            "start": 819035482,
            "stop": 819036727
        },
        {
            "start": 819036728,
            "stop": 819036955
        },
        {
            "start": 819037255,
            "stop": 819037412
        },
        {
            "start": 819037732,
            "stop": 819037741
        },
        {
            "start": 819038049,
            "stop": 819042920
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819050043
        },
        {
            "start": 819052128,
            "stop": 819055264
        },
        {
            "start": 819055400,
            "stop": 819057649
        },
        {
            "start": 819059272,
            "stop": 819060222
        },
        {
            "start": 819061326,
            "stop": 819061927
        }
    ]
}