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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10260",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10261,
    "results": [
        {
            "start": 874704707,
            "stop": 874706756
        },
        {
            "start": 874706763,
            "stop": 874706877
        },
        {
            "start": 874706894,
            "stop": 874707036
        },
        {
            "start": 874707043,
            "stop": 874709390
        },
        {
            "start": 874709397,
            "stop": 874709961
        },
        {
            "start": 874709968,
            "stop": 874711042
        },
        {
            "start": 874711162,
            "stop": 874712141
        },
        {
            "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": 874719780
        },
        {
            "start": 874719840,
            "stop": 874720160
        },
        {
            "start": 874720167,
            "stop": 874721280
        },
        {
            "start": 874721340,
            "stop": 874721787
        },
        {
            "start": 874721795,
            "stop": 874723118
        },
        {
            "start": 874723125,
            "stop": 874725240
        },
        {
            "start": 874725360,
            "stop": 874725369
        }
    ]
}