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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16587",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16585",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16586,
    "results": [
        {
            "start": 874713042,
            "stop": 874713143
        },
        {
            "start": 874713144,
            "stop": 874713173
        },
        {
            "start": 874713175,
            "stop": 874713195
        },
        {
            "start": 874713197,
            "stop": 874713299
        },
        {
            "start": 874713300,
            "stop": 874713363
        },
        {
            "start": 874713364,
            "stop": 874713389
        },
        {
            "start": 874713393,
            "stop": 874713516
        },
        {
            "start": 874713520,
            "stop": 874713615
        },
        {
            "start": 874713618,
            "stop": 874713706
        },
        {
            "start": 874713707,
            "stop": 874713958
        },
        {
            "start": 874713959,
            "stop": 874713964
        },
        {
            "start": 874713966,
            "stop": 874714211
        },
        {
            "start": 874714212,
            "stop": 874714358
        },
        {
            "start": 874714360,
            "stop": 874714438
        },
        {
            "start": 874714439,
            "stop": 874714486
        },
        {
            "start": 874714488,
            "stop": 874714531
        },
        {
            "start": 874714532,
            "stop": 874714602
        },
        {
            "start": 874714604,
            "stop": 874714645
        },
        {
            "start": 874714646,
            "stop": 874714667
        },
        {
            "start": 874714668,
            "stop": 874714777
        }
    ]
}