5 rows where activity_type = "IN_PASSENGER_VEHICLE" sorted by transit_path_hex_rgb_color

View and edit SQL

Suggested facets: confidence, parking_event_location_accuracy_metres, created_at (date), updated_at (date), duration_end_timestamp_ms (date), duration_start_timestamp_ms (date), parking_event_timestamp_ms (date)

activity_type

  • IN_PASSENGER_VEHICLE · 5
id created_at updated_at deleted_at activity_type confidence distance duration_end_timestamp_ms duration_start_timestamp_ms end_location_latitude_e7 end_location_longitude_e7 parking_event_location_accuracy_metres parking_event_location_latitude_e7 parking_event_location_longitude_e7 parking_event_timestamp_ms start_location_latitude_e7 start_location_longitude_e7 transit_path_hex_rgb_color ▼ transit_path_name
4613 2021-03-01 19:29:19.220885+03:00 2021-03-01 19:29:19.220885+03:00   IN_PASSENGER_VEHICLE HIGH 8232 2021-01-05 09:21:31.022+03:00 2021-01-05 08:31:20.804+03:00 568310240 534504714 125 568309870 534504627 2021-01-05 09:26:22.384+03:00 570785467 539804920    
4616 2021-03-01 19:29:19.223691+03:00 2021-03-01 19:29:19.223691+03:00   IN_PASSENGER_VEHICLE LOW 412 2021-01-05 14:54:04+03:00 2021-01-05 14:47:59.127+03:00 557634822 375741845 69 557633985 375724877 2021-01-05 14:56:07+03:00 557608055 375774984    
4617 2021-03-01 19:29:19.225372+03:00 2021-03-01 19:29:19.225372+03:00   IN_PASSENGER_VEHICLE MEDIUM 2303 2021-01-05 16:01:44.309+03:00 2021-01-05 15:44:48.277+03:00 557573172 376008721 125 557573172 376008721 2021-01-05 16:01:44.309+03:00 557640628 375740896    
4623 2021-03-01 19:29:19.231175+03:00 2021-03-01 19:29:19.231175+03:00   IN_PASSENGER_VEHICLE HIGH 1607 2021-01-06 18:34:47.169+03:00 2021-01-06 18:19:21.004+03:00 557616440 375927355 125 557617862 375930115 2021-01-06 18:42:37.034+03:00 557612527 376147117    
4624 2021-03-01 19:29:19.232035+03:00 2021-03-01 19:29:19.232035+03:00   IN_PASSENGER_VEHICLE HIGH 2803 2021-01-06 21:27:05.836+03:00 2021-01-06 21:08:36.183+03:00 557629964 375730026 125 557630505 375729355 2021-01-06 21:32:04.766+03:00 557629391 375920906    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `google_activity_segments` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`activity_type` text,`confidence` text,`distance` integer,`duration_end_timestamp_ms` datetime,`duration_start_timestamp_ms` datetime,`end_location_latitude_e7` integer,`end_location_longitude_e7` integer,`parking_event_location_accuracy_metres` integer,`parking_event_location_latitude_e7` integer,`parking_event_location_longitude_e7` integer,`parking_event_timestamp_ms` datetime,`start_location_latitude_e7` integer,`start_location_longitude_e7` integer,`transit_path_hex_rgb_color` text,`transit_path_name` text,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `google_activity_segments_key` ON `google_activity_segments`(`duration_end_timestamp_ms`,`duration_start_timestamp_ms`);
CREATE INDEX `idx_google_activity_segments_deleted_at` ON `google_activity_segments`(`deleted_at`);