Bellingham to Palm Springs Flight Timetable

Using the online timetable is an easy way to look at all the direct flights Bellingham — Palm Springs

12 flights in a week

Departure and arrival times are local (Bellingham and Palm Springs)

Departure Arrival Flight days Flight Airlines Flight time Airports
06:00 08:46 fri G4293 Allegiant Air 2h 46m Bellingham International Airport — Palm Springs International Airport Select dates
07:30 10:22 sat G4300 Allegiant Air 2h 52m Bellingham International Airport — Palm Springs International Airport Select dates
07:30 10:16 wed G4296 Allegiant Air 2h 46m Bellingham International Airport — Palm Springs International Airport Select dates
08:00 10:52 mon, fri, sat G4293 Allegiant Air 2h 52m Bellingham International Airport — Palm Springs International Airport Select dates
08:00 10:46 mon G4293 Allegiant Air 2h 46m Bellingham International Airport — Palm Springs International Airport Select dates
14:48 17:40 sat G41895 Allegiant Air 2h 52m Bellingham International Airport — Palm Springs International Airport Select dates
14:53 17:39 sat G4293 Allegiant Air 2h 46m Bellingham International Airport — Palm Springs International Airport Select dates
14:58 17:49 sat G41901 Allegiant Air 2h 51m Bellingham International Airport — Palm Springs International Airport Select dates
15:02 17:55 sat G41901 Allegiant Air 2h 53m Bellingham International Airport — Palm Springs International Airport Select dates
15:23 18:09 wed G41901 Allegiant Air 2h 46m Bellingham International Airport — Palm Springs 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 Version126msRequest Duration3MBMemory UsageGET schedules/{originCityIata}/{destinationCityIata}Route
    • Booting (29.41ms)time
    • Application (97ms)time
    • 1 x Application (76.73%)
      97.00ms
      1 x Booting (23.26%)
      29.41ms
      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
      14 statements were executed21.68ms
      • 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#40aviatickets5.3msselect * from `cities` where `code` in ('bli', 'psp')
        Bindings
        • 0: bli
        • 1: psp
        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.92msselect * from `timetables` where `origin_city_id` = 712 and `destination_city_id` = 5099 order by `time_origin` asc limit 1000
        Bindings
        • 0: 712
        • 1: 5099
        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.5msselect * from `airports` where `airports`.`id` in (9814)
        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.25msselect * from `airports` where `airports`.`id` in (926)
        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.2msselect * from `airlines` where `airlines`.`id` in (35)
        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#520aviatickets1.35msselect * from `flights_by` where `origin_city_id` = 712 and `destination_city_id` = 5099 limit 1
        Bindings
        • 0: 712
        • 1: 5099
        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#520aviatickets1.14msselect * from `sites_relationships` where `sites_relationships`.`id` in (40095)
        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.48msselect * 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.18msselect count(*) as aggregate from `timetables` where `origin_city_id` = 5099 and `destination_city_id` = 712
        Bindings
        • 0: 5099
        • 1: 712
        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#175aviatickets1.16msselect * 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#175aviatickets1.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.13msselect * 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.02msselect * 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#175aviatickets940μsselect * 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
      App\Avia\Infrastructure\Model\City
      13City.php#?
      App\Avia\Infrastructure\Model\Timetable
      10Timetable.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      7LocalRoute.php#?
      App\Avia\Infrastructure\Model\SitesRelationship
      7SitesRelationship.php#?
      App\Avia\Infrastructure\Model\Country
      5Country.php#?
      App\Avia\Infrastructure\Model\Airport
      2Airport.php#?
      App\Avia\Infrastructure\Model\Airline
      1Airline.php#?
            _token
            bmUgtiIwvEAcItO7mbyaoqhWEehEUprbCsel3Bcw
            _previous
            array:1 [ "url" => "https://d.lowcost.club/schedules/bli/psp?_url=%2Fschedules%2Fbli%2Fpsp" ]
            _flash
            array:2 [ "old" => [] "new" => [] ]
            path_info
            /schedules/bli/psp
            status_code
            200
            
            status_text
            OK
            format
            html
            content_type
            text/html; charset=UTF-8
            request_query
            0 of 0
            array:1 [ "_url" => "/schedules/bli/psp" ]
            request_request
            []
            
            request_headers
            0 of 0
            array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6InFBdjBuZnBFWXRLOEpXWDQraEdtdnc9PSIsInZhbHVlIjoiSzdVNzVVWUxuMnZZT2svc3dlSlJtRWFsS2xmOXBvOXRSYmdMdkliVUxBQ2ZwZ2I2YzBMcGhtQTdydFNLWDl2QmZvbTFFeG4vQzJZK3B6ZmJsTE5VditVeXZmSG9qMlFhMkJ6TG9pRGJFYjNLTFNQVGxKTlB6QVFUMW40ZlZoUkEiLCJtYWMiOiJkYzU3MTAxMzhmYTZkNDE0MjgxOTNjZWU5MGJkMDA1MjI0MzRkYTI2OWU3ZDIxMGU1OWQxMzI1YmQzZDg1MGNlIiwidGFnIjoiIn0%3D; lowcostclub_session=eyJpdiI6IjlRbXd6SjJEZE0vMmgzN2FtQ3haYUE9PSIsInZhbHVlIjoiaDlyQ0xzeks3Z1RXL1VPRHpMMG8vajJEWlB1UWJiZythdVZiTWxoV2lWZnRTWTZRcjYwZnRFSERWYVRES05zSGI0cVRyTEhKRWFjRVJNUjVKc3p6MWJwMEIza3huM2ZZaE1wSWJwaXF0aTRoOW9KVWQ1U1FMODY1VE4wQUhpQ1AiLCJtYWMiOiJlMDRjZGNhMDlmOTkwNWMyMzBkNTM5Y2VkNGY4ODYyNzkwY2YxZWU3M2E0ZWFlMGE2YThlNmViOTcxMzBmYjQxIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InFBdjBuZnBFWXRLOEpXWDQraEdtdnc9PSIsInZhbHVlIjoiSzdVNzVVWUxuMnZZT2svc3dlSlJtRWFsS2xmOXBvOXRSYmdMdkliVUxBQ2ZwZ2I2YzBMcGhtQTdydFNLWDl2QmZvbTFFe" ] "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
            0 of 0
            array:2 [ "XSRF-TOKEN" => "bmUgtiIwvEAcItO7mbyaoqhWEehEUprbCsel3Bcw" "lowcostclub_session" => "vRsnfhup9mILm4qNC5Ctp7DAxsGfYYhdj3MMpnlj" ]
            response_headers
            0 of 0
            array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 28 Apr 2025 19:11:20 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InlZMk9LNEZWdlVPWHFwbmt4elV5QWc9PSIsInZhbHVlIjoiZzFZT3BjSStoL0VhTVpCVzlPdlMxZVhPa1JtMC9UM09hRlIxVERVc2FBMFZ5UHgyVzEwemlPTVE2L0h5T0NwU0Z1b05Ub2xwL2pld0daWmljUnVuZFV0WDhTSDFMck5FN2xtS1EreVE2b1BkR2hIV1pzYWErbnJURk44bXQzazYiLCJtYWMiOiI0NmViYjkzNDNjYzFkOWEzOGJhYWMwNDQ4ZGQ2MTkwOGEyMjlkODEwOTRhMDYzZTc4Y2I1YmY3ZTliZmQ3OTM3IiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 21:11:20 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InlZMk9LNEZWdlVPWHFwbmt4elV5QWc9PSIsInZhbHVlIjoiZzFZT3BjSStoL0VhTVpCVzlPdlMxZVhPa1JtMC9UM09hRlIxVERVc2FBMFZ5UHgyVzEwemlPTVE2L0h5T0NwU0Z1b05Ub" 1 => "lowcostclub_session=eyJpdiI6IjNLRFdWODN6bXpuU1lZSU1wcXFadlE9PSIsInZhbHVlIjoiUVhtL1pxMTEzcEdoYzExaU9kSy9iSWk4cC9peG1meFFlSnk1anp2azZ5Y0Y4ZHIwYmZPWmYrNU1GOTVITkxoSWtyTjI1MVlFcVRMM0pXSUNQemV6K3RNZUFKeGJpaGdOcnRaK0RkcmdUd0lnYkg1RjJBUzk0TlZycDZGeVVUT2oiLCJtYWMiOiIxMjY0ZmRmZjE2ZmRiMDA4Y2VlYjU4NGQzMzliMmQxZWMwYzUxMmE5ZGUyNmFjMzk5MDEyMzY2ZjIwMGU5NDFhIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 21:11:20 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6IjNLRFdWODN6bXpuU1lZSU1wcXFadlE9PSIsInZhbHVlIjoiUVhtL1pxMTEzcEdoYzExaU9kSy9iSWk4cC9peG1meFFlSnk1anp2azZ5Y0Y4ZHIwYmZPWmYrNU1GOTVITkxo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InlZMk9LNEZWdlVPWHFwbmt4elV5QWc9PSIsInZhbHVlIjoiZzFZT3BjSStoL0VhTVpCVzlPdlMxZVhPa1JtMC9UM09hRlIxVERVc2FBMFZ5UHgyVzEwemlPTVE2L0h5T0NwU0Z1b05Ub2xwL2pld0daWmljUnVuZFV0WDhTSDFMck5FN2xtS1EreVE2b1BkR2hIV1pzYWErbnJURk44bXQzazYiLCJtYWMiOiI0NmViYjkzNDNjYzFkOWEzOGJhYWMwNDQ4ZGQ2MTkwOGEyMjlkODEwOTRhMDYzZTc4Y2I1YmY3ZTliZmQ3OTM3IiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 21:11:20 GMT; path=/XSRF-TOKEN=eyJpdiI6InlZMk9LNEZWdlVPWHFwbmt4elV5QWc9PSIsInZhbHVlIjoiZzFZT3BjSStoL0VhTVpCVzlPdlMxZVhPa1JtMC9UM09hRlIxVERVc2FBMFZ5UHgyVzEwemlPTVE2L0h5T0NwU0Z1b05Ub" 1 => "lowcostclub_session=eyJpdiI6IjNLRFdWODN6bXpuU1lZSU1wcXFadlE9PSIsInZhbHVlIjoiUVhtL1pxMTEzcEdoYzExaU9kSy9iSWk4cC9peG1meFFlSnk1anp2azZ5Y0Y4ZHIwYmZPWmYrNU1GOTVITkxoSWtyTjI1MVlFcVRMM0pXSUNQemV6K3RNZUFKeGJpaGdOcnRaK0RkcmdUd0lnYkg1RjJBUzk0TlZycDZGeVVUT2oiLCJtYWMiOiIxMjY0ZmRmZjE2ZmRiMDA4Y2VlYjU4NGQzMzliMmQxZWMwYzUxMmE5ZGUyNmFjMzk5MDEyMzY2ZjIwMGU5NDFhIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 21:11:20 GMT; path=/; httponlylowcostclub_session=eyJpdiI6IjNLRFdWODN6bXpuU1lZSU1wcXFadlE9PSIsInZhbHVlIjoiUVhtL1pxMTEzcEdoYzExaU9kSy9iSWk4cC9peG1meFFlSnk1anp2azZ5Y0Y4ZHIwYmZPWmYrNU1GOTVITkxo" ] ]
            session_attributes
            0 of 0
            array:3 [ "_token" => "bmUgtiIwvEAcItO7mbyaoqhWEehEUprbCsel3Bcw" "_previous" => array:1 [ "url" => "https://d.lowcost.club/schedules/bli/psp?_url=%2Fschedules%2Fbli%2Fpsp" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
            ClearShow all
            Date ↕MethodURLData
            #12025-04-28 19:11:20GET/schedules/bli/psp211445