Thanks megmut.
I had thought about similar ideas to some of your suggestions. I was hoping that there may be different, easier solutions. I actually peaked into Pixi.js code, and I see that it explicitly specify that the click event is not fired unless the Graphics object is a closed shape.
Would it be fairly easy to draw shapes along the path using PIXI.mesh.Rope object? Is that the right way to use it? I haven't tried it yet, because I only found that object literary about an hour ago.
Also while researching, I found this link about animating an object along a path. I am hoping that I can come up with some kind of hit detection code along a path using those functions as templates, which I think is basically your final suggestion. So if I need to detect a click, I could draw a circle or square centering that click point, then see if that shape makes a contact with paths.
http://stackoverflow.com/questions/17083580/i-want-to-do-animation-of-an-object-along-a-particular-path