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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=196",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 197,
    "results": [
        {
            "start": 821652841,
            "stop": 821652853
        },
        {
            "start": 821652858,
            "stop": 821652866
        },
        {
            "start": 821652870,
            "stop": 821652871
        },
        {
            "start": 821652874,
            "stop": 821652886
        },
        {
            "start": 821652889,
            "stop": 821652893
        },
        {
            "start": 821652896,
            "stop": 821652920
        },
        {
            "start": 821652930,
            "stop": 821652953
        },
        {
            "start": 821652956,
            "stop": 821652971
        },
        {
            "start": 821652974,
            "stop": 821652989
        },
        {
            "start": 821652992,
            "stop": 821652993
        },
        {
            "start": 821652997,
            "stop": 821653001
        },
        {
            "start": 821653007,
            "stop": 821653008
        },
        {
            "start": 821653011,
            "stop": 821653014
        },
        {
            "start": 821653017,
            "stop": 821653018
        },
        {
            "start": 821653023,
            "stop": 821653030
        },
        {
            "start": 821653033,
            "stop": 821653035
        },
        {
            "start": 821653038,
            "stop": 821653045
        },
        {
            "start": 821653049,
            "stop": 821653055
        },
        {
            "start": 821653058,
            "stop": 821653060
        },
        {
            "start": 821653063,
            "stop": 821653075
        }
    ]
}