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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5143",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5144,
    "results": [
        {
            "start": 874713004,
            "stop": 874713016
        },
        {
            "start": 874713023,
            "stop": 874713081
        },
        {
            "start": 874713089,
            "stop": 874713092
        },
        {
            "start": 874713100,
            "stop": 874713122
        },
        {
            "start": 874713129,
            "stop": 874713137
        },
        {
            "start": 874713144,
            "stop": 874713226
        },
        {
            "start": 874713233,
            "stop": 874713262
        },
        {
            "start": 874713269,
            "stop": 874713318
        },
        {
            "start": 874713325,
            "stop": 874713411
        },
        {
            "start": 874713424,
            "stop": 874713578
        },
        {
            "start": 874713586,
            "stop": 874713590
        },
        {
            "start": 874713597,
            "stop": 874713609
        },
        {
            "start": 874713616,
            "stop": 874713662
        },
        {
            "start": 874713669,
            "stop": 874713695
        },
        {
            "start": 874713704,
            "stop": 874713714
        },
        {
            "start": 874713721,
            "stop": 874713755
        },
        {
            "start": 874713762,
            "stop": 874713777
        },
        {
            "start": 874713785,
            "stop": 874713849
        },
        {
            "start": 874713856,
            "stop": 874713868
        },
        {
            "start": 874713875,
            "stop": 874713948
        }
    ]
}