YouTube Transcript

Web Scraping API YouTube Transcript Target

The youtube_transcript target is built to obtain YouTube video transcripts.

📘

Useful Links


Input parameters

Request parameters available for the YouTube Transcript target:

Parameter

Type

Required

Description

target

string

Target type must be set to youtube_transcript.

query

string

An 11-character Youtube video ID that is indicated in video URL.

language_code

string

Defines the transcript's language. Full list of supported options can be found here A 404 error will occur if the selected language_code doesn't match an existing transcript on the YouTube video.

transcript_origin

string

Every video can have uploader_provided or auto_generated transcripts (or both). Use this parameter to indicate which one to scrape. Default value: auto_generated.

markdown

boolean

Set to true to receive a Markdown response. Read more.
Default value is false.

Request Examples

curl --request 'POST' \
        --url 'https://scraper-api.decodo.com/v2/scrape' \
        --header 'Accept: application/json' \
        --header 'Authorization: Basic TOKEN VALUE' \ // update with your authorization token\
        --header 'Content-Type: application/json' \
        --data '
    {
      "target": "youtube_transcript",
      "query": "fHDy7Jzp-5I",
      "language_code": "en"
    }
'
const scrape = async() => {
  const response = await fetch("https://scraper-api.decodo.com/v2/scrape", {
    method: "POST",
    body: JSON.stringify({
      "target": "youtube_transcript",
      "query": "fHDy7Jzp-5I",
      "language_code": "en"
    }),
    headers: {
      "Content-Type": "application/json",
      "Authorization": "Basic TOKEN VALUE" // update with your authorization token
    },
  }).catch(error => console.log(error));

  console.log(await response.json())
}

scrape()
import requests
  
url = "https://scraper-api.decodo.com/v2/scrape"
  
payload = {
      "target": "youtube_transcript",
      "query": "fHDy7Jzp-5I",
      "language_code": "en"
}
  
headers = {
    "accept": "application/json",
    "content-type": "application/json",
    "authorization": "Basic TOKEN VALUE" # update with your authorization token
}
  
response = requests.post(url, json=payload, headers=headers)
  
print(response.text)

Output

As an output, you will get a JSON file with YouTube transcripts.

📘

Transcript availability is determined by the YouTube video. Certain videos may not offer transcripts.

