Drawing an Arc with the GPU Module

I am new to drawing with the GPU in Blender. How would I draw an arc with the GPU module?

I suspect from the examples that I’d user gpu.types.GPUBatch, however I didn’t see Arcs in the type options: POINTS, LINES, TRIS, LINE_STRIP, LINE_LOOP, TRI_STRIP, TRI_FAN, LINES_ADJ, TRIS_ADJ and LINE_STRIP_ADJ.

Would I need to use Points/Lines with steps?

Thank you!