Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=243",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 244,
    "results": [
        {
            "start": 960099816,
            "stop": 960103681
        },
        {
            "start": 960105396,
            "stop": 960128197
        },
        {
            "start": 960134566,
            "stop": 960135952
        },
        {
            "start": 960169058,
            "stop": 960170978
        },
        {
            "start": 960170981,
            "stop": 960170985
        },
        {
            "start": 960170988,
            "stop": 960171187
        },
        {
            "start": 960176577,
            "stop": 960176607
        },
        {
            "start": 960176733,
            "stop": 960180177
        },
        {
            "start": 960180768,
            "stop": 960183102
        },
        {
            "start": 960187219,
            "stop": 960195836
        },
        {
            "start": 960200243,
            "stop": 960201094
        },
        {
            "start": 960204199,
            "stop": 960205268
        },
        {
            "start": 960209933,
            "stop": 960212146
        },
        {
            "start": 960230102,
            "stop": 960231379
        },
        {
            "start": 960240861,
            "stop": 960243133
        },
        {
            "start": 960245646,
            "stop": 960245903
        },
        {
            "start": 960276755,
            "stop": 960277644
        },
        {
            "start": 960283529,
            "stop": 960284404
        },
        {
            "start": 960286288,
            "stop": 960286569
        },
        {
            "start": 960288192,
            "stop": 960289614
        }
    ]
}