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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9788",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9789,
    "results": [
        {
            "start": 873305339,
            "stop": 873305369
        },
        {
            "start": 873305397,
            "stop": 873305423
        },
        {
            "start": 873305482,
            "stop": 873305486
        },
        {
            "start": 873305536,
            "stop": 873305583
        },
        {
            "start": 873305600,
            "stop": 873305606
        },
        {
            "start": 873305629,
            "stop": 873305657
        },
        {
            "start": 873305674,
            "stop": 873305742
        },
        {
            "start": 873305759,
            "stop": 873305790
        },
        {
            "start": 873305807,
            "stop": 873305809
        },
        {
            "start": 873305848,
            "stop": 873305857
        },
        {
            "start": 873305874,
            "stop": 873305901
        },
        {
            "start": 873305919,
            "stop": 873305920
        },
        {
            "start": 873305960,
            "stop": 873306003
        },
        {
            "start": 873306020,
            "stop": 873306045
        },
        {
            "start": 873306069,
            "stop": 873306076
        },
        {
            "start": 873306105,
            "stop": 873306134
        },
        {
            "start": 873306153,
            "stop": 873306186
        },
        {
            "start": 873306205,
            "stop": 873306252
        },
        {
            "start": 873306286,
            "stop": 873306334
        },
        {
            "start": 873306367,
            "stop": 873306402
        }
    ]
}