How would you define an undirected graph containing a path solely of bridges like:
Connected Subgraph<->*<->*<->*<->* (* node; <-> undirected edge)
Alternatively: Connected Subgraph<->*<->*<->*<->Connected Subgraph
Where a path of bridges are a number of nodes of degree two starting at a node of higher degree and ending in a node of either degree > 2 or degree one. All edges "inside" (imprecise) the path are bridges. Somehow it will also be necessary to ensure that all nodes in a bridge path have to belong to the same path...
Is there a known precise definition of such a structure in preferably fewer words?
I do not think there is existing terminology for a "chain of bridges".
There is a related notion of ears (quoted here from Wikipedia):
We can take inspiration from this definition, but probably shouldn't build on it, since ears are in practice only used in cases where the two endpoints are in the same connected component.
One possible wording of a definition is: