Friday, June 27, 2025
31.1 C
Singapore

Woman walking on roof of overhead bridge, rescued by SCDF and arrested by SPF

Yesterday afternoon, there was a massive traffic disruption at Yishun Avenue 2 due to a woman who was seen to be walking on the roof of an overhead bridge.

 

 

 

 

 

The traffic disruption was due to Yishun Avenue 2 as well as the roads between Yishun Ring Road and Yishun Avenue 7 being closed for the Singapore Civil Defence Force (SCDF) to deploy air bags.

Numerous videos have been circulating on social media of the incident.

It was reported that the police were alerted to the incident at around 4.55pm. After the woman was brought down from the overhead bridge, she was arrested for attempted suicide.

Not only did SCDF officers deploy a large airbag beneath the overhead bridge, they also climbed up the covered walkway in order to rescue the woman. SCDF officers had to drag her down to safety and she was taken to Khoo Teck Puat hospital for any injuries to be treated.

By 6.15pm, traffic was back to normal, including bus services 169, 883 and 965 that were temporarily diverted.

See also  PSP's Hazel Poa: Adoption is one of the best decisions I have ever made in my life

Many onlookers took pictures and videos of the incident and have shared it on social media.


[email protected]

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });