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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=236",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 237,
    "results": [
        {
            "start": 820216285,
            "stop": 820216347
        },
        {
            "start": 820216350,
            "stop": 820216354
        },
        {
            "start": 820216358,
            "stop": 820216467
        },
        {
            "start": 820216471,
            "stop": 820216473
        },
        {
            "start": 820216477,
            "stop": 820216741
        },
        {
            "start": 820216745,
            "stop": 820216773
        },
        {
            "start": 820216776,
            "stop": 820216900
        },
        {
            "start": 820216903,
            "stop": 820216960
        },
        {
            "start": 820216964,
            "stop": 820217008
        },
        {
            "start": 820217011,
            "stop": 820217064
        },
        {
            "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
        }
    ]
}