Suppose that we have a body that will move over a curve (for example a parabolic curve). The equation of that curve is : $$ y+k=(x+h)^2 $$ Where (h,k) are the (x,y) of the vertex. Also suppose that the body moves with speed (v) m/s and the position of the start point of the path is known for example:$$(y_s, x_s)$$
Please note that the position is calculate when a laser machine beam which rotates at speed 36 degree/sec, hits the body. How can one calculate the (x,y) of the body positions(E,B,C,E,F,G) along the path each laser beam hit.
I have performed the required but in a particular case (circular path at any center). But in our case it is different and I want the concept of the solution to be applicable to any function. Thanks in advance.

You can parameterize any equation to make it a function of time. Some are easier, so of course, others require more effort. In the case of a parabola expressed as $y+k=(x+h)^2$, let $x(t)=t$ and $y(t)=t^2+2ht+h^2-k$. Using the parametric equation, we can know where the body is at any time t. As written, $t=0$ is at the vertex. If we wanted to start elsewhere, we could let $x=t-p$ where p is the period of the cycle (i.e. p=36 sec). $$\left( \begin{array}{c} x(t)=t-p\\ y(t) = t^2+2ht-2pt+h^2-2hp+p^2-k \end{array}\right).$$ Suppose for example that $p=36$ and we let $x=t-5p$, then $y(t)=(t-5\cdot 36)^2 + 4(t-5\cdot 36)+1$ and $t$ can range from 0 to 360, but you are only interested in $t$ when it is $0, 36, 72 ...$ So we build a graph that shows the points calculated at those times.