Drawing Lines between Particles

I was curious if it was possible to draw lines between two particles. Has anyone tried to do this?

Is there a cheap way to do it?

lineRenderer.SetPosition(particleOne.transform.position, particleTwo.transform.position);

Does this connect the two center pivots of the particle systems, or two individual emitted particles?
I’m Assuming particleOne and particleTwo are particle emitters, yes?

Use this to get the particles emitted