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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5269",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5270,
    "results": [
        {
            "start": 874703921,
            "stop": 874704699
        },
        {
            "start": 874704707,
            "stop": 874706756
        },
        {
            "start": 874706763,
            "stop": 874706877
        },
        {
            "start": 874706894,
            "stop": 874707036
        },
        {
            "start": 874707043,
            "stop": 874709390
        },
        {
            "start": 874709397,
            "stop": 874709961
        },
        {
            "start": 874709968,
            "stop": 874712142
        },
        {
            "start": 874712530,
            "stop": 874713355
        },
        {
            "start": 874713395,
            "stop": 874713514
        },
        {
            "start": 874713522,
            "stop": 874713613
        },
        {
            "start": 874713620,
            "stop": 874714775
        },
        {
            "start": 874714782,
            "stop": 874715130
        },
        {
            "start": 874715137,
            "stop": 874716494
        },
        {
            "start": 874716511,
            "stop": 874720160
        },
        {
            "start": 874720167,
            "stop": 874721787
        },
        {
            "start": 874721795,
            "stop": 874723118
        },
        {
            "start": 874723125,
            "stop": 874725369
        },
        {
            "start": 874725376,
            "stop": 874725947
        },
        {
            "start": 874725954,
            "stop": 874727670
        },
        {
            "start": 874727704,
            "stop": 874727964
        }
    ]
}