Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9094
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9093",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9094,
    "results": [
        {
            "start": 874706769,
            "stop": 874706877
        },
        {
            "start": 874706894,
            "stop": 874707030
        },
        {
            "start": 874707049,
            "stop": 874707078
        },
        {
            "start": 874707095,
            "stop": 874709384
        },
        {
            "start": 874709403,
            "stop": 874709955
        },
        {
            "start": 874709974,
            "stop": 874710061
        },
        {
            "start": 874710078,
            "stop": 874712141
        },
        {
            "start": 874712530,
            "stop": 874713355
        },
        {
            "start": 874713372,
            "stop": 874713381
        },
        {
            "start": 874713401,
            "stop": 874713508
        },
        {
            "start": 874713528,
            "stop": 874713607
        },
        {
            "start": 874713626,
            "stop": 874714769
        },
        {
            "start": 874714788,
            "stop": 874715124
        },
        {
            "start": 874715143,
            "stop": 874716494
        },
        {
            "start": 874716511,
            "stop": 874718893
        },
        {
            "start": 874718910,
            "stop": 874720154
        },
        {
            "start": 874720173,
            "stop": 874721002
        },
        {
            "start": 874721019,
            "stop": 874721781
        },
        {
            "start": 874721801,
            "stop": 874723112
        },
        {
            "start": 874723131,
            "stop": 874725363
        }
    ]
}