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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9910",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9911,
    "results": [
        {
            "start": 874706220,
            "stop": 874706460
        },
        {
            "start": 874708032,
            "stop": 874708319
        },
        {
            "start": 874708380,
            "stop": 874708889
        },
        {
            "start": 874708906,
            "stop": 874709058
        },
        {
            "start": 874709075,
            "stop": 874709097
        },
        {
            "start": 874709114,
            "stop": 874709760
        },
        {
            "start": 874709820,
            "stop": 874709861
        },
        {
            "start": 874710029,
            "stop": 874712498
        },
        {
            "start": 874712618,
            "stop": 874712932
        },
        {
            "start": 874712949,
            "stop": 874713323
        },
        {
            "start": 874713340,
            "stop": 874713600
        },
        {
            "start": 874713660,
            "stop": 874713780
        },
        {
            "start": 874713900,
            "stop": 874713960
        },
        {
            "start": 874714020,
            "stop": 874714055
        },
        {
            "start": 874714175,
            "stop": 874714200
        },
        {
            "start": 874714320,
            "stop": 874714844
        },
        {
            "start": 874715025,
            "stop": 874715534
        },
        {
            "start": 874715654,
            "stop": 874716149
        },
        {
            "start": 874716166,
            "stop": 874716720
        },
        {
            "start": 874716780,
            "stop": 874717080
        }
    ]
}