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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=210",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 211,
    "results": [
        {
            "start": 820217067,
            "stop": 820217123
        },
        {
            "start": 820217126,
            "stop": 820217141
        },
        {
            "start": 820217145,
            "stop": 820217154
        },
        {
            "start": 820217158,
            "stop": 820217190
        },
        {
            "start": 820217193,
            "stop": 820217198
        },
        {
            "start": 820217202,
            "stop": 820217244
        },
        {
            "start": 820217250,
            "stop": 820217335
        },
        {
            "start": 820217339,
            "stop": 820217342
        },
        {
            "start": 820217346,
            "stop": 820217506
        },
        {
            "start": 820217510,
            "stop": 820217585
        },
        {
            "start": 820217588,
            "stop": 820217620
        },
        {
            "start": 820217623,
            "stop": 820217643
        },
        {
            "start": 820217646,
            "stop": 820217693
        },
        {
            "start": 820217696,
            "stop": 820217717
        },
        {
            "start": 820217720,
            "stop": 820217843
        },
        {
            "start": 820217846,
            "stop": 820217905
        },
        {
            "start": 820217908,
            "stop": 820217964
        },
        {
            "start": 820217968,
            "stop": 820218169
        },
        {
            "start": 820218179,
            "stop": 820218189
        },
        {
            "start": 820218192,
            "stop": 820218281
        }
    ]
}