Files
2026-09-06 23:10:55 -05:00

391 lines
122 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Battlestar Galactica · miles wolf allen</title>
<meta name="description" content="A comprehensive episode & event breakdown of Battlestar Galactica (2003 miniseries, Seasons 14, Razor, The Plan, the webisodes) plus the show's stats.">
<meta name="author" content="Miles Wolf Allen">
<link rel="canonical" href="https://milesallen.site/bsg.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Battlestar Galactica · miles wolf allen">
<meta property="og:description" content="A complete event-level breakdown of Battlestar Galactica — every season, special, webisode, character arc, and the master timeline, plus the stats.">
<meta property="og:url" content="https://milesallen.site/bsg.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Battlestar Galactica · miles wolf allen">
<meta name="twitter:description" content="A comprehensive episode & event breakdown of Battlestar Galactica, plus every stat worth knowing.">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<style>
:root{
--page:#eef1f5;
--card:#ffffff;
--border:#e3e8ee;
--text:#14161a;
--muted:#647182;
--accent:#c81e1e;
--navy:#0d1726;
--navy2:#14243f;
--bsg:#e0142b;
--bsg2:#a60f1f;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
background:var(--page);color:var(--text);
font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
-webkit-font-smoothing:antialiased;
line-height:1.6;
display:flex;flex-direction:column;align-items:center;
min-height:100vh;padding:40px 20px 64px;
overflow-x:hidden;position:relative;
}
body::after{
content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
background-image:
linear-gradient(rgba(20,22,26,.045) 1px, transparent 1px),
linear-gradient(90deg, rgba(20,22,26,.045) 1px, transparent 1px);
background-size:44px 44px;
-webkit-mask-image:radial-gradient(820px 720px at 50% 12%, #000 30%, transparent 78%);
mask-image:radial-gradient(820px 720px at 50% 12%, #000 30%, transparent 78%);
}
#bgCanvas{position:fixed;inset:0;z-index:-2;pointer-events:none;display:block;}
a{color:inherit;text-decoration:none;}
.page-head{width:100%;max-width:760px;text-align:center;margin-bottom:24px;}
.crumbs{font-size:12px;color:var(--muted);}
.crumbs a{color:var(--accent);font-weight:600;}
.crumbs a:hover{text-decoration:underline;}
.page-title{font-size:30px;font-weight:900;letter-spacing:-.02em;margin-top:8px;}
.page-sub{font-size:14px;color:var(--muted);margin-top:6px;max-width:640px;margin-left:auto;margin-right:auto;}
.kid{display:inline-block;margin-left:6px;font-size:12px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--bsg),var(--bsg2));border-radius:999px;padding:2px 9px;vertical-align:middle;letter-spacing:.02em;}
.wrap{width:100%;max-width:760px;display:flex;flex-direction:column;gap:22px;}
.hero-card{
background:linear-gradient(150deg,#0d1726,#14243f 55%,#080f1c);
border-radius:20px;overflow:hidden;position:relative;color:#e8edf5;
box-shadow:0 1px 2px rgba(16,24,40,.05),0 20px 44px rgba(16,24,40,.22);
display:flex;gap:24px;padding:24px;
}
.hero-card::before{
content:'';position:absolute;inset:0;pointer-events:none;
background:
radial-gradient(420px 260px at 15% 10%, rgba(224,20,43,.28), transparent 60%),
radial-gradient(380px 280px at 90% 90%, rgba(224,20,43,.16), transparent 60%);
}
.hero-poster{position:relative;flex-shrink:0;width:190px;}
.hero-poster img{width:190px;height:auto;border-radius:14px;display:block;border:2px solid rgba(255,255,255,.12);box-shadow:0 14px 34px rgba(0,0,0,.45);}
.hero-body{position:relative;min-width:0;flex:1;}
.hero-eyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ff6b6b;}
.hero-title{font-size:30px;font-weight:900;letter-spacing:-.02em;margin-top:4px;line-height:1.1;}
.hero-sub{font-size:16px;font-weight:600;color:#b8c4d4;margin-top:6px;}
.hero-desc{font-size:13.5px;color:#c3cddb;margin-top:10px;line-height:1.7;}
.hero-desc b,.hero-desc strong{color:#fff;}
.hero-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px;}
.hero-chip{font-size:11px;font-weight:700;color:#e4eaf2;border:1px solid rgba(224,20,43,.5);background:rgba(224,20,43,.14);border-radius:999px;padding:4px 11px;}
.hero-chip.stone{background:linear-gradient(135deg,var(--bsg),var(--bsg2));color:#fff;border-color:transparent;}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.stat{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:18px 18px 16px;box-shadow:0 1px 2px rgba(16,24,40,.05);transition:transform .18s ease,border-color .18s ease;}
.stat:hover{transform:translateY(-3px);border-color:var(--accent);}
.stat .k{font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);}
.stat .v{font-size:24px;font-weight:900;letter-spacing:-.02em;margin-top:5px;line-height:1.1;}
.stat .s{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.5;}
.stat.wide{grid-column:span 3;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;}
.stat.wide .v{font-size:20px;}
.stat.wide .s{flex:1;min-width:180px;}
.band{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:26px 28px;box-shadow:0 1px 2px rgba(16,24,40,.05),0 12px 30px rgba(16,24,40,.08);}
.band h2{font-size:18px;font-weight:800;letter-spacing:-.01em;margin-bottom:4px;display:flex;align-items:center;gap:10px;}
.band h2::before{content:'';width:5px;height:20px;border-radius:99px;background:var(--accent);flex-shrink:0;}
.band h3{font-size:15px;font-weight:800;letter-spacing:-.01em;margin:22px 0 4px;display:flex;align-items:center;gap:8px;}
.band h3::before{content:'';width:4px;height:15px;border-radius:99px;background:var(--bsg);flex-shrink:0;}
.band .lead{font-size:13.5px;color:var(--muted);margin-bottom:8px;}
.band h4.epsub{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:14px 0 6px;}
p.para{font-size:13.5px;color:#2a2f37;margin:8px 0;line-height:1.7;}
p.para b,p.para strong{color:var(--text);font-weight:700;}
p.tblock{font-size:13.5px;color:#2a2f37;margin:8px 0;line-height:1.7;}
p.tblock .t{display:inline-block;font-family:'SFMono-Regular',Menlo,Consolas,monospace;font-size:11px;font-weight:700;color:var(--accent);background:rgba(200,30,30,.06);border:1px solid rgba(200,30,30,.18);border-radius:6px;padding:1px 8px;margin-right:8px;vertical-align:1px;}
ul.clean{margin:8px 0 8px 4px;padding:0;list-style:none;}
ul.clean li{font-size:13.5px;color:#2a2f37;margin:7px 0;padding-left:20px;position:relative;line-height:1.65;}
ul.clean li::before{content:'';position:absolute;left:2px;top:9px;width:8px;height:8px;border-radius:2px;background:var(--bsg);opacity:.45;}
ul.clean li b,ul.clean li strong{color:var(--text);font-weight:700;}
.arc{border:1px solid var(--border);border-radius:16px;margin-top:16px;overflow:hidden;background:#fbfcfe;}
.arc-head{display:flex;align-items:center;gap:12px;padding:14px 18px;cursor:pointer;background:linear-gradient(180deg,#f6fafe,var(--card));border-bottom:1px solid var(--border);}
.arc-head:hover{background:#fdf2f2;}
.arc-tag{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--bsg),var(--bsg2));border-radius:8px;padding:4px 10px;flex-shrink:0;white-space:nowrap;}
.arc-name{font-size:14.5px;font-weight:800;flex:1;letter-spacing:-.01em;}
.arc-meta{font-size:11.5px;color:var(--muted);font-weight:600;flex-shrink:0;}
.arc-arrow{font-size:13px;color:var(--muted);transition:transform .2s;flex-shrink:0;}
.arc[aria-expanded="true"] .arc-arrow{transform:rotate(180deg);}
.arc-body{display:none;padding:18px 20px 20px;}
.arc[aria-expanded="true"] .arc-body{display:block;}
.toc{display:flex;flex-wrap:wrap;gap:8px;}
.toc a{font-size:12px;font-weight:700;color:var(--text);border:1px solid var(--border);background:var(--card);padding:7px 14px;border-radius:999px;transition:all .15s;}
.toc a:hover{border-color:var(--accent);background:#fdf2f2;transform:translateY(-1px);}
.we-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-top:14px;}
.we{border:1px solid var(--border);border-radius:14px;background:#fbfcfe;padding:14px 16px;}
.we-head{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;}
ol.story{list-style:none;counter-reset:story;columns:2;column-gap:28px;margin:12px 0 0;padding:0;}
ol.story li{counter-increment:story;font-size:13px;color:#2a2f37;line-height:1.55;margin:0 0 9px;break-inside:avoid;position:relative;padding-left:30px;}
ol.story li .sn{position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:7px;background:rgba(200,30,30,.08);color:var(--accent);font-weight:800;font-size:11px;display:flex;align-items:center;justify-content:center;}
ol.story li:first-child{margin-top:2px;}
.plan-list li::before{background:var(--accent);}
.back{width:100%;max-width:760px;text-align:center;margin-top:8px;}
.back a{display:inline-block;font-size:14px;font-weight:700;color:var(--accent);border:1px solid var(--border);background:var(--card);padding:10px 20px;border-radius:999px;transition:all .15s;}
.back a:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 16px rgba(200,30,30,.15);}
.btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.back .secure{margin-left:10px;color:var(--muted);border-color:var(--border);}
.back .secure:hover{border-color:var(--muted);}
.no-grav{margin-top:34px;font-size:13px;color:var(--muted);text-align:center;}
.no-grav a{color:var(--accent);font-weight:600;}
.no-grav a:hover{text-decoration:underline;}
.src-note{font-size:11.5px;color:var(--muted);text-align:center;margin-top:10px;line-height:1.6;}
.anim [data-anim]{opacity:0;}
@media(max-width:640px){
body{padding:32px 16px 48px;}
.page-title{font-size:24px;}
.hero-card{flex-direction:column;align-items:flex-start;}
.hero-poster{width:140px;}
.hero-poster img{width:140px;}
.hero-title{font-size:24px;}
.stat-grid{grid-template-columns:repeat(2,1fr);}
.stat.wide{grid-column:span 2;}
.band{padding:20px 18px;}
ol.story{columns:1;}
}
</style>
</head>
<body>
<canvas id="bgCanvas" aria-hidden="true"></canvas>
<div class="page-head">
<div class="crumbs"><a href="share.html">↩ miles wolf allen</a> · <a href="top-shows.html">my top shows</a></div>
<div class="page-title" data-anim="txt">Battlestar Galactica<span class="kid">#3</span></div>
<div class="page-sub" data-anim="txt">a complete event-level breakdown — the 2003 miniseries, all four seasons, Razor, The Plan, the webisodes, and the master timeline, plus the stats.</div>
</div>
<div class="wrap">
<div class="hero-card" data-anim="fade">
<div class="hero-poster">
<img src="https://image.tmdb.org/t/p/w400/99PJSbcO2LeM10uOGWeFihNp77j.jpg" alt="Battlestar Galactica poster" loading="lazy">
</div>
<div class="hero-body">
<div class="hero-eyebrow">tv series · military sci-fi · drama</div>
<div class="hero-title">Battlestar Galactica</div>
<div class="hero-sub">"So say we all."</div>
<p class="hero-desc">After forty years of armistice, the Cylons — humanity&#8217;s own android creations — return and annihilate the Twelve Colonies, killing tens of billions. Aboard the aging warship <strong>Galactica</strong>, Commander William Adama leads the ragged remnant of humanity &#8212; roughly <strong>50,000 survivors</strong> in a patched-together civilian fleet &#8212; on a desperate search for a fabled planet called <strong>Earth</strong>, hunted the entire way by an enemy that now looks indistinguishable from people.</p>
<div class="hero-chips">
<span class="hero-chip stone">my #3 show</span>
<span class="hero-chip">Syfy</span>
<span class="hero-chip">20032009</span>
<span class="hero-chip">ronald d. moore</span>
<span class="hero-chip">the cylons are everywhere</span>
</div>
</div>
</div>
<div class="stat-grid" data-anim="fade">
<div class="stat">
<div class="k">total runtime</div>
<div class="v">~61 hrs</div>
<div class="s">73 regular TV episodes + 3-hr miniseries + Razor + The Plan + 20 webisodes (≈44 min per episode).</div>
</div>
<div class="stat">
<div class="k">IMDb score</div>
<div class="v">8.7</div>
<div class="s">rated by ~187,000 viewers across all four seasons.</div>
</div>
<div class="stat">
<div class="k">rotten tomatoes</div>
<div class="v">95% / 94%</div>
<div class="s">Tomatometer critics / Popcornmeter audience.</div>
</div>
<div class="stat">
<div class="k">the fleet</div>
<div class="v">50,298</div>
<div class="s">survivors at the start of Season 1 — down to 47,887 by its end.</div>
</div>
<div class="stat wide">
<div class="k">legacy</div>
<div class="v">3 Primetime Emmys</div>
<div class="s">43 wins &amp; 114 nominations total. Still charting decades later — BSG hit #1 on the Apple TV store in May 2026, and now streams on Paramount+ and Pluto TV.</div>
</div>
</div>
<div class="band" data-anim="fade">
<h2>Jump to a Season</h2>
<div class="toc">
<a href="#miniseries">The Miniseries</a>
<a href="#s1">Season 1</a>
<a href="#s2">Season 2</a>
<a href="#resistance">The Resistance</a>
<a href="#s3">Season 3</a>
<a href="#razor">Razor</a>
<a href="#s4a">Season 4 · Pt 1</a>
<a href="#s4b">Season 4 · Pt 2</a>
<a href="#face">Face of the Enemy</a>
<a href="#plan">The Plan</a>
<a href="#events">Series at a Glance</a>
<a href="#story">Master Timeline</a>
</div>
</div>
<div class="band" id="miniseries"><h2>The Miniseries</h2><p class="lead">The two-night, three-hour pilot that started it all — broadcast in December 2003 and setting up the forty-year armistice, the Fall, and every character who matters, roughly beat by beat.</p><div class="arc" aria-expanded="true"><div class="arc-head"><span class="arc-tag">special</span><span class="arc-name">Night 1 · The Fall</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0005:00</span>The story opens after a long Cylon-human armistice. A Cylon representative arrives at an isolated armistice station. The representative is the humanoid Cylon later identified as Number Six. The Colonials have become complacent after roughly forty years without a Cylon attack. The Cylon asks the human representative for confirmation that the Cylons have no representatives in the Colonial government. The human officer dismisses the question. Number Six is revealed to have a very different agenda. Her presence establishes immediately that the Cylons now possess humanlike bodies and personalities.</p><p class="tblock"><span class="t">05:0012:00</span>On Caprica, Gaius Baltar is living a privileged life. Baltar is involved romantically with Number Six. Six has access to sensitive information through Baltar. She repeatedly discusses her religious belief that humanity has been created by a single God. Baltar dismisses or mocks some of her beliefs. The relationship is presented as intimate and trusting from Baltar's point of view. It later becomes clear that Six has deliberately positioned herself close to Baltar.</p><p class="tblock"><span class="t">12:0020:00</span>Commander William Adama is aboard Galactica preparing for retirement. The ship is an aging Battlestar being removed from front-line service. Adama considers the old warship obsolete. Laura Roslin, Secretary of Education, is aboard a Colonial transport heading to Galactica for a ceremonial event. Adama's sons Lee and Zak Adama are part of the Galactica storyline. Zak is a Viper pilot. Lee and Adama have a strained relationship. The ship represents a military institution that the Colonies largely believe is no longer necessary.</p><p class="tblock"><span class="t">20:0030:00</span>Colonial defense systems begin suffering catastrophic failures. Nuclear detonations begin striking the Twelve Colonies. The Cylons launch a coordinated attack across Colonial space. Nuclear strikes destroy cities and population centers. Colonial military vessels are caught unprepared. Civilian communication systems become chaotic. Nuclear EMPs and conventional devastation cripple infrastructure. A massive number of humans die within a very short period. Caprica is heavily affected. The previously unimaginable Cylon war has begun.</p><p class="tblock"><span class="t">30:0040:00</span>Adama realizes that the attack is coordinated. Galactica's older systems are partly insulated because the ship has not been fully networked with newer Colonial technology. This becomes one of the central reasons Galactica survives. Networked Colonial systems are compromised or disabled. Galactica's crew begins trying to determine what remains of the fleet. Adama orders emergency preparations. Many civilian ships start assembling around Galactica because the Battlestar becomes a natural center for survival.</p><p class="tblock"><span class="t">40:0050:00</span>Laura Roslin learns that most of the Colonial government has been destroyed. The president and much of the succession line are dead. Roslin learns she is now effectively the highest-ranking surviving civilian official. She becomes acting President of the Twelve Colonies. Her situation changes from educational administrator to wartime head of state. Roslin begins making emergency political decisions. She orders civilian ships to gather and follow Galactica.</p><p class="tblock"><span class="t">50:0060:00</span>Adama contacts surviving military personnel. He attempts to understand where the Cylon forces are. The surviving fleet begins assembling. The Colonial fleet is fragmented and mostly civilian. Galactica's Viper squadrons are used for reconnaissance and defense. Apollo and Starbuck emerge as two of the most important fighter pilots. The fleet's initial goal is simply survival.</p><p class="tblock"><span class="t">60:0075:00</span>Roslin informs Adama of the government's collapse. Adama realizes that the Colonies no longer have an organized military command structure. Roslin takes responsibility for civilian leadership. The fleet needs fuel, food, water, medicine, and protection. Adama states that humanity must find somewhere safe. Survivors begin hearing claims that the Cylons are everywhere. The psychological effect of the attack becomes almost as important as the physical damage.</p><p class="tblock"><span class="t">75:0090:00</span>Kara Thrace / Starbuck returns to Galactica after being involved in combat. Her history with Adama and Lee becomes increasingly important. Adama is angry about Starbuck's reckless personality. Lee blames himself for failing to protect his brother Zak in the past. Roslin begins discovering that the Colonial government has almost no meaningful administrative structure left. Baltar survives the initial attack. The Six who is with him appears to him while he is suffering from guilt and shock. 90:00105:00 Baltar discovers the consequences of Six's manipulation. Six reveals more about her true identity to him. She insists that God has a plan. Baltar becomes mentally unstable. He is uncertain whether the Six he sees is physically real. Six becomes an internal voice and apparent hallucination. The fleet begins planning an escape strategy. 105:00120:00 Galactica leaves the area of the Colonies. The surviving ships follow. A Cylon trap is avoided through Adama's caution. Roslin begins organizing civilian leadership aboard the fleet. The President's staff begins functioning from Colonial One. Galactica becomes the military headquarters of the surviving human civilization. The central premise of the entire series is established: a few thousand survivors are fleeing from the Cylons.</p></div></div></div>
<div class="band" id="s1"><h2>Season 1</h2><p class="lead">Season 1 contains 13 episodes, beginning with 33 and ending with Kobol's Last Gleaming, Part II. The season begins with roughly 50,298 survivors and ends with roughly 47,887.</p><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E01</span><span class="arc-name">33</span><span class="arc-meta">7 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0005:00</span>Galactica and the Fleet have been fleeing from the Cylons continuously. The fleet is jumping approximately every 33 minutes. The crew has been awake for over 130 hours. People are suffering from severe sleep deprivation. The fleet has effectively been trapped in a repeating cycle.</p><p class="tblock"><span class="t">05:0010:00</span>A Cylon Raider attacks the fleet. Galactica launches Vipers. Galactica must protect multiple civilian vessels. The crew realizes the Cylons are somehow finding the fleet after each jump. The problem is not merely locating another jump point; they are being tracked.</p><p class="tblock"><span class="t">10:0015:00</span>Adama and Tigh struggle with exhausted personnel. Viper pilots are barely functioning. Mechanical failures begin appearing. Engines and jump systems are becoming increasingly unreliable. Civilians are reaching the limits of endurance.</p><p class="tblock"><span class="t">15:0020:00</span>Baltar continues seeing Six. Six tells Baltar that God has selected him. Baltar becomes increasingly uncertain whether she exists. Her presence distracts him during critical moments. She pushes the idea that Baltar has an important role in the future.</p><p class="tblock"><span class="t">20:0025:00</span>The Olympic Carrier disappears during a jump. The ship later reappears. The fleet is divided over whether it should be allowed to rejoin. Adama suspects something is wrong. The possibility exists that the ship has been infiltrated by Cylons.</p><p class="tblock"><span class="t">25:0030:00</span>Starbuck argues that the Olympic Carrier could contain survivors. Adama ultimately orders it destroyed. The ship is destroyed. Survivors are emotionally disturbed by the decision. The episode demonstrates one of Adama's central wartime principles: civilian sentiment cannot always override fleet survival.</p><p class="tblock"><span class="t">30:0037:00</span>A Cylon Raider attacks Galactica again. The crew is overwhelmed by exhaustion. The Raider appears capable of pursuing them repeatedly. Galactica's pilots destroy it. A humanoid Cylon is later discovered aboard the fleet. The episode establishes the basic question that dominates the series: who can be trusted? Key consequences: the fleet learns that Cylon infiltration is possible; Adama's decision-making becomes much harsher; Baltar's hallucinated Six becomes a continuing character.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E02</span><span class="arc-name">Water</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0005:00</span>Galactica is recovering from the events of "33." Maintenance crews discover catastrophic damage to water storage. Huge quantities of water are being lost.</p><p class="tblock"><span class="t">05:0010:00</span>Galactica determines the damage appears deliberate. The ship has been sabotaged. Adama orders an investigation. The crew realizes the saboteur may still be aboard.</p><p class="tblock"><span class="t">10:0015:00</span>A Cylon device is found. Suspicion falls on crew members. Boomer becomes increasingly important to the investigation. Helo's fate on Caprica remains unresolved from the fleet's perspective.</p><p class="tblock"><span class="t">15:0022:00</span>Tyrol and the engineering crew struggle to repair the damage. Water becomes a fleet-wide survival issue. Civilian ships begin rationing. Galactica calculates how long remaining supplies can last.</p><p class="tblock"><span class="t">22:0030:00</span>Adama becomes concerned about internal Cylon agents. Baltar's detector project begins becoming important. Six continues manipulating Baltar. Boomer experiences increasing signs of psychological instability.</p><p class="tblock"><span class="t">30:0040:00</span>A suspicious action leads to renewed suspicion of Boomer. The saboteur successfully causes additional problems. Water becomes a scarce strategic resource. The episode demonstrates that the fleet can be threatened from inside as well as outside.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E03</span><span class="arc-name">Bastille Day</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0005:00</span>The Fleet discovers it needs more water processing capacity. A prison ship called the Astral Queen is identified as a possible source of equipment. The prison population consists largely of convicted criminals.</p><p class="tblock"><span class="t">05:0010:00</span>Lee Adama is sent to negotiate with the prisoners. He initially believes military authority should be enough. The prisoners have little respect for Colonial officers.</p><p class="tblock"><span class="t">10:0018:00</span>Tom Zarek emerges as the major political figure among the prisoners. Zarek is charismatic and deeply opposed to Colonial authority. He has a long political history involving terrorism and resistance.</p><p class="tblock"><span class="t">18:0025:00</span>The prisoners seize control. Lee becomes trapped aboard the ship. The situation becomes a hostage crisis. Roslin and Adama disagree on how to handle it.</p><p class="tblock"><span class="t">25:0035:00</span>Zarek demands political concessions. Lee discovers that the prisoners are not simply criminals. Some believe the existing Colonial government abandoned them long before the Cylon attack.</p><p class="tblock"><span class="t">35:0043:00</span>Lee negotiates rather than simply launching an assault. The prisoners agree to assist with the water crisis. Zarek gains political legitimacy. Adama is forced to acknowledge that the surviving government cannot simply operate through military force.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E04</span><span class="arc-name">Act of Contrition</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0007:00</span>Starbuck experiences emotional trauma connected to Zak Adama. Flashbacks reveal her relationship with Zak. Zak was Adama's son and Starbuck's former trainee.</p><p class="tblock"><span class="t">07:0015:00</span>Starbuck had previously recommended Zak for flight training. Zak was physically capable but lacked the instincts necessary for combat. Starbuck nevertheless allowed him to pass.</p><p class="tblock"><span class="t">15:0023:00</span>Zak died during a training accident. Adama blames Starbuck. Starbuck also blames herself.</p><p class="tblock"><span class="t">23:0030:00</span>The Fleet needs replacement pilots. Galactica's Viper forces are understaffed. Starbuck is forced to confront her fear.</p><p class="tblock"><span class="t">30:0038:00</span>Starbuck trains new pilots. She becomes increasingly determined to keep them alive. Her harsh behavior is shown to be connected to guilt.</p><p class="tblock"><span class="t">38:0043:00</span>Adama and Starbuck begin repairing their relationship. Starbuck finally faces the memory of Zak. The episode establishes why Adama trusts her despite her rebellious behavior.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E05</span><span class="arc-name">You Can't Go Home Again</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Starbuck is sent into combat. Her Viper is damaged. She disappears and is presumed dead.</p><p class="tblock"><span class="t">08:0015:00</span>Adama refuses to immediately accept her death. Lee searches for her. A damaged Raider is found.</p><p class="tblock"><span class="t">15:0023:00</span>Starbuck has survived on a moon. She discovers a functioning Cylon Raider.</p><p class="tblock"><span class="t">23:0030:00</span>Starbuck boards the Raider. She begins learning how its systems work. The Raider behaves in a surprisingly organic manner.</p><p class="tblock"><span class="t">30:0038:00</span>Starbuck manages to fly the captured Raider. Galactica detects the unfamiliar Cylon ship. Starbuck returns to Galactica.</p><p class="tblock"><span class="t">38:0043:00</span>Adama is relieved to see her alive. The fleet gains its first major insight into Cylon technology from Starbuck's experience. Starbuck begins wondering whether Cylons are fundamentally different from humans.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E06</span><span class="arc-name">Litmus</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0006:00</span>A Cylon attack occurs inside Galactica's security zone. An internal investigation begins. Adama creates a special investigative tribunal.</p><p class="tblock"><span class="t">06:0015:00</span>Sergeant Hadrian investigates security failures. The concept of the tribunal resembles military emergency justice. Crew members are interrogated.</p><p class="tblock"><span class="t">15:0024:00</span>Hadrian accuses Adama of allowing a security culture that is too informal. Adama's authority is directly challenged.</p><p class="tblock"><span class="t">24:0033:00</span>The tribunal examines how the Cylon infiltrator managed to reach Galactica. Colonial personnel become frightened of one another.</p><p class="tblock"><span class="t">33:0043:00</span>Adama realizes that extreme investigations can destroy morale. He removes Hadrian from the position. The episode emphasizes the danger of turning the fleet into a permanent police state.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E07</span><span class="arc-name">Six Degrees of Separation</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Baltar becomes the center of a crisis. A woman claiming to be Number Six appears publicly. She claims Baltar betrayed humanity.</p><p class="tblock"><span class="t">08:0016:00</span>The woman looks exactly like Baltar's hallucinated Six. Baltar becomes terrified. The supposed Six presents evidence.</p><p class="tblock"><span class="t">16:0024:00</span>Baltar is investigated. President Roslin must determine whether Baltar is a Cylon collaborator. Baltar becomes increasingly desperate.</p><p class="tblock"><span class="t">24:0034:00</span>The evidence against Baltar appears increasingly convincing. Baltar cannot explain the woman's identity. His relationship with his hallucinated Six becomes even more confusing.</p><p class="tblock"><span class="t">34:0043:00</span>The apparition disappears. The evidence is revealed to have been manipulated. Baltar's public standing is damaged. The episode makes it clear that psychological warfare is one of the Cylons' greatest weapons.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E08</span><span class="arc-name">Flesh and Bone</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0006:00</span>A humanoid Cylon is captured. The prisoner is identified as Leoben Conoy.</p><p class="tblock"><span class="t">06:0015:00</span>Leoben claims to know important information about humanity. Adama initially believes the Cylon is simply lying.</p><p class="tblock"><span class="t">15:0025:00</span>Starbuck interrogates Leoben. He deliberately tries to destabilize her emotionally. He discusses religion and prophecy.</p><p class="tblock"><span class="t">25:0033:00</span>Leoben makes a major claim involving a nuclear weapon. He says a bomb has been hidden aboard one of the civilian ships.</p><p class="tblock"><span class="t">33:0040:00</span>Galactica searches for the weapon. The episode creates uncertainty regarding whether Leoben's information is true.</p><p class="tblock"><span class="t">40:0043:00</span>A nuclear device is found. Leoben proves that he possesses knowledge that should be impossible for an ordinary prisoner. Starbuck becomes psychologically affected by the experience.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E09</span><span class="arc-name">Tigh Me Up, Tigh Me Down</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0007:00</span>Colonel Saul Tigh discovers that his wife Ellen has somehow survived. Ellen arrives aboard Galactica.</p><p class="tblock"><span class="t">07:0015:00</span>Tigh is shocked. Ellen immediately creates interpersonal tension. She behaves as though the apocalypse is an inconvenience rather than a defining event.</p><p class="tblock"><span class="t">15:0025:00</span>Ellen's history raises questions. Baltar continues working on Cylon detection. Adama and Tigh become concerned about whether Ellen is a Cylon.</p><p class="tblock"><span class="t">25:0035:00</span>Ellen's behavior generates suspicion. Meanwhile, Baltar's detector begins producing inconclusive results.</p><p class="tblock"><span class="t">35:0043:00</span>Ellen is ultimately cleared. The audience is encouraged to question everyone around the protagonists. Saul and Ellen's relationship becomes an important recurring element.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E10</span><span class="arc-name">The Hand of God</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0006:00</span>The Fleet is running dangerously low on tylium fuel. Galactica's remaining fuel reserves are becoming critical.</p><p class="tblock"><span class="t">06:0014:00</span>Raptors locate an asteroid containing a large supply of tylium. The Cylons have already established a refinery.</p><p class="tblock"><span class="t">14:0023:00</span>Adama decides to attack the Cylon refinery. The plan requires Galactica to perform an extremely dangerous operation.</p><p class="tblock"><span class="t">23:0031:00</span>Starbuck and Apollo prepare for the mission. Raptor crews coordinate the attack.</p><p class="tblock"><span class="t">31:0040:00</span>Galactica takes heavy fire. Colonial aircraft attack the refinery. The operation succeeds.</p><p class="tblock"><span class="t">40:0043:00</span>The fleet obtains much-needed fuel. Roslin's visions and religious experiences become increasingly significant. The episode establishes that logistics—fuel, ammunition, food and maintenance—are constant strategic problems.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E11</span><span class="arc-name">Colonial Day</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The fleet celebrates Colonial Day. Roslin establishes a new Quorum of Twelve. The Quorum is intended to restore civilian government.</p><p class="tblock"><span class="t">08:0017:00</span>Tom Zarek becomes the representative for Sagittaron. Zarek uses his political influence to challenge Roslin.</p><p class="tblock"><span class="t">17:0025:00</span>The position of Vice President becomes politically important. Baltar unexpectedly supports Zarek's political ambitions.</p><p class="tblock"><span class="t">25:0034:00</span>Billy Keikeya becomes involved in security matters. The episode reveals divisions among the surviving Colonies. Former social and political grievances survive the apocalypse.</p><p class="tblock"><span class="t">34:0043:00</span>Zarek is prevented from immediately taking complete control. Roslin demonstrates that democratic government still matters. The Quorum becomes a continuing political institution.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E12</span><span class="arc-name">Kobol's Last Gleaming, Part I</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Galactica discovers Kobol. Kobol is the mythical ancestral home of humanity. The discovery could change the search for Earth.</p><p class="tblock"><span class="t">08:0017:00</span>Baltar becomes increasingly focused on visions and prophecy. Starbuck becomes involved in a personal relationship with Baltar. Kara is emotionally confused about Lee.</p><p class="tblock"><span class="t">17:0025:00</span>Roslin believes the Scriptures may contain genuine information about the path to Earth. The Arrow of Apollo becomes an important artifact.</p><p class="tblock"><span class="t">25:0034:00</span>Adama rejects some of Roslin's religious interpretation. Political and military authority begin moving toward direct conflict.</p><p class="tblock"><span class="t">34:0043:00</span>Roslin determines that retrieving the Arrow is necessary. Starbuck is assigned an extraordinary mission involving Caprica. Adama prepares to use military force to prevent Roslin from undermining his command.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S01E13</span><span class="arc-name">Kobol's Last Gleaming, Part II</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0007:00</span>Roslin refuses to step down as President. Adama attempts to take control of the political situation. Roslin is arrested.</p><p class="tblock"><span class="t">07:0015:00</span>Roslin's supporters begin planning to restore her. Baltar is caught between political factions.</p><p class="tblock"><span class="t">15:0024:00</span>Starbuck travels to Caprica. She searches for the Arrow of Apollo. The Cylon presence on Caprica remains enormous.</p><p class="tblock"><span class="t">24:0033:00</span>Starbuck finds the Arrow. She also encounters a Cylon version of herself-like imagery/visions associated with the mystery surrounding Caprica.</p><p class="tblock"><span class="t">33:0040:00</span>Roslin's supporters assist her escape. Adama's political takeover begins collapsing.</p><p class="tblock"><span class="t">40:0043:00</span>Adama is shot by Cylon Boomer. The season ends with Adama gravely wounded. Roslin resumes leadership. Starbuck is left on Caprica with the Arrow. The Fleet's quest for Kobol and Earth has become the major storyline.</p></div></div></div>
<div class="band" id="s2"><h2>Season 2</h2><p class="lead">Season 2 contains 20 episodes. It begins immediately after Adama's shooting and eventually ends with Baltar becoming President and the Fleet settling temporarily on New Caprica.</p><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E01</span><span class="arc-name">Scattered</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Adama is critically wounded. Colonel Tigh assumes command. The fleet faces a major jump problem.</p><p class="tblock"><span class="t">08:0017:00</span>Galactica's navigation systems malfunction. The ship becomes separated from the fleet.</p><p class="tblock"><span class="t">17:0027:00</span>Tigh must manage the fleet while dealing with Adama's condition. Chief Tyrol struggles with the technical problems.</p><p class="tblock"><span class="t">27:0037:00</span>Roslin and Tigh clash politically. Lee is desperate to find his father.</p><p class="tblock"><span class="t">37:0043:00</span>Adama survives emergency surgery. Galactica reconnects with the fleet. Command authority remains deeply divided.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E02</span><span class="arc-name">Valley of Darkness</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Apollo's Raptor crashes on a planet. Several Marines are trapped.</p><p class="tblock"><span class="t">08:0017:00</span>The survivors discover Cylon Centurions nearby. Their ammunition and supplies are limited.</p><p class="tblock"><span class="t">17:0027:00</span>On Galactica, medical personnel struggle to treat Adama. Tigh increasingly relies on harsh emergency measures.</p><p class="tblock"><span class="t">27:0037:00</span>The stranded team fights through Cylon territory. Apollo attempts to keep everyone alive.</p><p class="tblock"><span class="t">37:0043:00</span>The survivors escape. Adama's condition begins improving. The episode demonstrates how vulnerable even elite Colonial units are away from Galactica.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E03</span><span class="arc-name">Fragged</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Tigh's command becomes increasingly authoritarian. The fleet is under extreme pressure.</p><p class="tblock"><span class="t">08:0018:00</span>Political opposition grows. Civilian and military leadership become increasingly hostile.</p><p class="tblock"><span class="t">18:0027:00</span>Crashdown's unit on Kobol becomes trapped. Panic spreads among the soldiers.</p><p class="tblock"><span class="t">27:0035:00</span>Crashdown struggles to command the survivors. Tyrol is forced to make difficult decisions.</p><p class="tblock"><span class="t">35:0043:00</span>Crashdown dies. Tyrol takes responsibility for his actions. The situation on Kobol remains dangerous.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E04</span><span class="arc-name">Resistance</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Helo and Boomer remain on Caprica. Helo discovers that Boomer is pregnant.</p><p class="tblock"><span class="t">08:0017:00</span>Helo attempts to protect her from the Cylons. Other humans on Caprica attempt to form resistance groups.</p><p class="tblock"><span class="t">17:0025:00</span>Tigh imposes martial law. Arrests and searches become increasingly aggressive.</p><p class="tblock"><span class="t">25:0034:00</span>Starbuck returns from Caprica-related operations. She becomes involved in resisting Tigh's policies.</p><p class="tblock"><span class="t">34:0043:00</span>The Galactica crew begins to fracture over military authority. The episode establishes a permanent conflict between security and civil liberties.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E05</span><span class="arc-name">The Farm</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Starbuck's emotional and physical experiences on Caprica continue affecting her. Helo and Boomer remain important to the search for a way to survive.</p><p class="tblock"><span class="t">08:0016:00</span>The Colonial Fleet believes Kara may be the key to understanding Cylon activity. Starbuck is placed under suspicion.</p><p class="tblock"><span class="t">16:0025:00</span>Humans discover evidence of Cylon experimentation. The Cylons are revealed to be attempting to reproduce biologically.</p><p class="tblock"><span class="t">25:0035:00</span>A supposed human medical facility turns out to be associated with Cylon experiments. Kara is horrified.</p><p class="tblock"><span class="t">35:0043:00</span>The episode establishes that the Cylons want to create or manipulate human-Cylon offspring. This becomes central to Helo and Sharon's story.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E06</span><span class="arc-name">Home, Part I</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Roslin becomes convinced that Kobol holds a path to Earth. She gathers supporters.</p><p class="tblock"><span class="t">08:0017:00</span>Apollo and other crew members participate in the expedition.</p><p class="tblock"><span class="t">17:0025:00</span>The Fleet faces political tension over Roslin's leadership. The Arrow of Apollo remains the key artifact.</p><p class="tblock"><span class="t">25:0034:00</span>Roslin's group reaches Kobol. Their expedition is increasingly framed as a religious pilgrimage.</p><p class="tblock"><span class="t">34:0043:00</span>The group finds signs that the ancient prophecies may have been based on real events. The search for the Tomb of Athena intensifies.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E07</span><span class="arc-name">Home, Part II</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Roslin's expedition continues. Adama becomes determined to reunite with her.</p><p class="tblock"><span class="t">08:0017:00</span>The Tomb of Athena becomes the objective.</p><p class="tblock"><span class="t">17:0027:00</span>Roslin and Adama reunite. Political conflict is temporarily put aside.</p><p class="tblock"><span class="t">27:0037:00</span>The group enters the Tomb. The Arrow is used to activate the ancient display.</p><p class="tblock"><span class="t">37:0043:00</span>A celestial map reveals a route toward Earth. The Fleet now has an actual direction rather than merely a legend. Kobol is abandoned after the discovery.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E08</span><span class="arc-name">Final Cut</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>A documentary film crew arrives. The Fleet's political and military leaders are asked to allow filming.</p><p class="tblock"><span class="t">08:0018:00</span>The crew focuses on life aboard Galactica. Tigh is deeply uncomfortable with the scrutiny.</p><p class="tblock"><span class="t">18:0028:00</span>Soldiers become worried that military secrets are being exposed. The documentary presents ordinary life alongside war.</p><p class="tblock"><span class="t">28:0037:00</span>The crew documents injuries, deaths and combat preparation. Public relations becomes a political tool.</p><p class="tblock"><span class="t">37:0043:00</span>The finished report presents a complicated image of Galactica. The episode examines how history gets created during a crisis.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E09</span><span class="arc-name">Flight of the Phoenix</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Galactica's crew attempts to build a new Viper. The ship is not expected to be completed successfully.</p><p class="tblock"><span class="t">08:0018:00</span>Chief Tyrol becomes personally invested in the project. The project becomes a morale exercise.</p><p class="tblock"><span class="t">18:0027:00</span>Construction proceeds despite shortages. The ship becomes symbolic of human ingenuity.</p><p class="tblock"><span class="t">27:0037:00</span>Adama increasingly supports the project. The crew grows emotionally attached to the new Viper.</p><p class="tblock"><span class="t">37:0043:00</span>The Viper is launched. The success represents humanity rebuilding rather than simply surviving.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E10</span><span class="arc-name">Pegasus</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Galactica encounters another surviving Battlestar: Pegasus. Admiral Helena Cain commands it.</p><p class="tblock"><span class="t">08:0017:00</span>Cain has maintained strict military discipline. She immediately challenges Adama's authority.</p><p class="tblock"><span class="t">17:0025:00</span>Cain reveals she has survived the Cylon attack independently. Pegasus has a smaller civilian population and stronger military structure.</p><p class="tblock"><span class="t">25:0034:00</span>Galactica crew members are horrified by Cain's methods. Cain's crew has been willing to torture and execute suspected enemies.</p><p class="tblock"><span class="t">34:0043:00</span>Cain and Adama become direct rivals. The Fleet now has two competing military command structures.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E11</span><span class="arc-name">Resurrection Ship, Part I</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The Galactica and Pegasus fleets plan an assault on the Cylon Resurrection Ship.</p><p class="tblock"><span class="t">08:0017:00</span>Cain and Adama disagree over military priorities. Cain becomes increasingly willing to use extreme measures.</p><p class="tblock"><span class="t">17:0025:00</span>The Resurrection Ship's significance is explained. Cylon bodies can be resurrected after death if their consciousness is uploaded.</p><p class="tblock"><span class="t">25:0035:00</span>Starbuck and Apollo are involved in the attack plan. The military situation becomes a race against time.</p><p class="tblock"><span class="t">35:0043:00</span>Adama and Cain's conflict reaches a breaking point. The possibility of killing Cain becomes a serious question.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E12</span><span class="arc-name">Resurrection Ship, Part II</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Adama prepares to assassinate Cain. He considers her a threat to the Fleet.</p><p class="tblock"><span class="t">08:0017:00</span>Adama's people hesitate. Political consequences of Cain's death become clear.</p><p class="tblock"><span class="t">17:0027:00</span>Cain orders Kendra Shaw to protect her. Meanwhile the battle against the Cylons begins.</p><p class="tblock"><span class="t">27:0036:00</span>Colonial fighters attack the Resurrection Ship. The objective is to destroy it before Cylon consciousness can continue resurrecting.</p><p class="tblock"><span class="t">36:0043:00</span>Cain is assassinated by Number Six. The Resurrection Ship is destroyed. Adama remains in command. Pegasus becomes subordinate to Galactica.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E13</span><span class="arc-name">Epiphanies</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Sharon's pregnancy becomes medically significant. Hera is developing rapidly.</p><p class="tblock"><span class="t">08:0018:00</span>Roslin begins taking a more active role in deciding Hera's fate. Baltar is fascinated by the hybrid child.</p><p class="tblock"><span class="t">18:0027:00</span>Sharon and Helo struggle to protect their unborn daughter.</p><p class="tblock"><span class="t">27:0037:00</span>Roslin believes the child may be central to Cylon-human destiny. The medical and political stakes escalate.</p><p class="tblock"><span class="t">37:0043:00</span>Hera is temporarily separated from Sharon. The government fears what a human-Cylon child could mean.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E14</span><span class="arc-name">Black Market</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0007:00</span>The Fleet has developed an underground economy. Scarcity has created criminal markets.</p><p class="tblock"><span class="t">07:0016:00</span>Apollo investigates a black-market operation. He discovers organized crime within the Fleet.</p><p class="tblock"><span class="t">16:0025:00</span>The criminal network involves prostitution, weapons and restricted goods.</p><p class="tblock"><span class="t">25:0035:00</span>Apollo discovers that child exploitation is connected to the system. He becomes personally disgusted.</p><p class="tblock"><span class="t">35:0043:00</span>Apollo destroys part of the criminal network. The Fleet's social problems are shown to be nearly as dangerous as the Cylons.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E15</span><span class="arc-name">Scar</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0007:00</span>A legendary Cylon Raider known as Scar has become a recurring threat.</p><p class="tblock"><span class="t">07:0017:00</span>Starbuck and Kat both want to destroy it. Rivalry develops between them.</p><p class="tblock"><span class="t">17:0027:00</span>Scar repeatedly escapes. The pilots become obsessed with the hunt.</p><p class="tblock"><span class="t">27:0036:00</span>Kat is placed in a dangerous situation. Starbuck recognizes that Kat is becoming reckless.</p><p class="tblock"><span class="t">36:0043:00</span>Scar is finally destroyed. Starbuck begins respecting Kat as a pilot. The episode explores how combat can become addictive.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E16</span><span class="arc-name">Sacrifice</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>A civilian woman takes hostages aboard Galactica. She demands the release of prisoners.</p><p class="tblock"><span class="t">08:0018:00</span>Apollo becomes involved in negotiations. The hostage taker claims to be fighting for justice.</p><p class="tblock"><span class="t">18:0028:00</span>The crisis reveals how desperate civilians have become. The survivors' old political and personal identities have not disappeared.</p><p class="tblock"><span class="t">28:0038:00</span>Apollo attempts to reason with the hostage taker. Military intervention becomes unavoidable.</p><p class="tblock"><span class="t">38:0043:00</span>The hostage crisis ends violently. The episode shows that the Fleet's internal conflicts are becoming increasingly difficult to contain.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E17</span><span class="arc-name">The Captain's Hand</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Lee Adama becomes Acting Commander of Pegasus. His promotion is controversial.</p><p class="tblock"><span class="t">08:0017:00</span>Lee must command officers who don't respect him. Pegasus maintains its own military culture.</p><p class="tblock"><span class="t">17:0027:00</span>A combat mission goes wrong. Lee has to make command decisions without his father's protection.</p><p class="tblock"><span class="t">27:0037:00</span>Starbuck and Apollo continue struggling with loyalty and authority. Pegasus and Galactica remain institutionally different.</p><p class="tblock"><span class="t">37:0043:00</span>Lee proves himself capable of command. His relationship with Adama evolves into a more professional one.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E18</span><span class="arc-name">Downloaded</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The story switches to the Cylon perspective. A resurrected Six awakens.</p><p class="tblock"><span class="t">08:0017:00</span>Six remembers dying. She becomes psychologically disturbed by the experience.</p><p class="tblock"><span class="t">17:0027:00</span>Caprica Boomer also returns in a new body. She is conflicted about humanity.</p><p class="tblock"><span class="t">27:0036:00</span>The two Cylons begin questioning Cylon society. Caprica Six sees how strongly Cylon religion influences their society.</p><p class="tblock"><span class="t">36:0043:00</span>The episode establishes that Cylons have genuine emotional and ideological divisions. The Cylons are not a perfectly unified enemy.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E19</span><span class="arc-name">Lay Down Your Burdens, Part I</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The Fleet discovers a potentially habitable planet. The possibility of settlement becomes realistic.</p><p class="tblock"><span class="t">08:0018:00</span>Roslin opposes the idea of stopping. Adama becomes more open to permanent settlement.</p><p class="tblock"><span class="t">18:0028:00</span>Baltar campaigns for President. His political popularity increases dramatically.</p><p class="tblock"><span class="t">28:0037:00</span>Starbuck's relationship with Anders becomes important. Apollo becomes emotionally conflicted.</p><p class="tblock"><span class="t">37:0043:00</span>The Fleet prepares for elections. Baltar positions himself as a politician representing ordinary citizens.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S02E20</span><span class="arc-name">Lay Down Your Burdens, Part II</span><span class="arc-meta">6 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Presidential voting takes place.</p><p class="tblock"><span class="t">08:0017:00</span>Baltar initially believes he has lost. Roslin's political machine attempts to influence the result.</p><p class="tblock"><span class="t">17:0025:00</span>Baltar wins the election. Roslin becomes deeply worried.</p><p class="tblock"><span class="t">25:0034:00</span>Baltar becomes President of the Twelve Colonies. He promises a new beginning.</p><p class="tblock"><span class="t">34:0038:00</span>The Fleet settles on New Caprica.</p><p class="tblock"><span class="t">38:0043:00</span>A time jump shows New Caprica developing. Baltar's presidency becomes increasingly ineffective. Cylons discover the settlement. The episode ends with the Cylon occupation approaching.</p></div></div></div>
<div class="band" id="resistance"><h2>The Resistance — Webisodes</h2><p class="lead">Ten webisodes bridging Seasons 2 and 3: Galactica struggles with the aftermath of the New Caprica settlement, and resistance cells begin to form.</p><div class="we-grid"><div class="we"><div class="we-head">Episode 1</div><ul class="clean"><li>Galactica struggles with the aftermath of the New Caprica settlement.</li><li>Resistance cells begin to form.</li><li>Tigh becomes increasingly militant.</li></ul></div><div class="we"><div class="we-head">Episode 2</div><ul class="clean"><li>Tigh organizes resistance activities.</li><li>Civilian involvement expands.</li><li>The Cylons begin imposing order.</li></ul></div><div class="we"><div class="we-head">Episode 3</div><ul class="clean"><li>Resistance members are arrested.</li><li>Tigh becomes willing to use increasingly violent tactics.</li></ul></div><div class="we"><div class="we-head">Episode 4</div><ul class="clean"><li>Tigh and the resistance organize attacks.</li><li>Cylon security becomes harsher.</li></ul></div><div class="we"><div class="we-head">Episode 5</div><ul class="clean"><li>Resistance fighters become increasingly divided.</li><li>Humans disagree about how far they should go.</li></ul></div><div class="we"><div class="we-head">Episode 6</div><ul class="clean"><li>The occupation becomes more brutal.</li><li>Cylon cooperation with human collaborators becomes apparent.</li></ul></div><div class="we"><div class="we-head">Episode 7</div><ul class="clean"><li>Resistance casualties increase.</li><li>Tigh makes destructive decisions.</li></ul></div><div class="we"><div class="we-head">Episode 8</div><ul class="clean"><li>Ellen becomes involved in resistance decisions.</li></ul></div><div class="we"><div class="we-head">Episode 9</div><ul class="clean"><li>Human resistance fighters face the possibility of mass executions.</li></ul></div><div class="we"><div class="we-head">Episode 10</div><ul class="clean"><li>The resistance prepares for an uprising.</li><li>The story transitions directly toward Season 3's rescue storyline.</li></ul></div></div></div>
<div class="band" id="s3"><h2>Season 3</h2><p class="lead">Season 3 contains 20 episodes and begins with the Fleet split between Galactica's rescue mission and humans trapped on New Caprica.</p><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E01</span><span class="arc-name">Occupation</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0010:00</span>New Caprica is under Cylon occupation. Humans live under military surveillance. The Cylons attempt to establish a new political structure.</p><p class="tblock"><span class="t">10:0020:00</span>Baltar remains President but has effectively surrendered authority. Human collaborators begin working with the Cylons.</p><p class="tblock"><span class="t">20:0030:00</span>Resistance groups attack Cylon targets. Saul Tigh becomes one of the resistance leaders.</p><p class="tblock"><span class="t">30:0040:00</span>Kara Thrace remains imprisoned by Leoben. She is psychologically tortured.</p><p class="tblock"><span class="t">40:0043:00</span>The occupation becomes increasingly brutal. The human population moves toward open rebellion.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E02</span><span class="arc-name">Precipice</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0010:00</span>The Cylon occupation escalates. Human prisoners are abused.</p><p class="tblock"><span class="t">10:0020:00</span>Tigh plans a resistance action. Ellen attempts to influence Tigh.</p><p class="tblock"><span class="t">20:0030:00</span>Starbuck remains psychologically trapped with Leoben. Leoben attempts to convince her that they have a meaningful relationship.</p><p class="tblock"><span class="t">30:0040:00</span>The Cylons retaliate against resistance activity. Execution becomes a political weapon.</p><p class="tblock"><span class="t">40:0043:00</span>Galactica's rescue force prepares to return to New Caprica.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E03</span><span class="arc-name">Exodus, Part I</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Galactica returns to New Caprica. The rescue fleet prepares a massive evacuation.</p><p class="tblock"><span class="t">08:0018:00</span>The resistance begins moving civilians toward escape zones. Cylon forces prepare to stop them.</p><p class="tblock"><span class="t">18:0028:00</span>Tigh and Roslin coordinate resistance and evacuation efforts.</p><p class="tblock"><span class="t">28:0038:00</span>Galactica launches rescue operations. The battle becomes a fleet-wide operation.</p><p class="tblock"><span class="t">38:0043:00</span>Hundreds of ships attempt to escape. New Caprica's refugee population begins fleeing.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E04</span><span class="arc-name">Exodus, Part II</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The New Caprica evacuation reaches its climax.</p><p class="tblock"><span class="t">08:0018:00</span>Adama performs an extreme maneuver with Galactica. The Battlestar jumps/flies directly into the planet's atmosphere.</p><p class="tblock"><span class="t">18:0028:00</span>Galactica launches Vipers during the rescue. Cylons attempt to prevent evacuation.</p><p class="tblock"><span class="t">28:0038:00</span>The human fleet escapes. New Caprica is abandoned.</p><p class="tblock"><span class="t">38:0043:00</span>Large numbers of humans survive. The Fleet is once again mobile. The rescue becomes one of the greatest military victories in the series.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E05</span><span class="arc-name">Collaborators</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Humans begin identifying collaborators from the occupation.</p><p class="tblock"><span class="t">08:0018:00</span>A secret tribunal called the Circle is established.</p><p class="tblock"><span class="t">18:0028:00</span>The Circle secretly executes collaborators.</p><p class="tblock"><span class="t">28:0038:00</span>The political conflict becomes a moral crisis. Roslin and Adama are forced to confront extrajudicial executions.</p><p class="tblock"><span class="t">38:0043:00</span>The Circle's methods become increasingly dangerous. The Fleet's democracy is threatened from within.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E06</span><span class="arc-name">Torn</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Baltar is now physically aboard a Cylon Basestar. He is surrounded by Cylons.</p><p class="tblock"><span class="t">08:0018:00</span>Three Cylon models begin discussing differences in their religious views.</p><p class="tblock"><span class="t">18:0028:00</span>Baltar learns more about Cylon society. He is both prisoner and scientific curiosity.</p><p class="tblock"><span class="t">28:0038:00</span>Cylon civil divisions begin emerging.</p><p class="tblock"><span class="t">38:0043:00</span>The episode expands the story beyond "humans versus robots." The Cylons have competing religious and political ideologies.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E07</span><span class="arc-name">A Measure of Salvation</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The Colonial Fleet captures a large group of infected Cylons.</p><p class="tblock"><span class="t">08:0018:00</span>The Cylons have been infected with a deadly biological disease.</p><p class="tblock"><span class="t">18:0027:00</span>Galactica's leadership considers killing the infected Cylons before they can recover.</p><p class="tblock"><span class="t">27:0036:00</span>Adama and Roslin debate the ethics of biological warfare.</p><p class="tblock"><span class="t">36:0043:00</span>The decision is made to release the Cylons without deliberately exterminating them. The Colonials resist becoming genocidal themselves.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E08</span><span class="arc-name">Hero</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Former Colonial officer George Kelso returns. He is believed to have survived for years after being presumed dead.</p><p class="tblock"><span class="t">08:0018:00</span>Adama remembers the disastrous events involving Kelso.</p><p class="tblock"><span class="t">18:0028:00</span>Kelso claims he escaped the Cylons.</p><p class="tblock"><span class="t">28:0038:00</span>The truth becomes increasingly uncomfortable. Adama must confront the possibility that Kelso was abandoned.</p><p class="tblock"><span class="t">38:0043:00</span>The episode exposes the military's tendency to hide failures.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E09</span><span class="arc-name">Unfinished Business</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Adama starts a boxing tournament aboard Galactica.</p><p class="tblock"><span class="t">08:0018:00</span>Crew members use the fights to settle emotional conflicts.</p><p class="tblock"><span class="t">18:0028:00</span>Flashbacks reveal relationships formed during the first year after the Colonies fell.</p><p class="tblock"><span class="t">28:0038:00</span>Adama and Starbuck's complicated relationship is explored.</p><p class="tblock"><span class="t">38:0043:00</span>Adama and Tyrol fight. The boxing ring becomes a way for crew members to express pain they cannot discuss openly.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E10</span><span class="arc-name">The Passage</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The Fleet reaches a dangerous radiation zone.</p><p class="tblock"><span class="t">08:0018:00</span>Ships must pass through the region while staying within strict limits.</p><p class="tblock"><span class="t">18:0028:00</span>Crew members begin experiencing fatigue and illness.</p><p class="tblock"><span class="t">28:0038:00</span>Kat takes command during the crisis. She risks herself to save others.</p><p class="tblock"><span class="t">38:0043:00</span>Kat dies. Her final actions save many ships. Kat's earlier past remains ambiguous but she dies regarded as a hero.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E11</span><span class="arc-name">The Eye of Jupiter</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The Fleet reaches the planet containing the Temple of Five.</p><p class="tblock"><span class="t">08:0018:00</span>Humans discover the planet's strange ancient religious significance. The Cylon Fleet is also approaching.</p><p class="tblock"><span class="t">18:0028:00</span>Apollo and Dee become increasingly important.</p><p class="tblock"><span class="t">28:0038:00</span>Anders and other characters experience strange visions.</p><p class="tblock"><span class="t">38:0043:00</span>The temple becomes the scene of a major confrontation. The Fleet's search for Earth becomes intertwined with the Final Five mystery.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E12</span><span class="arc-name">Rapture</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Sharon attempts to enter the Temple. She becomes separated from the group.</p><p class="tblock"><span class="t">08:0018:00</span>Sharon experiences visions involving the Final Five.</p><p class="tblock"><span class="t">18:0028:00</span>She reaches a mysterious state connected to the temple's prophecy.</p><p class="tblock"><span class="t">28:0038:00</span>Sharon's consciousness and body become endangered. The Fleet races to save her.</p><p class="tblock"><span class="t">38:0043:00</span>The temple vision reveals additional connections between humans and Cylons.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E13</span><span class="arc-name">Taking a Break From All Your Worries</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Baltar is captured. The Fleet must decide what to do with him.</p><p class="tblock"><span class="t">08:0018:00</span>Gaeta and others have strong feelings toward Baltar.</p><p class="tblock"><span class="t">18:0028:00</span>Baltar is interrogated. Torture becomes a serious possibility.</p><p class="tblock"><span class="t">28:0038:00</span>Baltar claims the Cylons are not as simple as humans believe. He continues insisting that he was manipulated.</p><p class="tblock"><span class="t">38:0043:00</span>The episode exposes the Fleet's inability to agree on justice for Baltar.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E14</span><span class="arc-name">The Woman King</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Helo investigates a medical dispute. A Sagittaron patient dies under suspicious circumstances.</p><p class="tblock"><span class="t">08:0018:00</span>Helo discovers discrimination against Sagittarons.</p><p class="tblock"><span class="t">18:0028:00</span>Social divisions within the Fleet become important.</p><p class="tblock"><span class="t">28:0038:00</span>Helo confronts medical personnel.</p><p class="tblock"><span class="t">38:0043:00</span>He continues trying to protect marginalized civilians. The episode demonstrates how quickly old Colonial prejudices return.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E15</span><span class="arc-name">A Day in the Life</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Adama and Roslin are trapped on a damaged ship or isolated structure during an investigation.</p><p class="tblock"><span class="t">08:0018:00</span>Their situation forces them to discuss their relationship.</p><p class="tblock"><span class="t">18:0028:00</span>Flashbacks reveal earlier difficulties between Adama and his family.</p><p class="tblock"><span class="t">28:0038:00</span>They come close to dying.</p><p class="tblock"><span class="t">38:0043:00</span>Both survive. Their mutual trust becomes stronger.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E16</span><span class="arc-name">Dirty Hands</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Tyrol discovers serious labor inequality aboard the Fleet.</p><p class="tblock"><span class="t">08:0018:00</span>Workers operating fuel and agricultural infrastructure demand recognition.</p><p class="tblock"><span class="t">18:0028:00</span>Tyrol becomes the face of labor reform.</p><p class="tblock"><span class="t">28:0038:00</span>The Fleet's hierarchy begins treating the workers as a political problem.</p><p class="tblock"><span class="t">38:0043:00</span>Tyrol chooses to protect the workers despite pressure from Adama. The Fleet is shown to have recreated class divisions.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E17</span><span class="arc-name">Maelstrom</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Starbuck experiences strange visions. She begins believing she has a special destiny.</p><p class="tblock"><span class="t">08:0018:00</span>Starbuck encounters strange phenomena during combat.</p><p class="tblock"><span class="t">18:0028:00</span>She sees visions of Leoben. Her sense of reality weakens.</p><p class="tblock"><span class="t">28:0038:00</span>Starbuck's Viper is destroyed.</p><p class="tblock"><span class="t">38:0043:00</span>Starbuck disappears. Adama believes she is dead. The Fleet mourns her. The episode ends with the implication that something supernatural or unexplained has happened.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E18</span><span class="arc-name">The Son Also Rises</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Baltar prepares for legal proceedings.</p><p class="tblock"><span class="t">08:0018:00</span>A lawyer named Romō Lampkin becomes involved. He takes Baltar's case.</p><p class="tblock"><span class="t">18:0028:00</span>Lampkin's personal motives become clearer. His own family history influences his actions.</p><p class="tblock"><span class="t">28:0038:00</span>Political factions attempt to use Baltar's trial for their own purposes.</p><p class="tblock"><span class="t">38:0043:00</span>The Fleet prepares for the major trial. Lampkin's defense strategy becomes increasingly ambitious.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E19</span><span class="arc-name">Crossroads, Part I</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Baltar's trial continues. Evidence reveals contradictory stories about the Fall.</p><p class="tblock"><span class="t">08:0018:00</span>Apollo is increasingly conflicted over Baltar's guilt.</p><p class="tblock"><span class="t">18:0028:00</span>Colonel Tigh begins hearing strange music.</p><p class="tblock"><span class="t">28:0038:00</span>Other characters begin experiencing unusual visions or sounds.</p><p class="tblock"><span class="t">38:0043:00</span>Four characters become connected to mysterious musical themes.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S03E20</span><span class="arc-name">Crossroads, Part II</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Baltar's trial reaches its conclusion.</p><p class="tblock"><span class="t">08:0018:00</span>Evidence against him becomes politically complicated. Testimony raises questions about what happened during the Cylon occupation.</p><p class="tblock"><span class="t">18:0028:00</span>Baltar is acquitted.</p><p class="tblock"><span class="t">28:0038:00</span>Four characters discover they are Cylons: Saul Tigh Galen Tyrol Samuel Anders Tory Foster</p><p class="tblock"><span class="t">38:0043:00</span>The four hear the same mysterious music. The Fleet receives a strange signal. Dee shoots herself. The episode ends with the revelation that four members of the Colonial community are members of the Final Five.</p></div></div></div>
<div class="band" id="razor"><h2>Razor</h2><p class="lead">Razor is a two-hour special centered on Kendra Shaw and the Pegasus, while also revealing important events surrounding the Cylon conflict.</p><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">special</span><span class="arc-name">The Pegasus Story</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0015:00</span>Kendra Shaw joins Pegasus. Admiral Cain trains her to become a ruthless officer.</p><p class="tblock"><span class="t">15:0030:00</span>Pegasus survives the Cylon attack independently.</p><p class="tblock"><span class="t">30:0050:00</span>Shaw becomes deeply loyal to Cain. Pegasus begins operating with Cain's extreme military philosophy.</p><p class="tblock"><span class="t">50:0070:00</span>Shaw encounters a Cylon hybrid. The hybrid gives cryptic warnings.</p><p class="tblock"><span class="t">70:0090:00</span>Pegasus faces catastrophic danger. Shaw must choose between obedience and morality. 90:00110:00 Shaw sacrifices herself to save others. The story connects directly to the events surrounding Season 2.</p></div></div></div>
<div class="band" id="s4a"><h2>Season 4 — Part 1 (Episodes 110)</h2><p class="lead">Season 4 contains the final 20 regular numbered episodes plus the Face of the Enemy webisodes. It begins with Starbuck's return and ends with the destruction of the old Colonial civilization and the founding of a new human civilization on Earth.</p><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E01</span><span class="arc-name">He That Believeth in Me</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Starbuck returns unexpectedly. She claims only a few hours have passed from her perspective.</p><p class="tblock"><span class="t">08:0018:00</span>She insists she has found Earth. Her Viper is inspected.</p><p class="tblock"><span class="t">18:0028:00</span>Galactica's crew does not trust her. Roslin is particularly skeptical.</p><p class="tblock"><span class="t">28:0038:00</span>Starbuck reveals she has a new Viper. The Fleet follows her clues.</p><p class="tblock"><span class="t">38:0043:00</span>Cylon and Colonial identity questions become increasingly blurred. Starbuck's return becomes one of the central mysteries of the final season.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E02</span><span class="arc-name">Six of One</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Cylon society fractures over the Final Five.</p><p class="tblock"><span class="t">08:0018:00</span>Number One and other Cylons consider changing their beliefs about resurrection.</p><p class="tblock"><span class="t">18:0028:00</span>The Cylon civil conflict becomes open. The concept of "human" and "Cylon" becomes increasingly unstable.</p><p class="tblock"><span class="t">28:0038:00</span>Starbuck struggles to convince Galactica's crew that her mission is legitimate.</p><p class="tblock"><span class="t">38:0043:00</span>Cylon politics move toward civil war.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E03</span><span class="arc-name">The Ties That Bind</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Chief Tyrol's marriage deteriorates.</p><p class="tblock"><span class="t">08:0018:00</span>Human/Cylon relationships become increasingly difficult.</p><p class="tblock"><span class="t">18:0028:00</span>Hera's significance grows.</p><p class="tblock"><span class="t">28:0038:00</span>Cylon society continues fracturing.</p><p class="tblock"><span class="t">38:0043:00</span>Relationships throughout the Fleet show the same pattern as human-Cylon politics: old loyalties are no longer enough.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E04</span><span class="arc-name">Escape Velocity</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Gaius Baltar develops a religious movement.</p><p class="tblock"><span class="t">08:0018:00</span>Baltar's followers begin worshiping him and Number Six's teachings.</p><p class="tblock"><span class="t">18:0028:00</span>Galen Tyrol struggles with his new Cylon identity.</p><p class="tblock"><span class="t">28:0038:00</span>Tyrol's religious and emotional beliefs begin collapsing.</p><p class="tblock"><span class="t">38:0043:00</span>Baltar's cult becomes politically significant.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E05</span><span class="arc-name">The Road Less Traveled</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Starbuck returns to active military service.</p><p class="tblock"><span class="t">08:0018:00</span>Apollo and Starbuck discuss her strange disappearance.</p><p class="tblock"><span class="t">18:0028:00</span>The Fleet investigates Cylon technology.</p><p class="tblock"><span class="t">28:0038:00</span>Anders struggles with his own memories.</p><p class="tblock"><span class="t">38:0043:00</span>Human and Cylon boundaries continue becoming less clear.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E06</span><span class="arc-name">Faith</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Roslin's cancer worsens. Her physical condition becomes critical.</p><p class="tblock"><span class="t">08:0018:00</span>She and Adama discuss their uncertain future.</p><p class="tblock"><span class="t">18:0028:00</span>A new ship and new people introduce religious questions.</p><p class="tblock"><span class="t">28:0038:00</span>Kara continues pursuing clues about Earth.</p><p class="tblock"><span class="t">38:0043:00</span>Roslin's faith in the prophecy is renewed.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E07</span><span class="arc-name">Guess What's Coming to Dinner?</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>A Cylon Basestar becomes a possible diplomatic bridge.</p><p class="tblock"><span class="t">08:0018:00</span>The rebel Cylons want help against the other Cylons.</p><p class="tblock"><span class="t">18:0028:00</span>Human-Cylon cooperation becomes a genuine strategic possibility.</p><p class="tblock"><span class="t">28:0038:00</span>The Fleet faces internal opposition to cooperation.</p><p class="tblock"><span class="t">38:0043:00</span>The mission brings humans and rebel Cylons closer together.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E08</span><span class="arc-name">Sine Qua Non</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>Roslin goes missing.</p><p class="tblock"><span class="t">08:0018:00</span>Adama becomes desperate to find her.</p><p class="tblock"><span class="t">18:0028:00</span>Starbuck and Apollo search for her.</p><p class="tblock"><span class="t">28:0038:00</span>Adama's emotional attachment to Roslin becomes impossible to hide.</p><p class="tblock"><span class="t">38:0043:00</span>Roslin is rescued. Adama and Roslin's relationship becomes one of the central emotional pillars of the final season.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E09</span><span class="arc-name">The Hub</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The rebel Cylons decide to attack the Cylon resurrection system.</p><p class="tblock"><span class="t">08:0018:00</span>The plan involves the Resurrection Hub.</p><p class="tblock"><span class="t">18:0028:00</span>Number Six and Baltar are caught up in the operation.</p><p class="tblock"><span class="t">28:0038:00</span>The Hub is attacked.</p><p class="tblock"><span class="t">38:0043:00</span>The Resurrection Hub is destroyed. Cylon resurrection is effectively ended. The political balance of the Cylon civil war changes permanently.</p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E10</span><span class="arc-name">Revelations</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span>The Fleet finally discovers the location of what appears to be Earth.</p><p class="tblock"><span class="t">08:0018:00</span>They arrive expecting a thriving human civilization.</p><p class="tblock"><span class="t">18:0028:00</span>The planet is damaged and apparently devastated.</p><p class="tblock"><span class="t">28:0038:00</span>The Colonial leaders discover the ruins of a previous civilization.</p><p class="tblock"><span class="t">38:0043:00</span>The Fleet realizes the planet they found may not be the promised Earth. The episode ends in despair.</p></div></div></div>
<div class="band" id="s4b"><h2>Season 4 — Part 2: The Final Run (Episodes 1120)</h2><p class="lead">Episodes 11 through the series finale — the mutiny, the Final Five's history, and the final assault on the Cylon colony.</p><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E11</span><span class="arc-name">Sometimes a Great Notion</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E12</span><span class="arc-name">A Disquiet Follows My Soul</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E13</span><span class="arc-name">The Oath</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E14</span><span class="arc-name">Blood on the Scales</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E15</span><span class="arc-name">No Exit</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E16</span><span class="arc-name">Deadlock</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E17</span><span class="arc-name">Someone to Watch Over Me</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E18</span><span class="arc-name">Islanded in a Stream of Stars</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0008:00</span></p><p class="tblock"><span class="t">08:0018:00</span></p><p class="tblock"><span class="t">18:0028:00</span></p><p class="tblock"><span class="t">28:0038:00</span></p><p class="tblock"><span class="t">38:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E19</span><span class="arc-name">Daybreak, Part I</span><span class="arc-meta">5 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0010:00</span></p><p class="tblock"><span class="t">10:0020:00</span></p><p class="tblock"><span class="t">20:0030:00</span></p><p class="tblock"><span class="t">30:0040:00</span></p><p class="tblock"><span class="t">40:0043:00</span></p></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">S04E20 · DAYBREAK</span><span class="arc-name">FINAL ACT</span><span class="arc-meta">9 beats</span><span class="arc-arrow"></span></div><div class="arc-body"><p class="tblock"><span class="t">00:0010:00</span></p><p class="tblock"><span class="t">10:0020:00</span></p><p class="tblock"><span class="t">20:0030:00</span></p><p class="tblock"><span class="t">30:0040:00</span></p><p class="tblock"><span class="t">40:0050:00</span></p><p class="tblock"><span class="t">50:0060:00</span></p><p class="tblock"><span class="t">60:0070:00</span></p><p class="tblock"><span class="t">70:0080:00</span></p><p class="tblock"><span class="t">80:0090:00</span></p></div></div></div>
<div class="band" id="face"><h2>Face of the Enemy — Webisodes</h2><p class="lead">Ten webisodes that bridge the two halves of Season 4 (chronologically between S4E10 and S4E11). They help explain Gaeta&#8217;s bitterness and political radicalization.</p><div class="we-grid"><div class="we"><div class="we-head">Episode 1</div><ul class="clean"><li>Gaeta is aboard a Raptor.</li><li>He attempts to maintain order.</li></ul></div><div class="we"><div class="we-head">Episode 2</div><ul class="clean"><li>Gaeta develops a relationship with an Eight.</li></ul></div><div class="we"><div class="we-head">Episode 3</div><ul class="clean"><li>Personal tensions aboard the ship increase.</li></ul></div><div class="we"><div class="we-head">Episode 4</div><ul class="clean"><li>Gaeta's secret romantic relationship becomes politically dangerous.</li></ul></div><div class="we"><div class="we-head">Episode 5</div><ul class="clean"><li>The crew begins questioning the Cylon's identity.</li></ul></div><div class="we"><div class="we-head">Episode 6</div><ul class="clean"><li>Gaeta experiences worsening physical pain.</li></ul></div><div class="we"><div class="we-head">Episode 7</div><ul class="clean"><li>His leg injury becomes critical.</li></ul></div><div class="we"><div class="we-head">Episode 8</div><ul class="clean"><li>The crew becomes increasingly unstable.</li></ul></div><div class="we"><div class="we-head">Episode 9</div><ul class="clean"><li>Gaeta realizes the ship may not survive.</li></ul></div><div class="we"><div class="we-head">Episode 10</div><ul class="clean"><li>The webseries ends directly before the second half of Season 4.</li><li>It helps explain Gaeta's bitterness and political radicalization.</li><li>The Fleet examines the devastated Earth.</li><li>The discovery appears to destroy the prophetic narrative.</li><li>The remains contain evidence of nuclear destruction.</li><li>The Five's history begins to become clearer.</li><li>Kara discovers evidence that the planet's history is connected to the Cylons.</li><li>The episode reveals that the Earth found by the Colonials was the home of an earlier generation of humans/Cylons.</li><li>The discovery triggers a massive crisis.</li><li>Humans and rebel Cylons are increasingly living together.</li><li>The Fleet's civilian population becomes divided over Cylon integration.</li><li>Roslin tries to maintain political unity.</li><li>Baltar's religious movement becomes more influential.</li><li>The future government of the Fleet begins to look completely different.</li><li>Gaeta's political movement begins planning a mutiny.</li><li>Humans opposed to Cylon integration join the conspiracy.</li><li>Gaeta and Zarek attempt to seize political control.</li><li>Galactica's command structure begins collapsing.</li><li>The mutiny becomes an open coup.</li><li>Loyalist personnel resist.</li><li>Gaeta's coup continues.</li><li>Loyalist officers are imprisoned or killed.</li><li>Adama and Roslin's supporters attempt to regain the ship.</li><li>The mutineers lose control of key systems.</li><li>Gaeta and Zarek are captured.</li><li>Both are executed.</li><li>The mutiny is over.</li><li>Anders' memories become increasingly important.</li><li>Ellen Tigh's history is revealed.</li><li>The origins of the Cylons are explored.</li><li>The Final Five's connection to ancient Cylon history becomes clearer.</li><li>The episode reveals that the story of human and Cylon creation stretches far deeper into the past than the Colonials understood.</li><li>Cylon political tensions continue.</li><li>Ellen's return creates complications.</li><li>Human and Cylon alliances remain unstable.</li><li>Hera's importance continues increasing.</li><li>The Fleet attempts to maintain unity while preparing for the final confrontation.</li><li>Kara continues searching for the meaning of her return.</li><li>She discovers music linked to the mysterious signal.</li><li>Kara realizes the music may be connected to the Final Five.</li><li>The identity of Kara herself becomes one of the series' greatest mysteries.</li><li>The episode strongly hints that Kara may be something different from an ordinary human or conventional Cylon.</li><li>Galactica's structure is deteriorating.</li><li>Years of combat have physically damaged the ship.</li><li>Adama worries the Battlestar cannot continue indefinitely.</li><li>Tyrol and the engineering crew struggle to maintain the ship.</li><li>Adama reflects on his relationship with Galactica.</li><li>The ship becomes almost a character itself.</li><li>The crew prepares for one final mission.</li><li>The Fleet prepares for its final mission.</li><li>Adama and the Fleet's leaders discuss the future.</li><li>Flashbacks begin revealing events from before the Fall.</li><li>The story reveals more of Adama's personal history.</li><li>The final confrontation with the Cylons approaches.</li><li>The Fleet prepares to rescue Hera.</li><li>The Cylons have captured Hera.</li><li>Humans and rebel Cylons launch a final combined assault.</li><li>Galactica jumps directly into the Cylon colony.</li><li>Colonial Marines enter the colony.</li><li>Vipers attack Cylon forces.</li><li>Centurions fight human soldiers.</li><li>Boomer helps rescue Hera.</li><li>Boomer ultimately realizes where her loyalty lies.</li><li>Cylon forces collapse.</li><li>The alliance between humans and rebel Cylons succeeds.</li><li>Adama confronts Cavil.</li><li>Cavil dies during the final confrontation.</li><li>The Fleet destroys the Cylon colony.</li><li>Human and Cylon survivors escape aboard Galactica.</li><li>90:00105:00</li><li>The Fleet searches for a final home.</li><li>The idea of continuing the old civilization is abandoned.</li><li>105:00120:00</li><li>The Fleet discovers the planet that will become modern Earth.</li><li>Humanity chooses to settle there permanently.</li><li>120:00135:00</li><li>The survivors abandon advanced Colonial technology.</li><li>The people of the Fleet gradually begin forming primitive settlements.</li><li>135:00150:00</li><li>The fleet is scattered.</li><li>Ships are sent away.</li><li>Galactica's journey ends.</li><li>150:00165:00</li><li>Adama and Roslin visit the wilderness together.</li><li>Roslin's illness finally takes her life.</li><li>165:00180:00</li><li>Adama mourns Roslin.</li><li>Humanity begins its new existence on Earth.</li><li>The Colonials and surviving Cylons become ancestors of modern humans.</li><li>Final scenes</li><li>Centuries/millennia later, modern humans are shown on Earth.</li><li>Baltar and Number Six appear as mysterious angelic figures.</li><li>They discuss the repeating cycle of technological development.</li><li>Advanced robots and artificial intelligence have begun emerging again.</li><li>The series asks whether humanity will repeat its previous mistakes.</li><li>The final idea is that the cycle may happen again.</li><li>The finale establishes that the survivors' settlement becomes part of Earth's ancient human history and that the Colonials' descendants contribute to modern humanity.</li></ul></div></div></div>
<div class="band" id="plan"><h2>The Plan</h2><p class="lead">The Plan retells events from the Cylons' perspective, particularly during the Miniseries and early seasons.</p><ul class="clean plan-list"><li>The Cylons plan the destruction of the Twelve Colonies.</li><li>Cylon agents are positioned throughout Colonial society.</li><li>John Cavil manipulates multiple Cylon models.</li><li>The Cylons debate how to destroy humanity.</li><li>Several humanoid Cylons participate in the attack.</li><li>Number Six's relationship with Baltar is shown from a different perspective.</li><li>Boomer's actions aboard Galactica receive additional context.</li><li>Caprica Six's experience is expanded.</li><li>Ellen Tigh is revealed to have a much greater Cylon significance than initially apparent.</li><li>Cavil's hostility toward the Final Five becomes increasingly obvious.</li><li>The Plan demonstrates that not every Cylon agreed with Cavil's methods.</li><li>The movie ends by reinforcing the eventual Cylon civil war.</li></ul></div>
<div class="band" id="events"><h2>The Whole Series at a Glance</h2><p class="lead">The major events across the entire series — the enemy, the government, the fleet, and every central character&#8217;s arc.</p><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 1</span><span class="arc-name">The Fall</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>The Cylons destroy the Twelve Colonies.</li><li>Roughly tens of billions of people are killed.</li><li>A tiny fleet survives.</li><li>Galactica becomes the central military protector.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 2</span><span class="arc-name">The Fleet</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Civilian ships are continuously added and lost.</li><li>Fuel is repeatedly scarce.</li><li>Water is nearly lost entirely.</li><li>Food production becomes a major issue.</li><li>Ship maintenance becomes harder every year.</li><li>The fleet eventually becomes a miniature civilization.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 3</span><span class="arc-name">The Colonial Government</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Roslin becomes President.</li><li>Zarek becomes a political revolutionary figure.</li><li>Baltar becomes Vice President.</li><li>Baltar eventually becomes President.</li><li>Democracy repeatedly conflicts with military necessity.</li><li>Martial law is imposed.</li><li>Democracy is restored.</li><li>The Quorum survives multiple political crises.</li><li>The government eventually becomes a mixture of Colonials and Cylons.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 4</span><span class="arc-name">The Cylons</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>The Cylons are not one unified group.</li><li>There are multiple humanoid models.</li><li>The Final Five are fundamentally different from the other models.</li><li>Cylons possess religion, politics, relationships and internal disagreements.</li><li>Cylon resurrection allows consciousness to transfer into new bodies.</li><li>The Resurrection Hub is eventually destroyed.</li><li>Cylon society splits into factions.</li><li>Rebel Cylons ally with humanity.</li><li>The traditional Cylon hierarchy collapses.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 5</span><span class="arc-name">Baltar</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Begins as a brilliant but arrogant scientist.</li><li>Has a relationship with Number Six.</li><li>Accidentally provides access that helps destroy the Colonies.</li><li>Becomes haunted by an internal version of Six.</li><li>Becomes Vice President.</li><li>Becomes President.</li><li>Loses political credibility.</li><li>Is accused of collaboration.</li><li>Is put on trial.</li><li>Is acquitted.</li><li>Creates a religious movement.</li><li>Becomes involved in the human-Cylon alliance.</li><li>Ultimately survives the final battle.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 6</span><span class="arc-name">Kara "Starbuck" Thrace</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Starts as Galactica's most talented but reckless pilot.</li><li>Carries guilt over Zak Adama's death.</li><li>Captures and flies a Cylon Raider.</li><li>Survives on Caprica.</li><li>Returns to the Fleet.</li><li>Becomes imprisoned by Leoben.</li><li>Develops strange religious visions.</li><li>Apparently dies in "Maelstrom."</li><li>Returns mysteriously.</li><li>Claims to have found Earth.</li><li>Discovers the mysterious song.</li><li>Helps identify the path to the true Earth.</li><li>Her ultimate nature remains deliberately mysterious.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 7</span><span class="arc-name">Lee "Apollo" Adama</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Begins as an estranged son.</li><li>Becomes one of Galactica's principal pilots.</li><li>Develops a relationship with Starbuck.</li><li>Becomes commander of Pegasus.</li><li>Enters politics.</li><li>Defends Baltar.</li><li>Becomes a major political leader.</li><li>Becomes one of the principal figures responsible for the Fleet's future.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 8</span><span class="arc-name">William Adama</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Begins as Galactica's Commander.</li><li>Loses his son Zak.</li><li>Survives the Cylon attack.</li><li>Is shot by Boomer.</li><li>Returns to command.</li><li>Opposes Cain.</li><li>Leads the New Caprica rescue.</li><li>Searches for Earth.</li><li>Develops a relationship with Roslin.</li><li>Loses Roslin.</li><li>Leads the final assault on the Cylon colony.</li><li>Chooses to abandon Colonial civilization.</li><li>Spends his remaining life on the new Earth.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 9</span><span class="arc-name">Laura Roslin</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Begins as Secretary of Education.</li><li>Becomes President after the Fall.</li><li>Establishes civilian government.</li><li>Develops prophetic visions.</li><li>Becomes convinced Earth exists.</li><li>Conflicts with Adama.</li><li>Is arrested.</li><li>Escapes.</li><li>Searches for Kobol.</li><li>Leads the government through the New Caprica crisis.</li><li>Develops a romantic relationship with Adama.</li><li>Battles cancer.</li><li>Eventually reaches Earth.</li><li>Dies peacefully after the journey ends.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 10</span><span class="arc-name">Saul Tigh</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Starts as Adama's closest military officer.</li><li>Becomes acting commander.</li><li>Imposes martial law.</li><li>Leads resistance on New Caprica.</li><li>Loses an eye.</li><li>Is tortured.</li><li>Discovers he is a Cylon.</li><li>Learns Ellen is also a Cylon.</li><li>Becomes one of the Final Five.</li><li>Struggles desperately with his own identity.</li><li>Participates in the final alliance.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 11</span><span class="arc-name">Sharon "Boomer" Valerii</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>Begins as a Galactica Raptor pilot.</li><li>Secretly commits acts of sabotage.</li><li>Is revealed to be a Cylon.</li><li>Struggles with her identity.</li><li>Helo falls in love with her.</li><li>Becomes pregnant with Hera.</li><li>Is repeatedly resurrected as a Cylon.</li><li>Eventually sides more strongly with humanity.</li><li>Helps rescue Hera.</li><li>Plays a major role in the final conflict.</li></ul></div></div><div class="arc" aria-expanded="false"><div class="arc-head"><span class="arc-tag">arc 12</span><span class="arc-name">Hera</span><span class="arc-arrow"></span></div><div class="arc-body"><ul class="clean"><li>First major human-Cylon hybrid child.</li><li>Becomes the focus of both human and Cylon factions.</li><li>Is hidden from the Cylons.</li><li>Is raised under false identities.</li><li>Becomes symbolically important to the prophecy.</li><li>Is eventually captured.</li><li>Her kidnapping triggers the final assault.</li><li>Her descendants eventually become central to Earth's future.</li></ul></div></div></div>
<div class="band" id="story"><h2>Master Storyline — in Chronological Order</h2><p class="lead">The entire saga, from the Cylons&#8217; creation to the final question: will humanity repeat its history?</p><ol class="story"><li><span class="sn">1.</span>Humanity creates the Cylons.</li><li><span class="sn">2.</span>The Cylons rebel.</li><li><span class="sn">3.</span>The Cylons and humanity fight a devastating war.</li><li><span class="sn">4.</span>The Cylons leave Colonial space.</li><li><span class="sn">5.</span>The Cylons develop humanoid bodies.</li><li><span class="sn">6.</span>The Final Five travel from another Cylon civilization.</li><li><span class="sn">7.</span>The Final Five make contact with the other Cylons.</li><li><span class="sn">8.</span>The Cylon models are created.</li><li><span class="sn">9.</span>John Cavil turns against the Final Five.</li><li><span class="sn">10.</span>The Cylons plan the destruction of the Twelve Colonies.</li><li><span class="sn">11.</span>Number Six seduces/manipulates Baltar.</li><li><span class="sn">12.</span>Baltar unknowingly gives Six access to critical Colonial systems.</li><li><span class="sn">13.</span>The Colonies are nuked.</li><li><span class="sn">14.</span>Galactica survives.</li><li><span class="sn">15.</span>Roslin becomes President.</li><li><span class="sn">16.</span>The Fleet escapes.</li><li><span class="sn">17.</span>Cylon pursuit begins.</li><li><span class="sn">18.</span>Water sabotage occurs.</li><li><span class="sn">19.</span>The Astral Queen and Tom Zarek become important.</li><li><span class="sn">20.</span>Starbuck confronts her guilt over Zak.</li><li><span class="sn">21.</span>The Fleet discovers humanoid Cylons can infiltrate humans.</li><li><span class="sn">22.</span>Leoben is captured.</li><li><span class="sn">23.</span>Kobol is discovered.</li><li><span class="sn">24.</span>The Arrow of Apollo becomes central.</li><li><span class="sn">25.</span>Adama is shot.</li><li><span class="sn">26.</span>Roslin takes back the presidency.</li><li><span class="sn">27.</span>Starbuck retrieves the Arrow.</li><li><span class="sn">28.</span>Adama recovers.</li><li><span class="sn">29.</span>Kobol's Tomb is found.</li><li><span class="sn">30.</span>Earth is given a real direction.</li><li><span class="sn">31.</span>The Fleet discovers Pegasus.</li><li><span class="sn">32.</span>Cain and Adama clash.</li><li><span class="sn">33.</span>The Resurrection Ship is destroyed.</li><li><span class="sn">34.</span>Helo and Sharon's relationship produces Hera.</li><li><span class="sn">35.</span>Baltar becomes President.</li><li><span class="sn">36.</span>New Caprica is colonized.</li><li><span class="sn">37.</span>Cylons discover New Caprica.</li><li><span class="sn">38.</span>The Cylon occupation begins.</li><li><span class="sn">39.</span>Human resistance forms.</li><li><span class="sn">40.</span>Tigh leads the resistance.</li><li><span class="sn">41.</span>Kara is tortured by Leoben.</li><li><span class="sn">42.</span>The Galactica fleet returns.</li><li><span class="sn">43.</span>The New Caprica evacuation occurs.</li><li><span class="sn">44.</span>Galactica performs the atmospheric maneuver.</li><li><span class="sn">45.</span>Humanity escapes New Caprica.</li><li><span class="sn">46.</span>Collaborator trials begin.</li><li><span class="sn">47.</span>Baltar is held by the Cylons.</li><li><span class="sn">48.</span>Human resistance and Cylon factions begin interacting.</li><li><span class="sn">49.</span>The infected Cylons reveal biological warfare possibilities.</li><li><span class="sn">50.</span>The Colonial government struggles with ethics.</li><li><span class="sn">51.</span>The Fleet discovers the Temple of Five.</li><li><span class="sn">52.</span>Starbuck disappears.</li><li><span class="sn">53.</span>Baltar is put on trial.</li><li><span class="sn">54.</span>Tigh, Tyrol, Anders and Tory learn they are Cylons.</li><li><span class="sn">55.</span>Starbuck returns.</li><li><span class="sn">56.</span>Cylon society enters civil war.</li><li><span class="sn">57.</span>The rebel Cylons ally with humanity.</li><li><span class="sn">58.</span>The Resurrection Hub is destroyed.</li><li><span class="sn">59.</span>The Fleet reaches the devastated Earth.</li><li><span class="sn">60.</span>The Colonials discover the planet is not the promised Earth in the way they expected.</li><li><span class="sn">61.</span>The Final Five's history is revealed.</li><li><span class="sn">62.</span>Gaeta's mutiny occurs.</li><li><span class="sn">63.</span>Gaeta and Zarek are executed.</li><li><span class="sn">64.</span>Humanity and rebel Cylons prepare for the final battle.</li><li><span class="sn">65.</span>Hera is kidnapped.</li><li><span class="sn">66.</span>Galactica launches one final assault.</li><li><span class="sn">67.</span>Hera is rescued.</li><li><span class="sn">68.</span>Cavil is defeated.</li><li><span class="sn">69.</span>The Cylon colony is destroyed.</li><li><span class="sn">70.</span>The Fleet reaches the true Earth.</li><li><span class="sn">71.</span>The Colonials abandon advanced technology.</li><li><span class="sn">72.</span>The Fleet's ships are scattered.</li><li><span class="sn">73.</span>Modern Earth humanity descends from the survivors.</li><li><span class="sn">74.</span>The technological cycle begins again.</li><li><span class="sn">75.</span>The final question is whether humanity will repeat its history.</li></ol></div>
</div>
<div class="back" data-anim="fade">
<div class="btns">
<a href="top-shows.html">← back to my top shows</a>
<a class="secure" href="share.html">my profile</a>
</div>
</div>
<div class="no-grav" data-anim="fade">made by <a href="index.html">miles</a>. not ai</div>
<div class="src-note" data-anim="fade">approximate timestamps, not frame-accurate; extended versions exist for Pegasus, Unfinished Business, Razor, A Disquiet Follows My Soul, Islanded in a Stream of Stars, and Daybreak. stats: IMDb (8.7, ~187K votes), Rotten Tomatoes (95/94), FlixPatrol/reporting.</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/anime.min.js"></script>
<script>
(function(){
(function bg(){
var canvas = document.getElementById('bgCanvas');
if(!canvas) return;
var ctx = canvas.getContext('2d');
var reduced = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;
var orbs = [], parts = [];
var COLORS = [[200,30,30],[224,20,43],[20,36,63],[168,85,247]];
function resize(){
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
seed();
}
function seed(){
orbs = []; parts = [];
var w = canvas.width, h = canvas.height;
var oCount = Math.min(7, Math.round(w / 200) + 3);
for(var i=0;i<oCount;i++){
orbs.push({
x: Math.random()*w, y: Math.random()*h,
r: 110 + Math.random()*220,
c: COLORS[i % COLORS.length],
sp: 0.10 + Math.random()*0.22,
a: 0.14 + Math.random()*0.12,
ox: Math.random()*1000, oy: Math.random()*1000
});
}
var pCount = Math.min(80, Math.round(w*h/18000));
for(var j=0;j<pCount;j++){
parts.push({
x: Math.random()*w, y: Math.random()*h,
r: 0.6 + Math.random()*1.6,
sp: 0.05 + Math.random()*0.25,
ph: Math.random()*Math.PI*2, oy: Math.random()*100
});
}
}
var t = 0;
function frame(){
requestAnimationFrame(frame);
if(reduced) return;
ctx.clearRect(0,0,canvas.width,canvas.height);
t += 0.008;
ctx.globalCompositeOperation = 'screen';
for(var i=0;i<orbs.length;i++){
var o = orbs[i];
var nx = o.x + Math.sin(t*o.sp + o.ox) * (o.r*0.9);
var ny = o.y + Math.cos(t*o.sp*0.8 + o.oy) * (o.r*0.7) * 0.8;
var g = ctx.createRadialGradient(nx,ny,0,nx,ny,o.r);
g.addColorStop(0, 'rgba('+o.c[0]+','+o.c[1]+','+o.c[2]+','+o.a+')');
g.addColorStop(1, 'rgba('+o.c[0]+','+o.c[1]+','+o.c[2]+',0)');
ctx.fillStyle = g;
ctx.beginPath(); ctx.arc(nx,ny,o.r,0,Math.PI*2); ctx.fill();
}
ctx.globalCompositeOperation = 'source-over';
ctx.fillStyle = 'rgba(40,50,70,0.35)';
for(var p=0;p<parts.length;p++){
var pt = parts[p];
var px = pt.x + Math.sin(t*pt.sp + pt.ph) * 40;
var py = pt.y + Math.cos(t*pt.sp*0.7 + pt.ph*1.7 + pt.oy) * 26;
var tw = 0.4 + 0.6*Math.abs(Math.sin(t*0.6 + pt.ph));
ctx.globalAlpha = tw*0.6;
ctx.beginPath(); ctx.arc(px%canvas.width, py%canvas.height, pt.r, 0, Math.PI*2); ctx.fill();
}
ctx.globalAlpha = 1;
}
window.addEventListener('resize', resize);
resize(); frame();
})();
(function load(){
var body = document.body;
var reduced = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;
body.classList.add('anim');
var done = function(){ body.classList.remove('anim'); };
if (!window.anime || reduced) { done(); return; }
var tl = anime.timeline({ complete: done });
tl
.add({ targets:'[data-anim="txt"]', translateY:[26,0], opacity:[0,1],
duration:560, delay:anime.stagger(90), easing:'easeOutExpo' })
.add({ targets:'[data-anim="fade"]', translateY:[24,0], opacity:[0,1],
duration:520, delay:anime.stagger(70), easing:'easeOutQuint' });
})();
document.querySelectorAll('.arc-head').forEach(function(head){
head.addEventListener('click', function(){
var arc = head.parentElement;
var body = arc.querySelector('.arc-body');
var isOpen = arc.getAttribute('aria-expanded') === 'true';
arc.setAttribute('aria-expanded', String(!isOpen));
if(!window.anime){
body.style.display = isOpen ? 'none' : 'block';
return;
}
if(isOpen){
anime({ targets: body, opacity:[1,0], height:[body.scrollHeight,0],
duration:220, easing:'easeInOutQuad',
complete: function(){ body.style.display='none'; body.style.opacity=''; body.style.height=''; } });
} else {
body.style.display='block';
body.style.opacity=0;
body.style.height=0;
anime({ targets: body, opacity:[0,1], height:[0, body.scrollHeight],
duration:260, easing:'easeOutQuad',
complete: function(){ body.style.height=''; } });
}
});
});
})();
</script>
</body>
</html>