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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=209",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 210,
    "results": [
        {
            "start": 820214979,
            "stop": 820214981
        },
        {
            "start": 820214984,
            "stop": 820215109
        },
        {
            "start": 820215112,
            "stop": 820215115
        },
        {
            "start": 820215837,
            "stop": 820215971
        },
        {
            "start": 820215974,
            "stop": 820216076
        },
        {
            "start": 820216079,
            "stop": 820216138
        },
        {
            "start": 820216141,
            "stop": 820216168
        },
        {
            "start": 820216171,
            "stop": 820216219
        },
        {
            "start": 820216222,
            "stop": 820216247
        },
        {
            "start": 820216251,
            "stop": 820216282
        },
        {
            "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
        }
    ]
}