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=2142
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=2143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2141",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2142,
    "results": [
        {
            "start": 868039916,
            "stop": 868039919
        },
        {
            "start": 868039925,
            "stop": 868039926
        },
        {
            "start": 868039932,
            "stop": 868039935
        },
        {
            "start": 868039939,
            "stop": 868041752
        },
        {
            "start": 868041755,
            "stop": 868041774
        },
        {
            "start": 868041779,
            "stop": 868043112
        },
        {
            "start": 868043118,
            "stop": 868044849
        },
        {
            "start": 868044853,
            "stop": 868044873
        },
        {
            "start": 868044876,
            "stop": 868045660
        },
        {
            "start": 868046227,
            "stop": 868046280
        },
        {
            "start": 868046340,
            "stop": 868046544
        },
        {
            "start": 868046549,
            "stop": 868046940
        },
        {
            "start": 868047000,
            "stop": 868054503
        },
        {
            "start": 868056148,
            "stop": 868057490
        },
        {
            "start": 868057980,
            "stop": 868059611
        },
        {
            "start": 868059917,
            "stop": 868060561
        },
        {
            "start": 868060891,
            "stop": 868061817
        },
        {
            "start": 868061880,
            "stop": 868065285
        },
        {
            "start": 868065298,
            "stop": 868096405
        },
        {
            "start": 868096413,
            "stop": 868110480
        }
    ]
}