Sofia to Glasgow Flight Timetable

Using the online timetable is an easy way to look at all the direct flights Sofia — Glasgow

1 flights in a week

Departure and arrival times are local (Sofia and Glasgow)

Departure Arrival Flight days Flight Airlines Flight time Airports
08:00 11:54 sun Loganair 5h 54m Sofia Airport — Glasgow International Airport Select dates

We use cookies and similar technologies for different purposes. Read the privacy policy. If you use the site you agree to them.

Request history8.3.0PHP Version140msRequest Duration3MBMemory UsageGET schedules/{originCityIata}/{destinationCityIata}Route
    • Booting (33.39ms)time
    • Application (107ms)time
    • 1 x Application (76.18%)
      107ms
      1 x Booting (23.81%)
      33.39ms
      21 templates were rendered
      • 1x views_us.schedules.routeroute.blade.php#?blade
      • 1x schedules.routeroute.blade.php#?blade
      • 1x index.section-smallMainSlidesection-smallMainSlide.blade.php#?blade
      • 1x components.avia-formavia-form.blade.php#?blade
      • 1x breadcrumbs::bootstrap4bootstrap4.blade.php#?blade
      • 1x banners.schedule-topschedule-top.blade.php#?blade
      • 1x schedules.timetabletimetable.blade.php#?blade
      • 1x views_us.schedules.routeDescriptionrouteDescription.blade.php#?blade
      • 1x components.related-linksrelated-links.blade.php#?blade
      • 1x banners.schedule-bottomschedule-bottom.blade.php#?blade
      • 1x layouts.mainmain.blade.php#?blade
      • 1x headerheader.blade.php#?blade
      • 2x menumenu.blade.php#?blade
      • 1x footerfooter.blade.php#?blade
      • 1x components.footer-popular-flightsfooter-popular-flights.blade.php#?blade
      • 1x footer_scriptsfooter_scripts.blade.php#?blade
      • 1x components.currencycurrency.blade.php#?blade
      • 2x components.popuppopup.blade.php#?blade
      • 1x components.languagelanguage.blade.php#?blade
      uri
      GET schedules/{originCityIata}/{destinationCityIata}
      middleware
      web
      controller
      App\Http\Controllers\SchedulesController@route
      namespace
      prefix
      /
      where
      as
      schedules
      file
      app/Http/Controllers/SchedulesController.php:36-141
      19 statements were executed33.01ms
      • QueryDetector.php#25aviaticketsConnection Established
        Backtrace
        • vendor/beyondcode/laravel-query-detector/src/QueryDetector.php:25
        • vendor/beyondcode/laravel-query-detector/src/QueryDetectorMiddleware.php:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/MinifyHtml.php:21
      • CitySqlRepository.php#40aviatickets4.05msselect * from `cities` where `code` in ('sof', 'gla')
        Bindings
        • 0: sof
        • 1: gla
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:40
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:37
        • app/Http/Controllers/SchedulesController.php:38
      • TimetableRepository.php#39aviatickets1.02msselect * from `timetables` where `origin_city_id` = 5723 and `destination_city_id` = 2122 order by `time_origin` asc limit 1000
        Bindings
        • 0: 5723
        • 1: 2122
        Backtrace
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:39
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:30
        • app/Http/Controllers/SchedulesController.php:47
      • TimetableRepository.php#39aviatickets1.08msselect * from `airports` where `airports`.`id` in (29)
        Backtrace
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:39
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:30
        • app/Http/Controllers/SchedulesController.php:47
      • TimetableRepository.php#39aviatickets980μsselect * from `airports` where `airports`.`id` in (9997)
        Backtrace
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:39
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:30
        • app/Http/Controllers/SchedulesController.php:47
      • TimetableRepository.php#39aviatickets950μsselect * from `airlines` where `airlines`.`id` in (17878)
        Backtrace
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:39
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:30
        • app/Http/Controllers/SchedulesController.php:47
      • LocalRouteRepository.php#520aviatickets2.55msselect * from `flights_by` where `origin_city_id` = 5723 and `destination_city_id` = 2122 limit 1
        Bindings
        • 0: 5723
        • 1: 2122
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:520
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:514
        • app/Http/Controllers/SchedulesController.php:189
      • LocalRouteRepository.php#520aviatickets910μsselect * from `sites_relationships` where `sites_relationships`.`id` in (310221)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:520
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:514
        • app/Http/Controllers/SchedulesController.php:189
      • CountriesRepository.php#31aviatickets1.3msselect * from `countries` where `code` = '' limit 1
        Bindings
        • 0: 
        Backtrace
        • app/Avia/Infrastructure/Repository/CountriesRepository.php:31
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:61
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:43
        • app/Http/Controllers/SchedulesController.php:111
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • TimetableRepository.php#53aviatickets1.46msselect count(*) as aggregate from `timetables` where `origin_city_id` = 2122 and `destination_city_id` = 5723
        Bindings
        • 0: 2122
        • 1: 5723
        Backtrace
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:53
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/TimetableRepository.php:47
        • app/Http/Controllers/SchedulesController.php:117
      • LocalRouteRepository.php#175aviatickets940μsselect * from `flights_by` where `id` in (240458, 46235, 180255, 46251, 201516, 32301)
        Bindings
        • 0: 240458
        • 1: 46235
        • 2: 180255
        • 3: 46251
        • 4: 201516
        • 5: 32301
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets2.11msselect * from `cities` where `cities`.`id` in (537, 779, 3448, 3796, 4539)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets1.05msselect * from `cities` where `cities`.`id` in (2122, 3301, 5136, 7738, 8381, 8447)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets1.42msselect * from `countries` where `countries`.`id` in (17, 70, 79, 92, 105)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets4.03msselect * from `sites_relationships` where `sites_relationships`.`id` in (32301, 46235, 46251, 180255, 201516, 240458)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#149aviatickets2.19msselect * from `flights_by` where `origin_city_id` = 4539 and (`price_one_way` > 0 or `price` > 0) and `id` not in (240458, 46235, 180255, 46251, 201516, 32301) order by `count` desc limit 9
        Bindings
        • 0: 4539
        • 1: 0
        • 2: 0
        • 3: 240458
        • 4: 46235
        • 5: 180255
        • 6: 46251
        • 7: 201516
        • 8: 32301
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets970μsselect * from `cities` where `cities`.`id` in (4539)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets1.07msselect * from `cities` where `cities`.`id` in (1115, 1903, 2686, 3445, 3448, 3951, 4081, 4805, 8389)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets2.07msselect * from `countries` where `countries`.`id` in (92, 120, 134, 242, 248)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets2.86msselect * from `sites_relationships` where `sites_relationships`.`id` in (239645, 239765, 239824, 239994, 240101, 240103, 240218, 240243, 240377)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      App\Avia\Infrastructure\Model\City
      23City.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      16LocalRoute.php#?
      App\Avia\Infrastructure\Model\SitesRelationship
      16SitesRelationship.php#?
      App\Avia\Infrastructure\Model\Country
      10Country.php#?
      App\Avia\Infrastructure\Model\Airport
      2Airport.php#?
      App\Avia\Infrastructure\Model\Timetable
      1Timetable.php#?
      App\Avia\Infrastructure\Model\Airline
      1Airline.php#?
            _token
            ayNOUC1l4peuqUVoC3t1UdJxaXNjIeVxu54Z7aqd
            _previous
            array:1 [ "url" => "https://d.lowcost.club/schedules/sof/gla?_url=%2Fschedules%2Fsof%2Fgla" ]
            _flash
            array:2 [ "old" => [] "new" => [] ]
            path_info
            /schedules/sof/gla
            status_code
            200
            
            status_text
            OK
            format
            html
            content_type
            text/html; charset=UTF-8
            request_query
            0 of 0
            array:1 [ "_url" => "/schedules/sof/gla" ]
            request_request
            []
            
            request_headers
            0 of 0
            array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "d.lowcost.club" ] ]
            request_cookies
            []
            
            response_headers
            0 of 0
            array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 28 Apr 2025 03:08:39 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Imp3VXMwcG9aWlkwdXN1M0hnQ29sT3c9PSIsInZhbHVlIjoiZCtuYmtMMHk5TG4xS1NSODA1L1FGUUdyRWtoaGhGcnNqc2lOWXlqdHZDL1QvMDZGVE96V2lTNGN3TTNXRFJ1QkVwelJYYXkyelpqT1B0ZWRtbVRRM25LTlRXKzY1RjVPditNVUkzUExYcnR6UkhWZXd2cktqQk9ZWHMyYnBmYTkiLCJtYWMiOiIyYTQxZDFmODI2Zjg5ZjVhNDk3ODg0Nzk0NjY4YzM2M2RmOGQ0OTllODI0MmQ0MWRkMGI3NTgyNTRmYzRiYzgyIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 05:08:39 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Imp3VXMwcG9aWlkwdXN1M0hnQ29sT3c9PSIsInZhbHVlIjoiZCtuYmtMMHk5TG4xS1NSODA1L1FGUUdyRWtoaGhGcnNqc2lOWXlqdHZDL1QvMDZGVE96V2lTNGN3TTNXRFJ1QkVwelJYY" 1 => "lowcostclub_session=eyJpdiI6IkFwbEMwWnN1aFhSajF3MEp1eVpsK1E9PSIsInZhbHVlIjoiVlJxL1ZKbldEMHN4RmpqRE1UblgySUZIQjdlazFTdEI4dkRtdG8vc0l6MmVhaTZXQnd6cGtuR2R0TUphTkUrbjBLeVVhWk9mLzlDdXFSOE50enpub3JHZnR6QXVOYkNtbitCZFFWZFBFZGZGS2dEckU3QTlBR2tJMEhZWC9vVnMiLCJtYWMiOiI3ZDdjM2EzNDk4ZGNhZGQ1MjRhMzgxNzY2ZTNkNzU4N2Y2NDk1NmIwNjFhOGQ5ZTVlOTNhODg4Zjk4YjFkYTc3IiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 05:08:39 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6IkFwbEMwWnN1aFhSajF3MEp1eVpsK1E9PSIsInZhbHVlIjoiVlJxL1ZKbldEMHN4RmpqRE1UblgySUZIQjdlazFTdEI4dkRtdG8vc0l6MmVhaTZXQnd6cGtuR2R0TUphTkUr" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Imp3VXMwcG9aWlkwdXN1M0hnQ29sT3c9PSIsInZhbHVlIjoiZCtuYmtMMHk5TG4xS1NSODA1L1FGUUdyRWtoaGhGcnNqc2lOWXlqdHZDL1QvMDZGVE96V2lTNGN3TTNXRFJ1QkVwelJYYXkyelpqT1B0ZWRtbVRRM25LTlRXKzY1RjVPditNVUkzUExYcnR6UkhWZXd2cktqQk9ZWHMyYnBmYTkiLCJtYWMiOiIyYTQxZDFmODI2Zjg5ZjVhNDk3ODg0Nzk0NjY4YzM2M2RmOGQ0OTllODI0MmQ0MWRkMGI3NTgyNTRmYzRiYzgyIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 05:08:39 GMT; path=/XSRF-TOKEN=eyJpdiI6Imp3VXMwcG9aWlkwdXN1M0hnQ29sT3c9PSIsInZhbHVlIjoiZCtuYmtMMHk5TG4xS1NSODA1L1FGUUdyRWtoaGhGcnNqc2lOWXlqdHZDL1QvMDZGVE96V2lTNGN3TTNXRFJ1QkVwelJYY" 1 => "lowcostclub_session=eyJpdiI6IkFwbEMwWnN1aFhSajF3MEp1eVpsK1E9PSIsInZhbHVlIjoiVlJxL1ZKbldEMHN4RmpqRE1UblgySUZIQjdlazFTdEI4dkRtdG8vc0l6MmVhaTZXQnd6cGtuR2R0TUphTkUrbjBLeVVhWk9mLzlDdXFSOE50enpub3JHZnR6QXVOYkNtbitCZFFWZFBFZGZGS2dEckU3QTlBR2tJMEhZWC9vVnMiLCJtYWMiOiI3ZDdjM2EzNDk4ZGNhZGQ1MjRhMzgxNzY2ZTNkNzU4N2Y2NDk1NmIwNjFhOGQ5ZTVlOTNhODg4Zjk4YjFkYTc3IiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 05:08:39 GMT; path=/; httponlylowcostclub_session=eyJpdiI6IkFwbEMwWnN1aFhSajF3MEp1eVpsK1E9PSIsInZhbHVlIjoiVlJxL1ZKbldEMHN4RmpqRE1UblgySUZIQjdlazFTdEI4dkRtdG8vc0l6MmVhaTZXQnd6cGtuR2R0TUphTkUr" ] ]
            session_attributes
            0 of 0
            array:3 [ "_token" => "ayNOUC1l4peuqUVoC3t1UdJxaXNjIeVxu54Z7aqd" "_previous" => array:1 [ "url" => "https://d.lowcost.club/schedules/sof/gla?_url=%2Fschedules%2Fsof%2Fgla" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
            ClearShow all
            Date ↕MethodURLData
            #12025-04-28 03:08:39GET/schedules/sof/gla211969