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/H1_CBCHIGH_CAT3/segments?format=api&page=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=161",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 162,
    "results": [
        {
            "start": 820217217,
            "stop": 820217247
        },
        {
            "start": 820217250,
            "stop": 820217270
        },
        {
            "start": 820217274,
            "stop": 820217277
        },
        {
            "start": 820217280,
            "stop": 820217312
        },
        {
            "start": 820217315,
            "stop": 820217407
        },
        {
            "start": 820217410,
            "stop": 820217429
        },
        {
            "start": 820217433,
            "stop": 820217436
        },
        {
            "start": 820217440,
            "stop": 820217443
        },
        {
            "start": 820217447,
            "stop": 820217489
        },
        {
            "start": 820217492,
            "stop": 820217509
        },
        {
            "start": 820217513,
            "stop": 820217617
        },
        {
            "start": 820217621,
            "stop": 820217623
        },
        {
            "start": 820217628,
            "stop": 820217696
        },
        {
            "start": 820217699,
            "stop": 820217720
        },
        {
            "start": 820217723,
            "stop": 820217862
        },
        {
            "start": 820217865,
            "stop": 820217962
        },
        {
            "start": 820217965,
            "stop": 820218172
        },
        {
            "start": 820218176,
            "stop": 820218193
        },
        {
            "start": 820218196,
            "stop": 820218380
        },
        {
            "start": 820228454,
            "stop": 820228472
        }
    ]
}