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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5822",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5823,
    "results": [
        {
            "start": 874712987,
            "stop": 874712998
        },
        {
            "start": 874713002,
            "stop": 874713018
        },
        {
            "start": 874713021,
            "stop": 874713083
        },
        {
            "start": 874713087,
            "stop": 874713094
        },
        {
            "start": 874713098,
            "stop": 874713124
        },
        {
            "start": 874713127,
            "stop": 874713139
        },
        {
            "start": 874713142,
            "stop": 874713228
        },
        {
            "start": 874713231,
            "stop": 874713264
        },
        {
            "start": 874713267,
            "stop": 874713320
        },
        {
            "start": 874713323,
            "stop": 874713413
        },
        {
            "start": 874713417,
            "stop": 874713419
        },
        {
            "start": 874713422,
            "stop": 874713580
        },
        {
            "start": 874713584,
            "stop": 874713592
        },
        {
            "start": 874713595,
            "stop": 874713611
        },
        {
            "start": 874713614,
            "stop": 874713664
        },
        {
            "start": 874713667,
            "stop": 874713697
        },
        {
            "start": 874713702,
            "stop": 874713716
        },
        {
            "start": 874713719,
            "stop": 874713757
        },
        {
            "start": 874713760,
            "stop": 874713779
        },
        {
            "start": 874713783,
            "stop": 874713851
        }
    ]
}