Response Example
{
  "results": [
      {
          "content": [
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "4240",
                      "endMs": "6759",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "so I'd like to start with two"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:04"
                      },
                      "trackingParams": "CNoCENP2BxgAIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 seconds so I'd like to start with two"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.4240.6759"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "6759",
                      "endMs": "10040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "wildfires in 2016 I was the director of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:06"
                      },
                      "trackingParams": "CNkCENP2BxgBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 seconds wildfires in 2016 I was the director of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.6759.10040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "10040",
                      "endMs": "12000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "the Wildland Urban interface for the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:10"
                      },
                      "trackingParams": "CNgCENP2BxgCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 seconds the Wildland Urban interface for the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.10040.12000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "12000",
                      "endMs": "14320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "foric muray"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:12"
                      },
                      "trackingParams": "CNcCENP2BxgDIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 seconds foric muray"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.12000.14320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "14320",
                      "endMs": "17080",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "fire I had arrived days after the fire"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:14"
                      },
                      "trackingParams": "CNYCENP2BxgEIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 seconds fire I had arrived days after the fire"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.14320.17080"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "17080",
                      "endMs": "19400",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "had jumped the athabaska river and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:17"
                      },
                      "trackingParams": "CNUCENP2BxgFIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "17 seconds had jumped the athabaska river and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.17080.19400"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "19400",
                      "endMs": "22119",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "entered the community as a torrent of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:19"
                      },
                      "trackingParams": "CNQCENP2BxgGIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "19 seconds entered the community as a torrent of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.19400.22119"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "22119",
                      "endMs": "23560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "flame and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:22"
                      },
                      "trackingParams": "CNMCENP2BxgHIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "22 seconds flame and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.22119.23560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "23560",
                      "endMs": "26800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Ember starting hundreds of fire"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:23"
                      },
                      "trackingParams": "CNICENP2BxgIIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "23 seconds Ember starting hundreds of fire"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.23560.26800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "26800",
                      "endMs": "29160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "simultaneously throughout the community"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:26"
                      },
                      "trackingParams": "CNECENP2BxgJIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "26 seconds simultaneously throughout the community"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.26800.29160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "29160",
                      "endMs": "30720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "and in many neighborhoods these fires"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:29"
                      },
                      "trackingParams": "CNACENP2BxgKIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "29 seconds and in many neighborhoods these fires"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.29160.30720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "30720",
                      "endMs": "33719",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "arrived before the evacuations ORD"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:30"
                      },
                      "trackingParams": "CM8CENP2BxgLIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "30 seconds arrived before the evacuations ORD"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.30720.33719"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "33719",
                      "endMs": "36200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "did and the Flames licked at the bumpers"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:33"
                      },
                      "trackingParams": "CM4CENP2BxgMIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "33 seconds did and the Flames licked at the bumpers"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.33719.36200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "36200",
                      "endMs": "37160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of those"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:36"
                      },
                      "trackingParams": "CM0CENP2BxgNIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "36 seconds of those"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.36200.37160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "37160",
                      "endMs": "39760",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "fleeing and I was there to relieve the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:37"
                      },
                      "trackingParams": "CMwCENP2BxgOIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "37 seconds fleeing and I was there to relieve the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.37160.39760"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "39760",
                      "endMs": "42760",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "First Responders who had been working"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:39"
                      },
                      "trackingParams": "CMsCENP2BxgPIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "39 seconds First Responders who had been working"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.39760.42760"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "42760",
                      "endMs": "45320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "without sleep since that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:42"
                      },
                      "trackingParams": "CMoCENP2BxgQIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "42 seconds without sleep since that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.42760.45320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "45320",
                      "endMs": "48840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "time and I had never seen anything like"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:45"
                      },
                      "trackingParams": "CMkCENP2BxgRIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "45 seconds time and I had never seen anything like"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.45320.48840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "48840",
                      "endMs": "52039",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "it at the time no one"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:48"
                      },
                      "trackingParams": "CMgCENP2BxgSIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "48 seconds it at the time no one"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.48840.52039"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "52039",
                      "endMs": "56079",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "had rows of homes decimated interspersed"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:52"
                      },
                      "trackingParams": "CMcCENP2BxgTIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "52 seconds had rows of homes decimated interspersed"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.52039.56079"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "56079",
                      "endMs": "57879",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "seemingly at random with homes that were"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:56"
                      },
                      "trackingParams": "CMYCENP2BxgUIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "56 seconds seemingly at random with homes that were"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.56079.57879"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "57879",
                      "endMs": "60160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "untouched"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "0:57"
                      },
                      "trackingParams": "CMUCENP2BxgVIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "57 seconds untouched"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.57879.60160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "60160",
                      "endMs": "62719",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "cars abandoned in the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:00"
                      },
                      "trackingParams": "CMQCENP2BxgWIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute cars abandoned in the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.60160.62719"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "62719",
                      "endMs": "65640",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "roadways a city strangely silent except"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:02"
                      },
                      "trackingParams": "CMMCENP2BxgXIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 2 seconds roadways a city strangely silent except"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.62719.65640"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "65640",
                      "endMs": "68040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "for the hum of our pumps and the clang"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:05"
                      },
                      "trackingParams": "CMICENP2BxgYIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 5 seconds for the hum of our pumps and the clang"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.65640.68040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "68040",
                      "endMs": "70200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:08"
                      },
                      "trackingParams": "CMECENP2BxgZIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 8 seconds of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.68040.70200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "70920",
                      "endMs": "73080",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "palasis now our crews were able to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:10"
                      },
                      "trackingParams": "CMACENP2BxgaIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 10 seconds palasis now our crews were able to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.70920.73080"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "73080",
                      "endMs": "75000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "protect the remaining neighborhoods but"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:13"
                      },
                      "trackingParams": "CL8CENP2BxgbIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 13 seconds protect the remaining neighborhoods but"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.73080.75000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "75000",
                      "endMs": "77520",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "when the 88,000 people that were"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:15"
                      },
                      "trackingParams": "CL4CENP2BxgcIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 15 seconds when the 88,000 people that were"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.75000.77520"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "77520",
                      "endMs": "79840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "evacuated"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:17"
                      },
                      "trackingParams": "CL0CENP2BxgdIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 17 seconds evacuated"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.77520.79840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "79840",
                      "endMs": "83000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "return some had little to return too and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:19"
                      },
                      "trackingParams": "CLwCENP2BxgeIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 19 seconds return some had little to return too and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.79840.83000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "83000",
                      "endMs": "84880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "for big Murray Remains the most"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:23"
                      },
                      "trackingParams": "CLsCENP2BxgfIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 23 seconds for big Murray Remains the most"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.83000.84880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "84880",
                      "endMs": "87119",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "destructive and costly wildfire in"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:24"
                      },
                      "trackingParams": "CLoCENP2BxggIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 24 seconds destructive and costly wildfire in"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.84880.87119"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "87119",
                      "endMs": "88400",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Canadian"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:27"
                      },
                      "trackingParams": "CLkCENP2BxghIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 27 seconds Canadian"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.87119.88400"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "88400",
                      "endMs": "90680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "history the next year I responded to a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:28"
                      },
                      "trackingParams": "CLgCENP2BxgiIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 28 seconds history the next year I responded to a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.88400.90680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "90680",
                      "endMs": "92479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "fire threatening the town of Waterton"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:30"
                      },
                      "trackingParams": "CLcCENP2BxgjIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 30 seconds fire threatening the town of Waterton"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.90680.92479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "92479",
                      "endMs": "94079",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "which is a beautiful community in the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:32"
                      },
                      "trackingParams": "CLYCENP2BxgkIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 32 seconds which is a beautiful community in the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.92479.94079"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "94079",
                      "endMs": "95680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Rocky"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:34"
                      },
                      "trackingParams": "CLUCENP2BxglIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 34 seconds Rocky"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.94079.95680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "95680",
                      "endMs": "98119",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Mountains this fire appeared more"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:35"
                      },
                      "trackingParams": "CLQCENP2BxgmIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 35 seconds Mountains this fire appeared more"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.95680.98119"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "98119",
                      "endMs": "101479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "distant some 25 km on the other side of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:38"
                      },
                      "trackingParams": "CLMCENP2BxgnIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 38 seconds distant some 25 km on the other side of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.98119.101479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "101479",
                      "endMs": "103560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "the Great Divide which is a high"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:41"
                      },
                      "trackingParams": "CLICENP2BxgoIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 41 seconds the Great Divide which is a high"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.101479.103560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "103560",
                      "endMs": "104920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "mountainous Ridge where our crews were"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:43"
                      },
                      "trackingParams": "CLECENP2BxgpIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 43 seconds mountainous Ridge where our crews were"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.103560.104920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "104920",
                      "endMs": "106880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "trying to hold"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:44"
                      },
                      "trackingParams": "CLACENP2BxgqIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 44 seconds trying to hold"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.104920.106880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "106880",
                      "endMs": "109200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "it one night the fire did something that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:46"
                      },
                      "trackingParams": "CK8CENP2BxgrIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 46 seconds it one night the fire did something that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.106880.109200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "109200",
                      "endMs": "111520",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "no one"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:49"
                      },
                      "trackingParams": "CK4CENP2BxgsIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 49 seconds no one"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.109200.111520"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "112079",
                      "endMs": "115719",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "expected when night fell and the fire"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:52"
                      },
                      "trackingParams": "CK0CENP2BxgtIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 52 seconds expected when night fell and the fire"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.112079.115719"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "115719",
                      "endMs": "118320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Behavior normally reduces the fire"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:55"
                      },
                      "trackingParams": "CKwCENP2BxguIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 55 seconds Behavior normally reduces the fire"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.115719.118320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "118320",
                      "endMs": "121320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "surged over the ridge moving 100 meters"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "1:58"
                      },
                      "trackingParams": "CKsCENP2BxgvIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "1 minute, 58 seconds surged over the ridge moving 100 meters"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.118320.121320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "121320",
                      "endMs": "123920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "a minute Flames overran the town at 10"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:01"
                      },
                      "trackingParams": "CKoCENP2BxgwIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 1 second a minute Flames overran the town at 10"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.121320.123920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "123920",
                      "endMs": "126799",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "p.m. and the the fire quadrupled in size"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:03"
                      },
                      "trackingParams": "CKkCENP2BxgxIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 3 seconds p.m. and the the fire quadrupled in size"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.123920.126799"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "126799",
                      "endMs": "129479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "in about 5"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:06"
                      },
                      "trackingParams": "CKgCENP2BxgyIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 6 seconds in about 5"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.126799.129479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "130160",
                      "endMs": "133160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "hours When the Smoke cleared we hadn't"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:10"
                      },
                      "trackingParams": "CKcCENP2BxgzIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 10 seconds hours When the Smoke cleared we hadn't"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.130160.133160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "133160",
                      "endMs": "135959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "lost a single home in Waterton and there"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:13"
                      },
                      "trackingParams": "CKYCENP2Bxg0IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 13 seconds lost a single home in Waterton and there"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.133160.135959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "135959",
                      "endMs": "138239",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "were no"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:15"
                      },
                      "trackingParams": "CKUCENP2Bxg1IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 15 seconds were no"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.135959.138239"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "138680",
                      "endMs": "141519",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "injuries and that is because 3 days"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:18"
                      },
                      "trackingParams": "CKQCENP2Bxg2IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 18 seconds injuries and that is because 3 days"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.138680.141519"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "141519",
                      "endMs": "144360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "earlier the community was evacuated and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:21"
                      },
                      "trackingParams": "CKMCENP2Bxg3IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 21 seconds earlier the community was evacuated and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.141519.144360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "144360",
                      "endMs": "146120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "firefighters had established extensive"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:24"
                      },
                      "trackingParams": "CKICENP2Bxg4IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 24 seconds firefighters had established extensive"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.144360.146120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "146120",
                      "endMs": "148000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Community protection"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:26"
                      },
                      "trackingParams": "CKECENP2Bxg5IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 26 seconds Community protection"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.146120.148000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "148000",
                      "endMs": "151840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "efforts and though the landscape was was"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:28"
                      },
                      "trackingParams": "CKACENP2Bxg6IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 28 seconds efforts and though the landscape was was"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.148000.151840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "151840",
                      "endMs": "153800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "transformed people could return home"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:31"
                      },
                      "trackingParams": "CJ8CENP2Bxg7IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 31 seconds transformed people could return home"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.151840.153800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "153800",
                      "endMs": "156720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "safely a few days"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:33"
                      },
                      "trackingParams": "CJ4CENP2Bxg8IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 33 seconds safely a few days"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.153800.156720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "156960",
                      "endMs": "161840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "[Applause]"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:36"
                      },
                      "trackingParams": "CJ0CENP2Bxg9IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 36 seconds [Applause]"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.156960.161840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "161840",
                      "endMs": "163840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "later now the difference between these"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:41"
                      },
                      "trackingParams": "CJwCENP2Bxg-IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 41 seconds later now the difference between these"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.161840.163840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "163840",
                      "endMs": "167720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "two fires was a single bold"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:43"
                      },
                      "trackingParams": "CJsCENP2Bxg_IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 43 seconds two fires was a single bold"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.163840.167720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "167720",
                      "endMs": "170080",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decision firefighters in Waterton"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:47"
                      },
                      "trackingParams": "CJoCENP2BxhAIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 47 seconds decision firefighters in Waterton"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.167720.170080"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "170080",
                      "endMs": "172480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "couldn't have anticipated exactly what"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:50"
                      },
                      "trackingParams": "CJkCENP2BxhBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 50 seconds couldn't have anticipated exactly what"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.170080.172480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "172480",
                      "endMs": "173599",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "would"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:52"
                      },
                      "trackingParams": "CJgCENP2BxhCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 52 seconds would"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.172480.173599"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "173599",
                      "endMs": "176159",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "happen but they assessed the risks and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:53"
                      },
                      "trackingParams": "CJcCENP2BxhDIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 53 seconds happen but they assessed the risks and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.173599.176159"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "176159",
                      "endMs": "178400",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "they made a great decision with huge"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:56"
                      },
                      "trackingParams": "CJYCENP2BxhEIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 56 seconds they made a great decision with huge"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.176159.178400"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "178400",
                      "endMs": "180720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "consequences for their community"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "2:58"
                      },
                      "trackingParams": "CJUCENP2BxhFIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "2 minutes, 58 seconds consequences for their community"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.178400.180720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "180720",
                      "endMs": "184959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "it was up to them and they Rose to the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:00"
                      },
                      "trackingParams": "CJQCENP2BxhGIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes it was up to them and they Rose to the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.180720.184959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "184959",
                      "endMs": "188840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "challenge now we all face times when it"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:04"
                      },
                      "trackingParams": "CJMCENP2BxhHIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 4 seconds challenge now we all face times when it"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.184959.188840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "188840",
                      "endMs": "191000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "is up to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:08"
                      },
                      "trackingParams": "CJICENP2BxhIIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 8 seconds is up to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.188840.191000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "191000",
                      "endMs": "194319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "us I am an emergency manager and an"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:11"
                      },
                      "trackingParams": "CJECENP2BxhJIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 11 seconds us I am an emergency manager and an"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.191000.194319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "194319",
                      "endMs": "196920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "incident commander and I'm deeply"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:14"
                      },
                      "trackingParams": "CJACENP2BxhKIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 14 seconds incident commander and I'm deeply"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.194319.196920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "196920",
                      "endMs": "199319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "curious about this"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:16"
                      },
                      "trackingParams": "CI8CENP2BxhLIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 16 seconds curious about this"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.196920.199319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "199319",
                      "endMs": "203319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "question how can we make big decisions"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:19"
                      },
                      "trackingParams": "CI4CENP2BxhMIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 19 seconds question how can we make big decisions"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.199319.203319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "203319",
                      "endMs": "208200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "well decisions that eye impact that are"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:23"
                      },
                      "trackingParams": "CI0CENP2BxhNIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 23 seconds well decisions that eye impact that are"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.203319.208200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "208200",
                      "endMs": "210840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "complex where we may not have all the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:28"
                      },
                      "trackingParams": "CIwCENP2BxhOIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 28 seconds complex where we may not have all the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.208200.210840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "210840",
                      "endMs": "212439",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "time we would"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:30"
                      },
                      "trackingParams": "CIsCENP2BxhPIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 30 seconds time we would"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.210840.212439"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "212439",
                      "endMs": "215040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "like and or the all the information that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:32"
                      },
                      "trackingParams": "CIoCENP2BxhQIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 32 seconds like and or the all the information that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.212439.215040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "215040",
                      "endMs": "216959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "we"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:35"
                      },
                      "trackingParams": "CIkCENP2BxhRIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 35 seconds we"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.215040.216959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "216959",
                      "endMs": "221640",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "need how do we make big decisions"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:36"
                      },
                      "trackingParams": "CIgCENP2BxhSIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 36 seconds need how do we make big decisions"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.216959.221640"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "221640",
                      "endMs": "224159",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "well now on a wildfire these decisions"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:41"
                      },
                      "trackingParams": "CIcCENP2BxhTIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 41 seconds well now on a wildfire these decisions"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.221640.224159"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "224159",
                      "endMs": "225519",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "include whether to use direct or"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:44"
                      },
                      "trackingParams": "CIYCENP2BxhUIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 44 seconds include whether to use direct or"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.224159.225519"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "225519",
                      "endMs": "228400",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "indirect attack or when our best option"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:45"
                      },
                      "trackingParams": "CIUCENP2BxhVIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 45 seconds indirect attack or when our best option"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.225519.228400"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "228400",
                      "endMs": "229920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "is to move people out of the path of a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:48"
                      },
                      "trackingParams": "CIQCENP2BxhWIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 48 seconds is to move people out of the path of a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.228400.229920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "229920",
                      "endMs": "231879",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "wildfire and we might make these"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:49"
                      },
                      "trackingParams": "CIMCENP2BxhXIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 49 seconds wildfire and we might make these"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.229920.231879"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "231879",
                      "endMs": "234720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decisions in an incident or innocent"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:51"
                      },
                      "trackingParams": "CIICENP2BxhYIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 51 seconds decisions in an incident or innocent"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.231879.234720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "234720",
                      "endMs": "237040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "command posts an Emergency Operations"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:54"
                      },
                      "trackingParams": "CIECENP2BxhZIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 54 seconds command posts an Emergency Operations"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.234720.237040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "237040",
                      "endMs": "241040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Center or hunched over the hood of a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "3:57"
                      },
                      "trackingParams": "CIACENP2BxhaIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "3 minutes, 57 seconds Center or hunched over the hood of a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.237040.241040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "241040",
                      "endMs": "244760",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "with paper maps Pock marked by"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:01"
                      },
                      "trackingParams": "CP8BENP2BxhbIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 1 second with paper maps Pock marked by"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.241040.244760"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "244760",
                      "endMs": "248480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Ash but as a medical professional or a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:04"
                      },
                      "trackingParams": "CP4BENP2BxhcIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 4 seconds Ash but as a medical professional or a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.244760.248480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "248480",
                      "endMs": "251239",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "CEO you might be making these decisions"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:08"
                      },
                      "trackingParams": "CP0BENP2BxhdIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 8 seconds CEO you might be making these decisions"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.248480.251239"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "251239",
                      "endMs": "254000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "in a boardroom as a parent or partner"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:11"
                      },
                      "trackingParams": "CPwBENP2BxheIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 11 seconds in a boardroom as a parent or partner"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.251239.254000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "254000",
                      "endMs": "255319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "you might make make these decisions at"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:14"
                      },
                      "trackingParams": "CPsBENP2BxhfIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 14 seconds you might make make these decisions at"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.254000.255319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "255319",
                      "endMs": "256919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "the kitchen"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:15"
                      },
                      "trackingParams": "CPoBENP2BxhgIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 15 seconds the kitchen"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.255319.256919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "256919",
                      "endMs": "259079",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "table and I'd like to share with you"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:16"
                      },
                      "trackingParams": "CPkBENP2BxhhIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 16 seconds table and I'd like to share with you"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.256919.259079"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "259079",
                      "endMs": "262079",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "what I've learned about making big"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:19"
                      },
                      "trackingParams": "CPgBENP2BxhiIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 19 seconds what I've learned about making big"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.259079.262079"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "262079",
                      "endMs": "265360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decisions in challenging"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:22"
                      },
                      "trackingParams": "CPcBENP2BxhjIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 22 seconds decisions in challenging"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.262079.265360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "265680",
                      "endMs": "267560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "circumstances so here's what we normally"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:25"
                      },
                      "trackingParams": "CPYBENP2BxhkIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 25 seconds circumstances so here's what we normally"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.265680.267560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "267560",
                      "endMs": "270639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "think happens right you know we Face a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:27"
                      },
                      "trackingParams": "CPUBENP2BxhlIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 27 seconds think happens right you know we Face a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.267560.270639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "270639",
                      "endMs": "273759",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "big problem we collect all the available"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:30"
                      },
                      "trackingParams": "CPQBENP2BxhmIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 30 seconds big problem we collect all the available"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.270639.273759"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "273759",
                      "endMs": "276680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "information we evaluate our options and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:33"
                      },
                      "trackingParams": "CPMBENP2BxhnIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 33 seconds information we evaluate our options and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.273759.276680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "276680",
                      "endMs": "278280",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "we select the one that maximizes the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:36"
                      },
                      "trackingParams": "CPIBENP2BxhoIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 36 seconds we select the one that maximizes the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.276680.278280"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "278280",
                      "endMs": "280360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "things that we want to happen and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:38"
                      },
                      "trackingParams": "CPEBENP2BxhpIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 38 seconds things that we want to happen and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.278280.280360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "280360",
                      "endMs": "282720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "minimizes those that we"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:40"
                      },
                      "trackingParams": "CPABENP2BxhqIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 40 seconds minimizes those that we"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.280360.282720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "282720",
                      "endMs": "285479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "don't and in this view decision problems"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:42"
                      },
                      "trackingParams": "CO8BENP2BxhrIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 42 seconds don't and in this view decision problems"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.282720.285479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "285479",
                      "endMs": "288320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "are essentially information"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:45"
                      },
                      "trackingParams": "CO4BENP2BxhsIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 45 seconds are essentially information"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.285479.288320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "288320",
                      "endMs": "290560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "problems that we can't eliminate the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:48"
                      },
                      "trackingParams": "CO0BENP2BxhtIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 48 seconds problems that we can't eliminate the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.288320.290560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "290560",
                      "endMs": "293120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "uncertainty but we can chip away at it"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:50"
                      },
                      "trackingParams": "COwBENP2BxhuIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 50 seconds uncertainty but we can chip away at it"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.290560.293120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "293120",
                      "endMs": "295639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "by adding more"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:53"
                      },
                      "trackingParams": "COsBENP2BxhvIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 53 seconds by adding more"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.293120.295639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "295639",
                      "endMs": "297520",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "information and so I committed to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:55"
                      },
                      "trackingParams": "COoBENP2BxhwIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 55 seconds information and so I committed to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.295639.297520"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "297520",
                      "endMs": "299039",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "providing the best information for our"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:57"
                      },
                      "trackingParams": "COkBENP2BxhxIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 57 seconds providing the best information for our"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.297520.299039"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "299039",
                      "endMs": "300520",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "incident command"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "4:59"
                      },
                      "trackingParams": "COgBENP2BxhyIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "4 minutes, 59 seconds incident command"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.299039.300520"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "300520",
                      "endMs": "303680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "ERS but I kept encountering situations"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:00"
                      },
                      "trackingParams": "COcBENP2BxhzIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes ERS but I kept encountering situations"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.300520.303680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "303680",
                      "endMs": "305960",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "that I couldn't make sense"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:03"
                      },
                      "trackingParams": "COYBENP2Bxh0IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 3 seconds that I couldn't make sense"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.303680.305960"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "305960",
                      "endMs": "308919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of where adding more information didn't"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:05"
                      },
                      "trackingParams": "COUBENP2Bxh1IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 5 seconds of where adding more information didn't"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.305960.308919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "308919",
                      "endMs": "313160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "seem to be helping people make better"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:08"
                      },
                      "trackingParams": "COQBENP2Bxh2IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 8 seconds seem to be helping people make better"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.308919.313160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "313479",
                      "endMs": "316400",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decisions in one study increasing the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:13"
                      },
                      "trackingParams": "COMBENP2Bxh3IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 13 seconds decisions in one study increasing the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.313479.316400"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "316400",
                      "endMs": "318160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "amount of information available to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:16"
                      },
                      "trackingParams": "COIBENP2Bxh4IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 16 seconds amount of information available to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.316400.318160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "318160",
                      "endMs": "319800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "incident commanders consistently"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:18"
                      },
                      "trackingParams": "COEBENP2Bxh5IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 18 seconds incident commanders consistently"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.318160.319800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "319800",
                      "endMs": "321199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decreased their"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:19"
                      },
                      "trackingParams": "COABENP2Bxh6IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 19 seconds decreased their"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.319800.321199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "321199",
                      "endMs": "322840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "performance although they thought they"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:21"
                      },
                      "trackingParams": "CN8BENP2Bxh7IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 21 seconds performance although they thought they"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.321199.322840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "322840",
                      "endMs": "324199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "were performing"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:22"
                      },
                      "trackingParams": "CN4BENP2Bxh8IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 22 seconds were performing"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.322840.324199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "324199",
                      "endMs": "326759",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "better what was happening is that more"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:24"
                      },
                      "trackingParams": "CN0BENP2Bxh9IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 24 seconds better what was happening is that more"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.324199.326759"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "326759",
                      "endMs": "329319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "information was not reducing uncertainty"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:26"
                      },
                      "trackingParams": "CNwBENP2Bxh-IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 26 seconds information was not reducing uncertainty"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.326759.329319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "329319",
                      "endMs": "331800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "in practice but causing these inant"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:29"
                      },
                      "trackingParams": "CNsBENP2Bxh_IhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 29 seconds in practice but causing these inant"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.329319.331800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "331800",
                      "endMs": "334479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "commanders to focus their attention on"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:31"
                      },
                      "trackingParams": "CNoBENP2BxiAASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 31 seconds commanders to focus their attention on"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.331800.334479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "334479",
                      "endMs": "337000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "evaluating all of this data and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:34"
                      },
                      "trackingParams": "CNkBENP2BxiBASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 34 seconds evaluating all of this data and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.334479.337000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "337000",
                      "endMs": "339800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "overlooking more important"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:37"
                      },
                      "trackingParams": "CNgBENP2BxiCASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 37 seconds overlooking more important"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.337000.339800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "339800",
                      "endMs": "341479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "aspects and some of the best"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:39"
                      },
                      "trackingParams": "CNcBENP2BxiDASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 39 seconds aspects and some of the best"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.339800.341479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "341479",
                      "endMs": "343840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "firefighters that I knew didn't have"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:41"
                      },
                      "trackingParams": "CNYBENP2BxiEASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 41 seconds firefighters that I knew didn't have"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.341479.343840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "343840",
                      "endMs": "346639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "better information they seem to work by"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:43"
                      },
                      "trackingParams": "CNUBENP2BxiFASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 43 seconds better information they seem to work by"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.343840.346639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "346639",
                      "endMs": "350360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "feel that on a big day they could bend"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:46"
                      },
                      "trackingParams": "CNQBENP2BxiGASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 46 seconds feel that on a big day they could bend"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.346639.350360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "350360",
                      "endMs": "353759",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "down and touch the grass and tell me"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:50"
                      },
                      "trackingParams": "CNMBENP2BxiHASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 50 seconds down and touch the grass and tell me"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.350360.353759"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "353759",
                      "endMs": "356199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "with great accuracy what the fire would"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:53"
                      },
                      "trackingParams": "CNIBENP2BxiIASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 53 seconds with great accuracy what the fire would"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.353759.356199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "356199",
                      "endMs": "358319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "do later that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:56"
                      },
                      "trackingParams": "CNEBENP2BxiJASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 56 seconds do later that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.356199.358319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "358319",
                      "endMs": "360520",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "day and so I turned to psychology to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "5:58"
                      },
                      "trackingParams": "CNABENP2BxiKASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "5 minutes, 58 seconds day and so I turned to psychology to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.358319.360520"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "360520",
                      "endMs": "362479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "help me understand all this and I"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:00"
                      },
                      "trackingParams": "CM8BENP2BxiLASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes help me understand all this and I"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.360520.362479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "362479",
                      "endMs": "363560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "discovered that I had missed something"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:02"
                      },
                      "trackingParams": "CM4BENP2BxiMASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 2 seconds discovered that I had missed something"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.362479.363560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "363560",
                      "endMs": "365960",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of a revolution that we have our"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:03"
                      },
                      "trackingParams": "CM0BENP2BxiNASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 3 seconds of a revolution that we have our"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.363560.365960"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "365960",
                      "endMs": "368319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "rational minds of course but we have an"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:05"
                      },
                      "trackingParams": "CMwBENP2BxiOASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 5 seconds rational minds of course but we have an"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.365960.368319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "368319",
                      "endMs": "370080",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "entirely different set of tools to help"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:08"
                      },
                      "trackingParams": "CMsBENP2BxiPASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 8 seconds entirely different set of tools to help"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.368319.370080"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "370080",
                      "endMs": "373639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "us make complex decisions and that is"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:10"
                      },
                      "trackingParams": "CMoBENP2BxiQASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 10 seconds us make complex decisions and that is"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.370080.373639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "373639",
                      "endMs": "374599",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "our"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:13"
                      },
                      "trackingParams": "CMkBENP2BxiRASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 13 seconds our"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.373639.374599"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "374599",
                      "endMs": "377360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "gut our"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:14"
                      },
                      "trackingParams": "CMgBENP2BxiSASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 14 seconds gut our"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.374599.377360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "377360",
                      "endMs": "379800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "intuitions they're fast they're"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:17"
                      },
                      "trackingParams": "CMcBENP2BxiTASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 17 seconds intuitions they're fast they're"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.377360.379800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "379800",
                      "endMs": "381919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "effortless they often don't feel like"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:19"
                      },
                      "trackingParams": "CMYBENP2BxiUASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 19 seconds effortless they often don't feel like"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.379800.381919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "381919",
                      "endMs": "383759",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "making a decision at all you just see"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:21"
                      },
                      "trackingParams": "CMUBENP2BxiVASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 21 seconds making a decision at all you just see"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.381919.383759"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "383759",
                      "endMs": "384919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:23"
                      },
                      "trackingParams": "CMQBENP2BxiWASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 23 seconds the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.383759.384919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "384919",
                      "endMs": "387240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "solution they're how we drive our car to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:24"
                      },
                      "trackingParams": "CMMBENP2BxiXASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 24 seconds solution they're how we drive our car to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.384919.387240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "387240",
                      "endMs": "389039",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "work and how we look over in the next"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:27"
                      },
                      "trackingParams": "CMIBENP2BxiYASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 27 seconds work and how we look over in the next"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.387240.389039"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "389039",
                      "endMs": "391479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Lane and SP a dangerous driver from a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:29"
                      },
                      "trackingParams": "CMEBENP2BxiZASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 29 seconds Lane and SP a dangerous driver from a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.389039.391479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "391479",
                      "endMs": "393840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "tiny"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:31"
                      },
                      "trackingParams": "CMABENP2BxiaASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 31 seconds tiny"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.391479.393840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "394000",
                      "endMs": "395840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "observation in fact most of our"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:34"
                      },
                      "trackingParams": "CL8BENP2BxibASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 34 seconds observation in fact most of our"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.394000.395840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "395840",
                      "endMs": "398199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "judgments in life are made intuitively"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:35"
                      },
                      "trackingParams": "CL4BENP2BxicASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 35 seconds judgments in life are made intuitively"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.395840.398199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "398199",
                      "endMs": "401680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "and they can perform amazing"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:38"
                      },
                      "trackingParams": "CL0BENP2BxidASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 38 seconds and they can perform amazing"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.398199.401680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "401680",
                      "endMs": "405280",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "feats chess Grand Masters form an idea"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:41"
                      },
                      "trackingParams": "CLwBENP2BxieASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 41 seconds feats chess Grand Masters form an idea"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.401680.405280"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "405280",
                      "endMs": "407919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of the best move extremely quickly"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:45"
                      },
                      "trackingParams": "CLsBENP2BxifASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 45 seconds of the best move extremely quickly"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.405280.407919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "407919",
                      "endMs": "410680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "within a few seconds and four out of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:47"
                      },
                      "trackingParams": "CLoBENP2BxigASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 47 seconds within a few seconds and four out of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.407919.410680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "410680",
                      "endMs": "412840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "five times that is the decision that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:50"
                      },
                      "trackingParams": "CLkBENP2BxihASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 50 seconds five times that is the decision that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.410680.412840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "412840",
                      "endMs": "414240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "they ultimately"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:52"
                      },
                      "trackingParams": "CLgBENP2BxiiASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 52 seconds they ultimately"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.412840.414240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "414240",
                      "endMs": "417479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "play how do they do"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:54"
                      },
                      "trackingParams": "CLcBENP2BxijASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 54 seconds play how do they do"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.414240.417479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "417479",
                      "endMs": "419919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "that if you ask them they're not irely"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:57"
                      },
                      "trackingParams": "CLYBENP2BxikASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 57 seconds that if you ask them they're not irely"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.417479.419919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "419919",
                      "endMs": "422160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "sure"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "6:59"
                      },
                      "trackingParams": "CLUBENP2BxilASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "6 minutes, 59 seconds sure"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.419919.422160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "422599",
                      "endMs": "425840",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "either and it turns out our intuition is"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:02"
                      },
                      "trackingParams": "CLQBENP2BximASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 2 seconds either and it turns out our intuition is"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.422599.425840"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "425840",
                      "endMs": "429440",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "a form of unconscious pattern"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:05"
                      },
                      "trackingParams": "CLMBENP2BxinASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 5 seconds a form of unconscious pattern"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.425840.429440"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "430639",
                      "endMs": "432319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "recognition"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:10"
                      },
                      "trackingParams": "CLIBENP2BxioASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 10 seconds recognition"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.430639.432319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "432319",
                      "endMs": "435160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "that it can keep track of details that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:12"
                      },
                      "trackingParams": "CLEBENP2BxipASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 12 seconds that it can keep track of details that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.432319.435160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "435160",
                      "endMs": "436599",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "are conscious mind"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:15"
                      },
                      "trackingParams": "CLABENP2BxiqASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 15 seconds are conscious mind"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.435160.436599"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "436599",
                      "endMs": "438360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "misses and that is how those"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:16"
                      },
                      "trackingParams": "CK8BENP2BxirASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 16 seconds misses and that is how those"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.436599.438360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "438360",
                      "endMs": "440280",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "firefighters were able to predict"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:18"
                      },
                      "trackingParams": "CK4BENP2BxisASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 18 seconds firefighters were able to predict"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.438360.440280"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "440280",
                      "endMs": "442240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "complex fire Behavior by touching a few"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:20"
                      },
                      "trackingParams": "CK0BENP2BxitASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 20 seconds complex fire Behavior by touching a few"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.440280.442240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "442240",
                      "endMs": "445240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Blades of grass they had a lifetime's"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:22"
                      },
                      "trackingParams": "CKwBENP2BxiuASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 22 seconds Blades of grass they had a lifetime's"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.442240.445240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "445240",
                      "endMs": "449919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "worth of patterns stored in their memory"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:25"
                      },
                      "trackingParams": "CKsBENP2BxivASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 25 seconds worth of patterns stored in their memory"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.445240.449919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "449919",
                      "endMs": "452400",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "but our intuitions are not"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:29"
                      },
                      "trackingParams": "CKoBENP2BxiwASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 29 seconds but our intuitions are not"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.449919.452400"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "452400",
                      "endMs": "455759",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "magic they can be fooled they creates"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:32"
                      },
                      "trackingParams": "CKkBENP2BxixASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 32 seconds magic they can be fooled they creates"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.452400.455759"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "455759",
                      "endMs": "457599",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "useful thoughts"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:35"
                      },
                      "trackingParams": "CKgBENP2BxiyASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 35 seconds useful thoughts"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.455759.457599"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "457599",
                      "endMs": "459720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "rapidly but they can see patterns that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:37"
                      },
                      "trackingParams": "CKcBENP2BxizASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 37 seconds rapidly but they can see patterns that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.457599.459720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "459720",
                      "endMs": "462560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "aren't there they can see the Virgin"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:39"
                      },
                      "trackingParams": "CKYBENP2Bxi0ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 39 seconds aren't there they can see the Virgin"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.459720.462560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "462560",
                      "endMs": "464240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Mary and burnt"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:42"
                      },
                      "trackingParams": "CKUBENP2Bxi1ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 42 seconds Mary and burnt"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.462560.464240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "464240",
                      "endMs": "466960",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "toast they can see uh a conspiracy"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:44"
                      },
                      "trackingParams": "CKQBENP2Bxi2ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 44 seconds toast they can see uh a conspiracy"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.464240.466960"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "466960",
                      "endMs": "469159",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "behind every"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:46"
                      },
                      "trackingParams": "CKMBENP2Bxi3ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 46 seconds behind every"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.466960.469159"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "469159",
                      "endMs": "471680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "setback and crucially they struggle with"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:49"
                      },
                      "trackingParams": "CKIBENP2Bxi4ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 49 seconds setback and crucially they struggle with"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.469159.471680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "471680",
                      "endMs": "473560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "any form of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:51"
                      },
                      "trackingParams": "CKEBENP2Bxi5ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 51 seconds any form of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.471680.473560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "473560",
                      "endMs": "475400",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Statistics if you take these two"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:53"
                      },
                      "trackingParams": "CKABENP2Bxi6ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 53 seconds Statistics if you take these two"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.473560.475400"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "475400",
                      "endMs": "477879",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "packages for example if we choose to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:55"
                      },
                      "trackingParams": "CJ8BENP2Bxi7ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 55 seconds packages for example if we choose to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.475400.477879"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "477879",
                      "endMs": "479479",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "reflect on them we may know"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:57"
                      },
                      "trackingParams": "CJ4BENP2Bxi8ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 57 seconds reflect on them we may know"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.477879.479479"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "479479",
                      "endMs": "481680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "intellectually that these are"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "7:59"
                      },
                      "trackingParams": "CJ0BENP2Bxi9ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "7 minutes, 59 seconds intellectually that these are"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.479479.481680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "481680",
                      "endMs": "483720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "equal uh but we're always going to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:01"
                      },
                      "trackingParams": "CJwBENP2Bxi-ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 1 second equal uh but we're always going to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.481680.483720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "483720",
                      "endMs": "486319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "prefer that one on the left"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:03"
                      },
                      "trackingParams": "CJsBENP2Bxi_ASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 3 seconds prefer that one on the left"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.483720.486319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "486319",
                      "endMs": "488720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "right now in a grocery aisle that's not"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:06"
                      },
                      "trackingParams": "CJoBENP2BxjAASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 6 seconds right now in a grocery aisle that's not"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.486319.488720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "488720",
                      "endMs": "492000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "a big problem but if we are evaluating a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:08"
                      },
                      "trackingParams": "CJkBENP2BxjBASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 8 seconds a big problem but if we are evaluating a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.488720.492000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "492000",
                      "endMs": "494039",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "fire containment strategy with an 80%"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:12"
                      },
                      "trackingParams": "CJgBENP2BxjCASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 12 seconds fire containment strategy with an 80%"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.492000.494039"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "494039",
                      "endMs": "495080",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "chance of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:14"
                      },
                      "trackingParams": "CJcBENP2BxjDASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 14 seconds chance of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.494039.495080"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "495080",
                      "endMs": "498440",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "success it helps to reflect on that 20%"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:15"
                      },
                      "trackingParams": "CJYBENP2BxjEASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 15 seconds success it helps to reflect on that 20%"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.495080.498440"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "498440",
                      "endMs": "500919",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "chance of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:18"
                      },
                      "trackingParams": "CJUBENP2BxjFASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 18 seconds chance of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.498440.500919"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "501240",
                      "endMs": "504639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "failure and so we have these two types"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:21"
                      },
                      "trackingParams": "CJQBENP2BxjGASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 21 seconds failure and so we have these two types"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.501240.504639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "504639",
                      "endMs": "508440",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of thinking our gut and our rational"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:24"
                      },
                      "trackingParams": "CJMBENP2BxjHASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 24 seconds of thinking our gut and our rational"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.504639.508440"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "508440",
                      "endMs": "510319",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "mind each with their own different"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:28"
                      },
                      "trackingParams": "CJIBENP2BxjIASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 28 seconds mind each with their own different"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.508440.510319"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "510319",
                      "endMs": "514719",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "sources of wisdom and their own blind"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:30"
                      },
                      "trackingParams": "CJEBENP2BxjJASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 30 seconds sources of wisdom and their own blind"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.510319.514719"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "514719",
                      "endMs": "517200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "spots how can we draw on both and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:34"
                      },
                      "trackingParams": "CJABENP2BxjKASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 34 seconds spots how can we draw on both and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.514719.517200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "517200",
                      "endMs": "519320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "challenging"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:37"
                      },
                      "trackingParams": "CI8BENP2BxjLASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 37 seconds challenging"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.517200.519320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "519320",
                      "endMs": "521760",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "circumstances now I don't have all of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:39"
                      },
                      "trackingParams": "CI4BENP2BxjMASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 39 seconds circumstances now I don't have all of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.519320.521760"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "521760",
                      "endMs": "523640",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "the answers for that but I do want to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:41"
                      },
                      "trackingParams": "CI0BENP2BxjNASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 41 seconds the answers for that but I do want to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.521760.523640"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "523640",
                      "endMs": "526000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "share an Insight from"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:43"
                      },
                      "trackingParams": "CIwBENP2BxjOASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 43 seconds share an Insight from"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.523640.526000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "526000",
                      "endMs": "528120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "firefighting and that is to start with a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:46"
                      },
                      "trackingParams": "CIsBENP2BxjPASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 46 seconds firefighting and that is to start with a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.526000.528120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "528120",
                      "endMs": "530399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "size"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:48"
                      },
                      "trackingParams": "CIoBENP2BxjQASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 48 seconds size"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.528120.530399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "530600",
                      "endMs": "533360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "up when we arrive on scene to a new fire"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:50"
                      },
                      "trackingParams": "CIkBENP2BxjRASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 50 seconds up when we arrive on scene to a new fire"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.530600.533360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "533360",
                      "endMs": "536399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "we systematically gather information on"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:53"
                      },
                      "trackingParams": "CIgBENP2BxjSASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 53 seconds we systematically gather information on"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.533360.536399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "536399",
                      "endMs": "537200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "what's"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:56"
                      },
                      "trackingParams": "CIcBENP2BxjTASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 56 seconds what's"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.536399.537200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "537200",
                      "endMs": "540519",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "burning fire Behavior the the hazards"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "8:57"
                      },
                      "trackingParams": "CIYBENP2BxjUASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "8 minutes, 57 seconds burning fire Behavior the the hazards"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.537200.540519"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "540519",
                      "endMs": "543120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "what could be threatened in the area and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:00"
                      },
                      "trackingParams": "CIUBENP2BxjVASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes what could be threatened in the area and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.540519.543120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "543120",
                      "endMs": "544880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "only after that is complete do we turn"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:03"
                      },
                      "trackingParams": "CIQBENP2BxjWASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 3 seconds only after that is complete do we turn"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.543120.544880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "544880",
                      "endMs": "548000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "our attention to strategies and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:04"
                      },
                      "trackingParams": "CIMBENP2BxjXASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 4 seconds our attention to strategies and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.544880.548000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "548000",
                      "endMs": "550480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "tactics you can imagine fire response is"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:08"
                      },
                      "trackingParams": "CIIBENP2BxjYASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 8 seconds tactics you can imagine fire response is"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.548000.550480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "550480",
                      "endMs": "552839",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "extremely"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:10"
                      },
                      "trackingParams": "CIEBENP2BxjZASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 10 seconds extremely"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.550480.552839"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "552839",
                      "endMs": "556399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "time-sensitive but a good size up will"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:12"
                      },
                      "trackingParams": "CIABENP2BxjaASITCMC9m4Cf-ZADFWfEPwQdJKcJMg==",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 12 seconds time-sensitive but a good size up will"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.552839.556399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "556399",
                      "endMs": "561200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "help you save time and often"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:16"
                      },
                      "trackingParams": "CH8Q0_YHGNsBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 16 seconds help you save time and often"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.556399.561200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "561200",
                      "endMs": "563480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "lives now a size up will look very"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:21"
                      },
                      "trackingParams": "CH4Q0_YHGNwBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 21 seconds lives now a size up will look very"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.561200.563480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "563480",
                      "endMs": "565560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "different in a boardroom or at the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:23"
                      },
                      "trackingParams": "CH0Q0_YHGN0BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 23 seconds different in a boardroom or at the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.563480.565560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "565560",
                      "endMs": "569399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "kitchen table what matters is that you"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:25"
                      },
                      "trackingParams": "CHwQ0_YHGN4BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 25 seconds kitchen table what matters is that you"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.565560.569399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "569399",
                      "endMs": "571000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "identify the critical pieces of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:29"
                      },
                      "trackingParams": "CHsQ0_YHGN8BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 29 seconds identify the critical pieces of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.569399.571000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "571000",
                      "endMs": "572880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "information and then you go out and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:31"
                      },
                      "trackingParams": "CHoQ0_YHGOABIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 31 seconds information and then you go out and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.571000.572880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "572880",
                      "endMs": "573800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "assess"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:32"
                      },
                      "trackingParams": "CHkQ0_YHGOEBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 32 seconds assess"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.572880.573800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "573800",
                      "endMs": "576480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "them this may take a few moments or a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:33"
                      },
                      "trackingParams": "CHgQ0_YHGOIBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 33 seconds them this may take a few moments or a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.573800.576480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "576480",
                      "endMs": "581199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "few months what's important is the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:36"
                      },
                      "trackingParams": "CHcQ0_YHGOMBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 36 seconds few months what's important is the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.576480.581199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "581360",
                      "endMs": "584320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "order that we establish a reliable base"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:41"
                      },
                      "trackingParams": "CHYQ0_YHGOQBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 41 seconds order that we establish a reliable base"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.581360.584320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "584320",
                      "endMs": "586640",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of information before we turn our mind"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:44"
                      },
                      "trackingParams": "CHUQ0_YHGOUBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 44 seconds of information before we turn our mind"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.584320.586640"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "586640",
                      "endMs": "589399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "to an overall"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:46"
                      },
                      "trackingParams": "CHQQ0_YHGOYBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 46 seconds to an overall"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.586640.589399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "589399",
                      "endMs": "592800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "assessment then we can switch gears and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:49"
                      },
                      "trackingParams": "CHMQ0_YHGOcBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 49 seconds assessment then we can switch gears and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.589399.592800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "592800",
                      "endMs": "595440",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "call in our intuition to help guide us"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:52"
                      },
                      "trackingParams": "CHIQ0_YHGOgBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 52 seconds call in our intuition to help guide us"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.592800.595440"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "595440",
                      "endMs": "598040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "towards a great"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:55"
                      },
                      "trackingParams": "CHEQ0_YHGOkBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 55 seconds towards a great"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.595440.598040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "598040",
                      "endMs": "599920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decision now this this is the opposite"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:58"
                      },
                      "trackingParams": "CHAQ0_YHGOoBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 58 seconds decision now this this is the opposite"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.598040.599920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "599920",
                      "endMs": "602079",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "of what we tend to do right where we"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "9:59"
                      },
                      "trackingParams": "CG8Q0_YHGOsBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "9 minutes, 59 seconds of what we tend to do right where we"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.599920.602079"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "602079",
                      "endMs": "605120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Face a dilemma our gut jumps in hands us"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:02"
                      },
                      "trackingParams": "CG4Q0_YHGOwBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 2 seconds Face a dilemma our gut jumps in hands us"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.602079.605120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "605120",
                      "endMs": "606920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "an intuition and we go out and see if we"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:05"
                      },
                      "trackingParams": "CG0Q0_YHGO0BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 5 seconds an intuition and we go out and see if we"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.605120.606920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "606920",
                      "endMs": "610360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "can confirm that intuition which may be"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:06"
                      },
                      "trackingParams": "CGwQ0_YHGO4BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 6 seconds can confirm that intuition which may be"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.606920.610360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "610360",
                      "endMs": "613399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "fantastic or it might be just"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:10"
                      },
                      "trackingParams": "CGsQ0_YHGO8BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 10 seconds fantastic or it might be just"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.610360.613399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "613399",
                      "endMs": "616200",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "noise but turning our attention to it at"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:13"
                      },
                      "trackingParams": "CGoQ0_YHGPABIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 13 seconds noise but turning our attention to it at"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.613399.616200"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "616200",
                      "endMs": "618880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "this point can make it more difficult to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:16"
                      },
                      "trackingParams": "CGkQ0_YHGPEBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 16 seconds this point can make it more difficult to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.616200.618880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "618880",
                      "endMs": "621320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "see the best solution and we can"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:18"
                      },
                      "trackingParams": "CGgQ0_YHGPIBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 18 seconds see the best solution and we can"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.618880.621320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "621320",
                      "endMs": "623120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "experience this"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:21"
                      },
                      "trackingParams": "CGcQ0_YHGPMBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 21 seconds experience this"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.621320.623120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "623120",
                      "endMs": "626760",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "together so come with me on this uh a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:23"
                      },
                      "trackingParams": "CGYQ0_YHGPQBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 23 seconds together so come with me on this uh a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.623120.626760"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "626760",
                      "endMs": "630959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "bat at a ball costs1 $10 in"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:26"
                      },
                      "trackingParams": "CGUQ0_YHGPUBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 26 seconds bat at a ball costs1 $10 in"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.626760.630959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "630959",
                      "endMs": "634240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "total the bat costs $100 more than the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:30"
                      },
                      "trackingParams": "CGQQ0_YHGPYBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 30 seconds total the bat costs $100 more than the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.630959.634240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "634240",
                      "endMs": "638560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "ball how much does the ball"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:34"
                      },
                      "trackingParams": "CGMQ0_YHGPcBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 34 seconds ball how much does the ball"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.634240.638560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "639959",
                      "endMs": "642240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "cost now this question is designed to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:39"
                      },
                      "trackingParams": "CGIQ0_YHGPgBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 39 seconds cost now this question is designed to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.639959.642240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "642240",
                      "endMs": "645040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "trigger your gut it should be screaming"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:42"
                      },
                      "trackingParams": "CGEQ0_YHGPkBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 42 seconds trigger your gut it should be screaming"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.642240.645040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "645040",
                      "endMs": "648920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "in your ear $10 did you feel"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:45"
                      },
                      "trackingParams": "CGAQ0_YHGPoBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 45 seconds in your ear $10 did you feel"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.645040.648920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "649079",
                      "endMs": "652040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "that now if you stopped and checked you"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:49"
                      },
                      "trackingParams": "CF8Q0_YHGPsBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 49 seconds that now if you stopped and checked you"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.649079.652040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "652040",
                      "endMs": "655560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "realize that can't quite be right that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:52"
                      },
                      "trackingParams": "CF4Q0_YHGPwBIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 52 seconds realize that can't quite be right that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.652040.655560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "655560",
                      "endMs": "658160",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "if the ball is $10 then the bat would"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:55"
                      },
                      "trackingParams": "CF0Q0_YHGP0BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 55 seconds if the ball is $10 then the bat would"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.655560.658160"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "658160",
                      "endMs": "661680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "have to be $110 and together it would be"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "10:58"
                      },
                      "trackingParams": "CFwQ0_YHGP4BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "10 minutes, 58 seconds have to be $110 and together it would be"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.658160.661680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "661680",
                      "endMs": "665839",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "$120 and that's why only 14% of people"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:01"
                      },
                      "trackingParams": "CFsQ0_YHGP8BIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 1 second $120 and that's why only 14% of people"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.661680.665839"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "665839",
                      "endMs": "668000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "get this question"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:05"
                      },
                      "trackingParams": "CFoQ0_YHGIACIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 5 seconds get this question"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.665839.668000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "668000",
                      "endMs": "670000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "correct but let's see if we can make it"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:08"
                      },
                      "trackingParams": "CFkQ0_YHGIECIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 8 seconds correct but let's see if we can make it"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.668000.670000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "670000",
                      "endMs": "673279",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "a little bit easier by adding a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:10"
                      },
                      "trackingParams": "CFgQ0_YHGIICIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 10 seconds a little bit easier by adding a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.670000.673279"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "677360",
                      "endMs": "680600",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "hint now 34% of people get this question"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:17"
                      },
                      "trackingParams": "CFcQ0_YHGIMCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 17 seconds hint now 34% of people get this question"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.677360.680600"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "680600",
                      "endMs": "683600",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "right which is better right um but it's"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:20"
                      },
                      "trackingParams": "CFYQ0_YHGIQCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 20 seconds right which is better right um but it's"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.680600.683600"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "683600",
                      "endMs": "685519",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "still not"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:23"
                      },
                      "trackingParams": "CFUQ0_YHGIUCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 23 seconds still not"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.683600.685519"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "685519",
                      "endMs": "688560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "great so we can nudge people in the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:25"
                      },
                      "trackingParams": "CFQQ0_YHGIYCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 25 seconds great so we can nudge people in the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.685519.688560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "688560",
                      "endMs": "691240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "right direction"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:28"
                      },
                      "trackingParams": "CFMQ0_YHGIcCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 28 seconds right direction"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.688560.691240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "695920",
                      "endMs": "698839",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "but now only 31% of people get the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:35"
                      },
                      "trackingParams": "CFIQ0_YHGIgCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 35 seconds but now only 31% of people get the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.695920.698839"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "698839",
                      "endMs": "700320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "question"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:38"
                      },
                      "trackingParams": "CFEQ0_YHGIkCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 38 seconds question"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.698839.700320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "700320",
                      "endMs": "705399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "correct um but what has shocked me is"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:40"
                      },
                      "trackingParams": "CFAQ0_YHGIoCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 40 seconds correct um but what has shocked me is"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.700320.705399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "705399",
                      "endMs": "707480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "what happens when you give people the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:45"
                      },
                      "trackingParams": "CE8Q0_YHGIsCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 45 seconds what happens when you give people the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.705399.707480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "707480",
                      "endMs": "709800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "right"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:47"
                      },
                      "trackingParams": "CE4Q0_YHGIwCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 47 seconds right"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.707480.709800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "711959",
                      "endMs": "715959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "answer now 77% of people get this"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:51"
                      },
                      "trackingParams": "CE0Q0_YHGI0CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 51 seconds answer now 77% of people get this"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.711959.715959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "715959",
                      "endMs": "717800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "question correct which means that more"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:55"
                      },
                      "trackingParams": "CEwQ0_YHGI4CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 55 seconds question correct which means that more"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.715959.717800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "717800",
                      "endMs": "720120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "than 20% of people are given the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "11:57"
                      },
                      "trackingParams": "CEsQ0_YHGI8CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "11 minutes, 57 seconds than 20% of people are given the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.717800.720120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "720120",
                      "endMs": "721880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "solution being told that it's the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:00"
                      },
                      "trackingParams": "CEoQ0_YHGJACIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes solution being told that it's the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.720120.721880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "721880",
                      "endMs": "725320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "solution and are getting this question"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:01"
                      },
                      "trackingParams": "CEkQ0_YHGJECIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 1 second solution and are getting this question"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.721880.725320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "726519",
                      "endMs": "728800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Incorrect and what researchers conclude"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:06"
                      },
                      "trackingParams": "CEgQ0_YHGJICIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 6 seconds Incorrect and what researchers conclude"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.726519.728800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "728800",
                      "endMs": "731279",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "is that we fall in love with our"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:08"
                      },
                      "trackingParams": "CEcQ0_YHGJMCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 8 seconds is that we fall in love with our"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.728800.731279"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "731279",
                      "endMs": "732839",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "intuitive"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:11"
                      },
                      "trackingParams": "CEYQ0_YHGJQCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 11 seconds intuitive"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.731279.732839"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "732839",
                      "endMs": "735920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "solutions that our own ideas are great"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:12"
                      },
                      "trackingParams": "CEUQ0_YHGJUCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 12 seconds solutions that our own ideas are great"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.732839.735920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "735920",
                      "endMs": "739880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "right so much so that even if a perfect"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:15"
                      },
                      "trackingParams": "CEQQ0_YHGJYCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 15 seconds right so much so that even if a perfect"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.735920.739880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "739880",
                      "endMs": "741760",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "solution is handed to us on a silver"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:19"
                      },
                      "trackingParams": "CEMQ0_YHGJcCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 19 seconds solution is handed to us on a silver"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.739880.741760"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "741760",
                      "endMs": "742880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "platter"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:21"
                      },
                      "trackingParams": "CEIQ0_YHGJgCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 21 seconds platter"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.741760.742880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "742880",
                      "endMs": "746800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "afterwards it can be difficult to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:22"
                      },
                      "trackingParams": "CEEQ0_YHGJkCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 22 seconds afterwards it can be difficult to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.742880.746800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "747519",
                      "endMs": "749600",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "accept there's a clue to how this all"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:27"
                      },
                      "trackingParams": "CEAQ0_YHGJoCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 27 seconds accept there's a clue to how this all"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.747519.749600"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "749600",
                      "endMs": "753040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "works in practice from an old"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:29"
                      },
                      "trackingParams": "CD8Q0_YHGJsCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 29 seconds works in practice from an old"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.749600.753040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "753040",
                      "endMs": "756920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "wildfire in 1949 a crew of smoke jumpers"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:33"
                      },
                      "trackingParams": "CD4Q0_YHGJwCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 33 seconds wildfire in 1949 a crew of smoke jumpers"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.753040.756920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "756920",
                      "endMs": "758760",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "became caught on a mountain side in"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:36"
                      },
                      "trackingParams": "CD0Q0_YHGJ0CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 36 seconds became caught on a mountain side in"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.756920.758760"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "758760",
                      "endMs": "762360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Montana above a fast moving wildfire and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:38"
                      },
                      "trackingParams": "CDwQ0_YHGJ4CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 38 seconds Montana above a fast moving wildfire and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.758760.762360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "762360",
                      "endMs": "764680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "they did what I think any of us would in"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:42"
                      },
                      "trackingParams": "CDsQ0_YHGJ8CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 42 seconds they did what I think any of us would in"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.762360.764680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "764680",
                      "endMs": "767320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "that situation they"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:44"
                      },
                      "trackingParams": "CDoQ0_YHGKACIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 44 seconds that situation they"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.764680.767320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "767320",
                      "endMs": "769519",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "ran and it became a race for them to"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:47"
                      },
                      "trackingParams": "CDkQ0_YHGKECIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 47 seconds ran and it became a race for them to"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.767320.769519"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "769519",
                      "endMs": "770920",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "reach the top of the hill before the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:49"
                      },
                      "trackingParams": "CDgQ0_YHGKICIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 49 seconds reach the top of the hill before the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.769519.770920"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "770920",
                      "endMs": "772639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "fire caught up with"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:50"
                      },
                      "trackingParams": "CDcQ0_YHGKMCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 50 seconds fire caught up with"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.770920.772639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "772639",
                      "endMs": "775120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "them now their leader was a fellow named"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:52"
                      },
                      "trackingParams": "CDYQ0_YHGKQCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 52 seconds them now their leader was a fellow named"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.772639.775120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "775120",
                      "endMs": "778199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "wag Dodge and he soon realized that they"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:55"
                      },
                      "trackingParams": "CDUQ0_YHGKUCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 55 seconds wag Dodge and he soon realized that they"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.775120.778199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "778199",
                      "endMs": "780720",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "were going to lose that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "12:58"
                      },
                      "trackingParams": "CDQQ0_YHGKYCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "12 minutes, 58 seconds were going to lose that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.778199.780720"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "780720",
                      "endMs": "783120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "race and so he"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:00"
                      },
                      "trackingParams": "CDMQ0_YHGKcCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes race and so he"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.780720.783120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "783120",
                      "endMs": "786000",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "stopped and made an unintuitive"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:03"
                      },
                      "trackingParams": "CDIQ0_YHGKgCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 3 seconds stopped and made an unintuitive"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.783120.786000"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "786000",
                      "endMs": "790360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decision he lit a match at his own"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:06"
                      },
                      "trackingParams": "CDEQ0_YHGKkCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 6 seconds decision he lit a match at his own"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.786000.790360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "790360",
                      "endMs": "793639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "feet his idea was that if we burn off"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:10"
                      },
                      "trackingParams": "CDAQ0_YHGKoCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 10 seconds feet his idea was that if we burn off"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.790360.793639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "793639",
                      "endMs": "796320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "the fuel when the main fire arrives"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:13"
                      },
                      "trackingParams": "CC8Q0_YHGKsCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 13 seconds the fuel when the main fire arrives"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.793639.796320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "796320",
                      "endMs": "799680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "it'll burn around us and we'll be"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:16"
                      },
                      "trackingParams": "CC4Q0_YHGKwCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 16 seconds it'll burn around us and we'll be"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.796320.799680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "799680",
                      "endMs": "802480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "safe and he called out to the other"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:19"
                      },
                      "trackingParams": "CC0Q0_YHGK0CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 19 seconds safe and he called out to the other"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.799680.802480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "802480",
                      "endMs": "804800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "smoke jumpers to his crew to come and"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:22"
                      },
                      "trackingParams": "CCwQ0_YHGK4CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 22 seconds smoke jumpers to his crew to come and"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.802480.804800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "804800",
                      "endMs": "805800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "join"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:24"
                      },
                      "trackingParams": "CCsQ0_YHGK8CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 24 seconds join"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.804800.805800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "805800",
                      "endMs": "808040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "him and they turned and looked at him"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:25"
                      },
                      "trackingParams": "CCoQ0_YHGLACIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 25 seconds him and they turned and looked at him"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.805800.808040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "808040",
                      "endMs": "810639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "confused"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:28"
                      },
                      "trackingParams": "CCkQ0_YHGLECIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 28 seconds confused"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.808040.810639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "810639",
                      "endMs": "812560",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "and no one"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:30"
                      },
                      "trackingParams": "CCgQ0_YHGLICIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 30 seconds and no one"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.810639.812560"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "812560",
                      "endMs": "816199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "did they couldn't see what WG saw they"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:32"
                      },
                      "trackingParams": "CCcQ0_YHGLMCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 32 seconds did they couldn't see what WG saw they"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.812560.816199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "816199",
                      "endMs": "819279",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "were blinded by their intuitive reaction"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:36"
                      },
                      "trackingParams": "CCYQ0_YHGLQCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 36 seconds were blinded by their intuitive reaction"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.816199.819279"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "819279",
                      "endMs": "821959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "to get out of"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:39"
                      },
                      "trackingParams": "CCUQ0_YHGLUCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 39 seconds to get out of"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.819279.821959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "822120",
                      "endMs": "825480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "there now Weg survived that fire"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:42"
                      },
                      "trackingParams": "CCQQ0_YHGLYCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 42 seconds there now Weg survived that fire"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.822120.825480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "825480",
                      "endMs": "829399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "unharmed but the others were not as"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:45"
                      },
                      "trackingParams": "CCMQ0_YHGLcCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 45 seconds unharmed but the others were not as"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.825480.829399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "829680",
                      "endMs": "832240",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "lucky now hopefully we never face a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:49"
                      },
                      "trackingParams": "CCIQ0_YHGLgCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 49 seconds lucky now hopefully we never face a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.829680.832240"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "832240",
                      "endMs": "835880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "situation quite like that but we all do"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:52"
                      },
                      "trackingParams": "CCEQ0_YHGLkCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 52 seconds situation quite like that but we all do"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.832240.835880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "835880",
                      "endMs": "838680",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "face big decisions under uncertainty"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:55"
                      },
                      "trackingParams": "CCAQ0_YHGLoCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 55 seconds face big decisions under uncertainty"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.835880.838680"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "838680",
                      "endMs": "842320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "where it's up to us and what we do"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "13:58"
                      },
                      "trackingParams": "CB8Q0_YHGLsCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "13 minutes, 58 seconds where it's up to us and what we do"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.838680.842320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "842320",
                      "endMs": "845399",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "matters and what I've discovered is that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:02"
                      },
                      "trackingParams": "CB4Q0_YHGLwCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 2 seconds matters and what I've discovered is that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.842320.845399"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "845399",
                      "endMs": "848480",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "more information may not be the answer"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:05"
                      },
                      "trackingParams": "CB0Q0_YHGL0CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 5 seconds more information may not be the answer"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.845399.848480"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "848480",
                      "endMs": "850440",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "and that a small tweak to the way that"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:08"
                      },
                      "trackingParams": "CBwQ0_YHGL4CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 8 seconds and that a small tweak to the way that"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.848480.850440"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "850440",
                      "endMs": "852959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "we use our intuition can make it much"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:10"
                      },
                      "trackingParams": "CBsQ0_YHGL8CIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 10 seconds we use our intuition can make it much"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.850440.852959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "852959",
                      "endMs": "856120",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "easier to guide us towards better"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:12"
                      },
                      "trackingParams": "CBoQ0_YHGMACIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 12 seconds easier to guide us towards better"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.852959.856120"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "856120",
                      "endMs": "859199",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "decisions instead of having an"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:16"
                      },
                      "trackingParams": "CBkQ0_YHGMECIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 16 seconds decisions instead of having an"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.856120.859199"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "859199",
                      "endMs": "861360",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "intuition and looking at the world"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:19"
                      },
                      "trackingParams": "CBgQ0_YHGMICIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 19 seconds intuition and looking at the world"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.859199.861360"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "861360",
                      "endMs": "863440",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "through"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:21"
                      },
                      "trackingParams": "CBcQ0_YHGMMCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 21 seconds through"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.861360.863440"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "863440",
                      "endMs": "866600",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "it start by looking to the"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:23"
                      },
                      "trackingParams": "CBYQ0_YHGMQCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 23 seconds it start by looking to the"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.863440.866600"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "866600",
                      "endMs": "871040",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "world and then Consulting your intuition"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:26"
                      },
                      "trackingParams": "CBUQ0_YHGMUCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 26 seconds world and then Consulting your intuition"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.866600.871040"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "872759",
                      "endMs": "874320",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "and so the next time we're at a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:32"
                      },
                      "trackingParams": "CBQQ0_YHGMYCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 32 seconds and so the next time we're at a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.872759.874320"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "874320",
                      "endMs": "876959",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "boardroom or that kitchen"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:34"
                      },
                      "trackingParams": "CBMQ0_YHGMcCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 34 seconds boardroom or that kitchen"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.874320.876959"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "876959",
                      "endMs": "879800",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "table or in an emergency Operation"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:36"
                      },
                      "trackingParams": "CBIQ0_YHGMgCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 36 seconds table or in an emergency Operation"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.876959.879800"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "879800",
                      "endMs": "883279",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "Center and we face that big decision"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:39"
                      },
                      "trackingParams": "CBEQ0_YHGMkCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 39 seconds Center and we face that big decision"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.879800.883279"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "883279",
                      "endMs": "884880",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "let's take a"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:43"
                      },
                      "trackingParams": "CBAQ0_YHGMoCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 43 seconds let's take a"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.883279.884880"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "884880",
                      "endMs": "888639",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "breath and start with a size"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:44"
                      },
                      "trackingParams": "CA8Q0_YHGMsCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 44 seconds breath and start with a size"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.884880.888639"
                  }
              },
              {
                  "transcriptSegmentRenderer": {
                      "startMs": "888639",
                      "endMs": "892839",
                      "snippet": {
                          "runs": [
                              {
                                  "text": "up thank you"
                              }
                          ]
                      },
                      "startTimeText": {
                          "simpleText": "14:48"
                      },
                      "trackingParams": "CA4Q0_YHGMwCIhMIwL2bgJ_5kAMVZ8Q_BB0kpwky",
                      "accessibility": {
                          "accessibilityData": {
                              "label": "14 minutes, 48 seconds up thank you"
                          }
                      },
                      "targetId": "fHDy7Jzp-5I.CgNhc3ISAmVuGgA%3D.888639.892839"
                  }
              }
          ],
          "headers": {},
          "status_code": 200,
          "query": "fHDy7Jzp-5I",
          "task_id": "7396170470254461953",
          "created_at": "2025-11-17 13:00:54",
          "updated_at": "2025-11-17 13:00:54"
      }
  ]
}

Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.