Consecutive pairs in multiple lists

Hi,

I am trying to partition a list of points as consecutive pairs like:
(0,1),(1,2), (2,3), etc
It works for one series of points but not on 2 or more.
I would appreciate some help.

All the best,
K,

210911_consecutive_pairs_in_multiple_lists.gh (16.2 KB)

Is this what you are after?


210911_consecutive_pairs_in_multiple_lists_re.gh (17.7 KB)

Yes. Learned a lot.
Appreciate your help.