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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7121",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7122,
    "results": [
        {
            "start": 874709966,
            "stop": 874712149
        },
        {
            "start": 874712530,
            "stop": 874713363
        },
        {
            "start": 874713364,
            "stop": 874713389
        },
        {
            "start": 874713393,
            "stop": 874713516
        },
        {
            "start": 874713520,
            "stop": 874713615
        },
        {
            "start": 874713618,
            "stop": 874714777
        },
        {
            "start": 874714780,
            "stop": 874715132
        },
        {
            "start": 874715135,
            "stop": 874720162
        },
        {
            "start": 874720165,
            "stop": 874721789
        },
        {
            "start": 874721793,
            "stop": 874723120
        },
        {
            "start": 874723123,
            "stop": 874725371
        },
        {
            "start": 874725374,
            "stop": 874725949
        },
        {
            "start": 874725952,
            "stop": 874727678
        },
        {
            "start": 874727679,
            "stop": 874727966
        },
        {
            "start": 874727970,
            "stop": 874729413
        },
        {
            "start": 874729416,
            "stop": 874730090
        },
        {
            "start": 874730093,
            "stop": 874730941
        },
        {
            "start": 874730944,
            "stop": 874731175
        },
        {
            "start": 874731178,
            "stop": 874731353
        },
        {
            "start": 874731357,
            "stop": 874731490
        }
    ]
}