Hover and Click action on same object on touch devices

I am building a timeline widget which has 2 interactions on web.

  • Hover to see a particular duration's details like duration, start time, assigned name.
  • Click to edit details of the timeline

However, the primary use of the timeline widget is on a tablet (touch device). What could be some ways to achieve these interactions on a touch device?