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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8857",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8858,
    "results": [
        {
            "start": 874705570,
            "stop": 874706160
        },
        {
            "start": 874706220,
            "stop": 874706460
        },
        {
            "start": 874708032,
            "stop": 874708310
        },
        {
            "start": 874708390,
            "stop": 874709058
        },
        {
            "start": 874709075,
            "stop": 874709760
        },
        {
            "start": 874709820,
            "stop": 874709861
        },
        {
            "start": 874710029,
            "stop": 874712498
        },
        {
            "start": 874712618,
            "stop": 874712932
        },
        {
            "start": 874712949,
            "stop": 874713590
        },
        {
            "start": 874713670,
            "stop": 874713770
        },
        {
            "start": 874713910,
            "stop": 874713950
        },
        {
            "start": 874714030,
            "stop": 874714055
        },
        {
            "start": 874714175,
            "stop": 874714200
        },
        {
            "start": 874714330,
            "stop": 874714844
        },
        {
            "start": 874715025,
            "stop": 874715534
        },
        {
            "start": 874715654,
            "stop": 874716720
        },
        {
            "start": 874716780,
            "stop": 874717080
        },
        {
            "start": 874717140,
            "stop": 874717407
        },
        {
            "start": 874717527,
            "stop": 874717768
        },
        {
            "start": 874717888,
            "stop": 874718645
        }
    ]
}