Return the timelines for a given event version.

Rel URLs:

  • Follow segments_url on each timeline for the segment list.
GET /api/v2/event-versions/GRB051103-v1/timelines?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": null,
    "results_count": 0,
    "results_per_page": 20,
    "num_pages": 0,
    "page_number": 1,
    "results": []
}