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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2465",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2466,
    "results": [
        {
            "start": 874703110,
            "stop": 874703150
        },
        {
            "start": 874703230,
            "stop": 874703345
        },
        {
            "start": 874703352,
            "stop": 874704470
        },
        {
            "start": 874704550,
            "stop": 874704988
        },
        {
            "start": 874705005,
            "stop": 874705490
        },
        {
            "start": 874705570,
            "stop": 874706484
        },
        {
            "start": 874708032,
            "stop": 874708310
        },
        {
            "start": 874708390,
            "stop": 874709058
        },
        {
            "start": 874709075,
            "stop": 874712932
        },
        {
            "start": 874712949,
            "stop": 874713590
        },
        {
            "start": 874713670,
            "stop": 874713770
        },
        {
            "start": 874713910,
            "stop": 874713950
        },
        {
            "start": 874714030,
            "stop": 874714250
        },
        {
            "start": 874714330,
            "stop": 874714844
        },
        {
            "start": 874715025,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720367
        },
        {
            "start": 874720384,
            "stop": 874720670
        },
        {
            "start": 874720750,
            "stop": 874721686
        },
        {
            "start": 874721721,
            "stop": 874723696
        },
        {
            "start": 874723713,
            "stop": 874725990
        }
    ]
}