CINXE.COM

Search Satellite Database

<!doctype html> <html lang="en"> <HEAD> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta charset="utf-8"> <TITLE>Search Satellite Database</TITLE> <link href="/footable/css/footable.core.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="/css/style.css" type="text/css"> <!--<script src="/js/jquery-1.11.js"></script>--> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script src="/footable/js/footable.js" type="text/javascript"></script> <script src="/js/tooltip.js" type="text/javascript"></script> </HEAD> <BODY> <script type="text/javascript"> $(function () { $('.footable').footable(); }); </script> <script> var satelliteNames = []; $( function() { $.get( "/sat/snames.php", function( data ) { satelliteNames = data.split("\n"); console.log(satelliteNames); $("#sname" ).autocomplete({ source: satelliteNames }); }); }); </script> <script type='text/javascript' src="/js/passes.js"></script> <script> var startPass = null; var endPass = null; var timer; var issid = 25544; var lat = 1.289987; var lng = 103.850281; go(); </script> <!-- <script type='text/javascript'> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); </script> --> <!-- Google tag Analytics (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QZGWPSKPV5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QZGWPSKPV5'); </script> <script type='text/javascript'> googletag.cmd.push(function() { googletag.defineSlot('/31043081/n2yo-header', [728, 90], 'div-gpt-ad-1438712706402-0').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <div id="headercontainer" style="overflow: auto; zoom: 1"> <table style="width:100%;font-size:14px"> <tr> <td> <div id="logo"> <a href="/"><img src="/img/n2yologo.png" width="200" height="39" border="0" alt="n2yo.com"/></a> <div class="fb-like" data-href="https://www.facebook.com/n2yodotcom" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false" data-font="tahoma"></div> <g:plusone></g:plusone> </div> <span id = "headermessage" style="background-color:#ffffca;border:1px dashed #cacaba;width:300px;"> Tracking <b><span style="color:#d50000">29925</span></b> objects as of 25-Nov-2024 <br/><a href="/space-station/"> HD Live streaming from Space Station</a> <br/> <script src="/js/satellite-js/dist/satellite.min.js"></script> <link rel="stylesheet" href="/css/odometer-theme-car.css" /> <script src="/js/odometer.js"></script> <style> .odometer { font-size: 16px; } </style> <span id="up"><div id="odometer" class="odometer"></div> objects crossing your sky now</up> <script> var items; if (!( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) )) { $.get("/inc/all.php", function(data) { items = data.split('\n'); up(); }); setInterval('up()', 5000); } else { document.getElementById("up").style.display='none'; } function up() { var cnt = 0; for(var i=0;i<items.length;i++) { var line = items[i]; if(line[0]=="1") { var satid = parseInt(line.substr(2,5)); var line1 = items[i]; var line2 = items[i+1]; var satrec = satellite.twoline2satrec(line1, line2); var now = new Date(); var positionAndVelocity = satellite.propagate( satrec, now.getUTCFullYear(), now.getUTCMonth() + 1, now.getUTCDate(), now.getUTCHours(), now.getUTCMinutes(), now.getUTCSeconds() ); var positionEci = positionAndVelocity.position, velocityEci = positionAndVelocity.velocity; var gmst = satellite.gstimeFromDate( now.getUTCFullYear(), now.getUTCMonth() + 1, now.getUTCDate(), now.getUTCHours(), now.getUTCMinutes(), now.getUTCSeconds() ); var deg2rad = Math.PI/180; var observerGd = { longitude: 103.850281 * deg2rad, latitude: 1.289987 * deg2rad, height: 0 }; try { var positionEcf = satellite.eciToEcf(positionEci, gmst); } catch (err) { //console.log("Error: " + err); } var lookAngles = satellite.ecfToLookAngles(observerGd, positionEcf); var dopplerFactor = 0; var azimuth = lookAngles.azimuth, elevation = lookAngles.elevation, rangeSat = lookAngles.rangeSat; azimuth1 = azimuth*180/Math.PI; elevation1 = elevation*180/Math.PI; if(elevation1>10) { cnt++; } } } odometer.innerHTML = cnt; } </script> </span> </td> <td valign="top" align="center" width="200"> <!--<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>--> <!-- n2yo-com-234x60 --> <!--<ins class="adsbygoogle" style="display:inline-block;width:234px;height:60px" data-ad-client="ca-pub-8839140430005838" data-ad-slot="1743584802"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>--> <b><span id="countdown" style="display:block"></span></b> </td> <td align="right" valign="top"> <form action="/database/#results" method="GET"> <div id="searchbox" align="right"> <br/> <INPUT TYPE="text" NAME="q" ID="srcsat" style="font-size: 14px; background-color: #FFFFFF;width:140px" size="12" value="Find a satellite..." onFocus='document.getElementById("srcsat").value="";'> <INPUT TYPE="submit" value="Search" style="font-size: 12px; background-color:#D8D8D8; color:#000000; margin-right: 6px;"> <div align="right"> <a href="https://www.facebook.com/n2yodotcom">N2YO.com on Facebook</a> &nbsp;&nbsp; <A HREF="/database/">Advanced</A>&nbsp;&nbsp;&nbsp;</div> </form> </div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> </tr> </td> </table> </div> <div id="admobiheader"> <!-- <script id="mNCC" language="javascript"> medianet_width = "468"; medianet_height = "60"; medianet_crid = "344318977"; medianet_versionId = "111299"; (function() { var isSSL = 'https:' == document.location.protocol; var mnSrc = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/nmedianet.js?cid=8CUY6IMG3' + (isSSL ? '&https=1' : ''); document.write('<scr' + 'ipt type="text/javascript" id="mNSC" src="' + mnSrc + '"></scr' + 'ipt>'); })(); </script> --> </div> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=372896566168367"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-8839140430005838", enable_page_level_ads: true }); </script> --> <!-- <div style="height:24px;background-color:#ff0000;color:#fff;"> <center><strong><a href="https://www.n2yo.com/?s=49220" style="color:#fff;visited:#fff;active:#fff;hover:#eee">Track INSPIRATION-4</a></strong></center> --> </div> <link href="/ddmenu/ddmenu.css" rel="stylesheet" type="text/css" /> <script src="/ddmenu/ddmenu.js" type="text/javascript"></script> <!--INFOLINKS_OFF--> <nav id="ddmenu"> <div class="menu-icon"></div> <ul> <li class="no-sub"><a class="top-heading" href="https://www.n2yo.com/">Home</a></li> <li> <span class="top-heading"><a class="top-heading" href="/satellites/?c=most-popular">Most tracked</a></span> <i class="caret"></i> <div class="dropdown"> <div class="dd-inner"> <div class="column"> <A HREF="/satellite/?s=25544">SPACE STATION</A> <A HREF="/satellite/?s=36516">SES 1</A> <A HREF="/satellite/?s=33591">NOAA 19</A> <A HREF="/satellite/?s=29155">GOES 13</A> <A HREF="/satellite/?s=25338">NOAA 15</A> <A HREF="/satellite/?s=28654">NOAA 18</A> <A HREF="/satellite/?s=25994">TERRA</A> <A HREF="/satellite/?s=27424">AQUA</A> <A HREF="/satellite/?s=38771">METOP-B</A> <A HREF="/satellite/?s=37849">SUOMI NPP</A> <A HREF="/satellite/?s=36411">GOES 15</A> <A HREF="/satellite/?s=40967">FOX-1A (AO-85)</A> <A HREF="/satellite/?s=27607">SAUDISAT 1C</A> <A HREF="/satellite/?s=41332">KMS-4</A> <A HREF="/satellite/?s=37820">TIANGONG 1</A> <A HREF="/satellite/?s=40069">METEOR M2</A> <A HREF="/satellite/?s=25657">ASIASAT 3S</A> <A HREF="/satellite/?s=36032">NSS 12</A> <A HREF="/satellite/?s=31135">AGILE</A> <A HREF="/satellite/?s=40147">MEASAT 3B</A> <a href="/satellites/?c=most-popular">MORE...</a> </div> </div> </div> </li> <li> <span class="top-heading"><a class="top-heading" href="/satellites/?c=latest-launches">Just launched</a></span> <i class="caret"></i> <div class="dropdown"> <div class="dd-inner"> <div class="column"> <A HREF="/satellite/?s=62006">OPTUS-X</A> <A HREF="/satellite/?s=61983">TIANZHOU 8</A> <A HREF="/satellite/?s=61982">STARLINK-32560</A> <A HREF="/satellite/?s=61981">STARLINK-32522</A> <A HREF="/satellite/?s=61980">STARLINK-32517</A> <A HREF="/satellite/?s=61979">STARLINK-32578</A> <A HREF="/satellite/?s=61978">STARLINK-32606</A> <A HREF="/satellite/?s=61977">STARLINK-32607</A> <A HREF="/satellite/?s=61976">STARLINK-32611</A> <A HREF="/satellite/?s=61975">STARLINK-32586</A> <A HREF="/satellite/?s=61974">STARLINK-32593</A> <A HREF="/satellite/?s=61973">STARLINK-32601</A> <A HREF="/satellite/?s=61972">STARLINK-32612</A> <A HREF="/satellite/?s=61971">STARLINK-32610</A> <A HREF="/satellite/?s=61970">STARLINK-32613</A> <A HREF="/satellite/?s=61969">STARLINK-32450</A> <A HREF="/satellite/?s=61968">STARLINK-32471</A> <A HREF="/satellite/?s=61967">STARLINK-32518</A> <A HREF="/satellite/?s=61966">STARLINK-32498</A> <A HREF="/satellite/?s=61965">STARLINK-32514</A> <a href="/satellites/?c=latest-launches">MORE...</a> </div> </div> </div> </li> <li> <span class="top-heading">Satellites on orbit</span> <i class="caret"></i> <div class="dropdown"> <div class="dd-inner"> <div class="column"> <h4><a href="/satellites/">CATEGORIES</a></h4> <a href="/satellites/?c=2">Int'l Space Station</a> <a href="/satellites/?c=54">Chinese Space Station</a> <a href="/satellites/?c=1">Brightest</a> <a href="/satellites/?c=52">Starlink</a> <a href="/satellites/?c=20">GPS Operational</a> <a href="/satellites/?c=21">Glonass Operational</a> <a href="/satellites/?c=22">Galileo</a> <a href="/satellites/?c=35">Beidou</a> <a href="/satellites/?c=30">Military</a> <a href="/satellites/?c=15">Iridium</a> <a href="/satellites/?c=17">Globalstar</a> <a href="/satellites/?c=10">Geostationary</a> <a href="/satellites/?c=26">Space & Earth Science</a> <a href="/satellites/?c=3">Weather</a> <a href="/satellites/?c=18">Amateur radio</a> <a href="/satellites/">MORE CATEGORIES...</a> </div> <div class="column"> <h4><a href="/whats-up/whats-up-now.php">WHAT'S UP?</a></h4> <a href="/passes/amateur-radio.php">Amateur radio sat passes</a> <a href="/whats-up/?c=20">GPS satellites</a> <a href="/whats-up/?c=21">Glonass satellites</a> <a href="/whats-up/?c=35">Beidou satellites</a> <a href="/whats-up/?c=22">Galileo satellites</a> <a href="/whats-up/?c=15">Iridium satellites</a> <a href="/whats-up/?c=17">Globalstar satellites</a> <!--<a href="/whats-up/whats-up-now.php" style="color:red">What's up in your sky now?</a>--> <br/> <h4><a href="/database/">FIND A SATELLITE</a></h4> <a href="/database/"> SEARCH DATABASE</a> <a href="/browse/"> BROWSE BY LAUNCH DATE</a> <a href="/satellites/"> BROWSE BY CATEGORY</a> <a href="/satellites/?c=&t=country"> BROWSE BY COUNTRY</a> </div> <div class="column"> <h4><a href="/satellites?c=&t=country">OWNERS/COUNTRIES</a></h4> <a href="/satellites?c=US&t=country"><img src='/img/org/us.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> UNITED STATES</a> <a href="/satellites?c=CIS&t=country"><img src='/img/org/cis.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> CIS (FORMER USSR)</a> <a href="/satellites?c=PRC&t=country"><img src='/img/org/prc.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> PEOPLE'S REPUBLIC OF CHINA</a> <a href="/satellites?c=JPN&t=country"><img src='/img/org/jpn.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> JAPAN</a> <a href="/satellites?c=ESA&t=country"><img src='/img/org/esa.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> EUROPEAN SPACE AGENCY</a> <a href="/satellites?c=FR&t=country"><img src='/img/org/fr.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> FRANCE</a> <a href="/satellites?c=IND&t=country"><img src='/img/org/ind.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> INDIA</a> <a href="/satellites?c=UK&t=country"><img src='/img/org/uk.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> UNITED KINGDOM</a> <a href="/satellites?c=CA&t=country"><img src='/img/org/ca.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> CANADA</a> <a href="/satellites?c=GER&t=country"><img src='/img/org/ger.gif' border='0' width='20' height='15' style="vertical-align: text-bottom"> GERMANY</a> <a href="/satellites?c=&t=country"> MORE OWNERS/COUNTRIES...</a> </div> </div> </div> </li> <li> <a class="top-heading" href="/info/?a=22">Alerting tools</a> <i class="caret"></i> <div class="dropdown right-aligned"> <div class="dd-inner"> <div class="column"> <h4>ALERTING TOOLS</h4> <a href="/info/?a=43"><img src="/ddmenu/phone.png" border="0" width="16" style="vertical-align: text-bottom"> SPACE STATION PREDICTIONS BY VOICE</a> <a href="/login/iss-notifications/"><img src="/ddmenu/alert.png" border="0" width="16" style="vertical-align: text-bottom"> SPACE STATION NOTIFICATION TOOL </a> <a href="/info/?a=15"><img src="/ddmenu/email.png" border="0" width="16" style="vertical-align: text-bottom"> ALERTS BY EMAIL AND SMS</a> </div> </div> </li> <li> <span class="top-heading">More stuff</span> <i class="caret"></i> <div class="dropdown right-aligned"> <div class="dd-inner"> <div class="column"> <h4>ADDITIONAL INFO</h4> <a href="/space-station" style="color:red"><b>HD LIVE STREAMING FROM ISS</b></a> <a href="/news/read.php?p=0">SATELLITE NEWS</a> <a href="/about/?a=donation">MAKE A DONATION</a> <a href="https://www.facebook.com/n2yodotcom">N2YO.COM ON FACEBOOK</a> <a href="/about/?a=links">EXTERNAL LINKS</a> <a href="/about/?a=faq">FAQ</a> <a href="/about/?a=feedback">CONTACT/FEEDBACK</a> <a href="/about/?a=privacy">PRIVACY POLICY</a> <a href="/about/?a=terms">TERMS OF USE</a> </div> <div class="column"> <h4>USER PREFERENCES</h4> <a href=https://www.n2yo.com/login/edit/>SIGN IN</a> <a href="https://www.n2yo.com/login/edit/">EDIT/CHANGE YOUR LOCATION</a> <br/> <h4>SITE OWNERS</h4> <a href="/widgets/">WIDGETS FOR YOUR PAGE</a> <a href="/api/">API ACCESS</a> <br/> <!-- <h4>MOBILE APPS</h4> <a href="http://southernstars.com/products/" style="color:red"><strong>Orbitrack</strong> - <b>NEW</b> (iOS and Android)</a> --> </div> </div> </div> </li> <li class="no-sub"><a class="top-heading" href=https://www.n2yo.com/login/edit/>Sign in</a></li> </ul> </nav> <!--INFOLINKS_ON--> <H1>SEARCH SATELLITE DATABASE</H1> <table> <tr> <td class="hidecell" style="vertical-align:top;width:160px"> <script id="mNCC" language="javascript"> medianet_width = "160"; medianet_height = "600"; medianet_crid = "515138167"; medianet_versionId = "111299"; (function() { var isSSL = 'https:' == document.location.protocol; var mnSrc = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/nmedianet.js?cid=8CUY6IMG3' + (isSSL ? '&https=1' : ''); document.write('<scr' + 'ipt type="text/javascript" id="mNSC" src="' + mnSrc + '"></scr' + 'ipt>'); })(); </script> </td> <td> <div id="searchintldesig"> <form name="s_nssdc" method="GET" action="#results"> <B>SEARCH BY INT'L DESIGNATOR</B> <br><INPUT TYPE="text" NAME="nssdc" value=""> <INPUT TYPE="submit" value="Search"> <br>Exact matches only. The International designator is an internationally agreed-upon naming convention for satellites. The designator contains the launch year, the launch number of the year and the part of the launch, i.e., "A" indicates payload, "B" the rocket booster, or second payload, etc.<br>e.g. enter 1990-037B for Hubble Space Telescope </form> </div> <br/> <div id="searchspacecmd"> <form name="s_id" method="GET" action="#results"> <B>SEARCH BY SPACE COMMAND ID</B> <br><INPUT TYPE="text" NAME="id" value=""> <INPUT TYPE="submit" value="Search"> <br>Exact matches only. The Satellite Catalog Number (also known as NORAD Catalog Number, NASA catalog number, USSPACECOM object number or simply Catalog number and similar variants) is a sequential 5-digit number assigned by USSPACECOM to all Earth orbiting satellites in order of identification. Before USSPACECOM, the catalog was maintained by NORAD. The first catalogued object, catalog number 00001, is the Sputnik 1 launch vehicle. (Wikipedia)<br>e.g. enter 28485 for Swift </form> </div> <br/> <div id="searchsatname"> <form name = "s_name" method="GET" action="#results"> <B>SEARCH BY SATELLITE NAME</B> <br><INPUT TYPE="text" id="sname" NAME="name" value=""> <INPUT TYPE="submit" value="Search"> <br><INPUT TYPE="checkbox" NAME="incl_deb" >Include Debris, Rocket bodies etc <br>At least 3 characters. The satellite name is not always the common (or popular) name. For example, the well known Hubble Space Telescope is actually officially named HST. <br>Up to 100 results are returned. <br>e.g. enter oscar for OSCAR satellites </form> </div> <br/> <div id="searchlaunchdate"> <form name="s_launch" method="GET" action="#results"> <B>SEARCH BY LAUNCH DATE</B> <br> <SELECT NAME="m"> <option value="">Month</OPTION> <option value="01" >Jan</OPTION> <option value="02" >Feb</OPTION> <option value="03" >Mar</OPTION> <option value="04" >Apr</OPTION> <option value="05" >May</OPTION> <option value="06" >Jun</OPTION> <option value="07" >Jul</OPTION> <option value="08" >Aug</OPTION> <option value="09" >Sep</OPTION> <option value="10" >Oct</OPTION> <option value="11" >Nov</OPTION> <option value="12" >Dec</OPTION> </SELECT> <SELECT NAME="d"> <option value="">Day</OPTION> <option value="1">1</OPTION> <option value="2">2</OPTION> <option value="3">3</OPTION> <option value="4">4</OPTION> <option value="5">5</OPTION> <option value="6">6</OPTION> <option value="7">7</OPTION> <option value="8">8</OPTION> <option value="9">9</OPTION> <option value="10">10</OPTION> <option value="11">11</OPTION> <option value="12">12</OPTION> <option value="13">13</OPTION> <option value="14">14</OPTION> <option value="15">15</OPTION> <option value="16">16</OPTION> <option value="17">17</OPTION> <option value="18">18</OPTION> <option value="19">19</OPTION> <option value="20">20</OPTION> <option value="21">21</OPTION> <option value="22">22</OPTION> <option value="23">23</OPTION> <option value="24">24</OPTION> <option value="25">25</OPTION> <option value="26">26</OPTION> <option value="27">27</OPTION> <option value="28">28</OPTION> <option value="29">29</OPTION> <option value="30">30</OPTION> <option value="31">31</OPTION> </SELECT> <SELECT NAME="y"> <option value="">Year</OPTION> <option value="2024">2024</OPTION> <option value="2023">2023</OPTION> <option value="2022">2022</OPTION> <option value="2021">2021</OPTION> <option value="2020">2020</OPTION> <option value="2019">2019</OPTION> <option value="2018">2018</OPTION> <option value="2017">2017</OPTION> <option value="2016">2016</OPTION> <option value="2015">2015</OPTION> <option value="2014">2014</OPTION> <option value="2013">2013</OPTION> <option value="2012">2012</OPTION> <option value="2011">2011</OPTION> <option value="2010">2010</OPTION> <option value="2009">2009</OPTION> <option value="2008">2008</OPTION> <option value="2007">2007</OPTION> <option value="2006">2006</OPTION> <option value="2005">2005</OPTION> <option value="2004">2004</OPTION> <option value="2003">2003</OPTION> <option value="2002">2002</OPTION> <option value="2001">2001</OPTION> <option value="2000">2000</OPTION> <option value="1999">1999</OPTION> <option value="1998">1998</OPTION> <option value="1997">1997</OPTION> <option value="1996">1996</OPTION> <option value="1995">1995</OPTION> <option value="1994">1994</OPTION> <option value="1993">1993</OPTION> <option value="1992">1992</OPTION> <option value="1991">1991</OPTION> <option value="1990">1990</OPTION> <option value="1989">1989</OPTION> <option value="1988">1988</OPTION> <option value="1987">1987</OPTION> <option value="1986">1986</OPTION> <option value="1985">1985</OPTION> <option value="1984">1984</OPTION> <option value="1983">1983</OPTION> <option value="1982">1982</OPTION> <option value="1981">1981</OPTION> <option value="1980">1980</OPTION> <option value="1979">1979</OPTION> <option value="1978">1978</OPTION> <option value="1977">1977</OPTION> <option value="1976">1976</OPTION> <option value="1975">1975</OPTION> <option value="1974">1974</OPTION> <option value="1973">1973</OPTION> <option value="1972">1972</OPTION> <option value="1971">1971</OPTION> <option value="1970">1970</OPTION> <option value="1969">1969</OPTION> <option value="1968">1968</OPTION> <option value="1967">1967</OPTION> <option value="1966">1966</OPTION> <option value="1965">1965</OPTION> <option value="1964">1964</OPTION> <option value="1963">1963</OPTION> <option value="1962">1962</OPTION> <option value="1961">1961</OPTION> <option value="1960">1960</OPTION> <option value="1959">1959</OPTION> <option value="1958">1958</OPTION> <option value="1957">1957</OPTION> </SELECT> <INPUT TYPE="submit" value="Search"> <br/><INPUT TYPE="checkbox" NAME="incl_deb" >Include Debris, Rocket bodies etc <br/> <br/><a href="/browse/"><b>Browse by satellite launch date</b></a> <br> <br>Range between October 4, 1957 (when Sputnik was launched) and current date. This represents the date when satellite was placed on orbit. <br>Up to 100 results are returned. </form> </div> <br/> <a name="results"> </a> </td></tr> </table> <br/><br/> <table id="footer"> <!-- Other links--> <tr> <td align="center"> <A HREF="/about/?a=links">Links</A>&nbsp;&nbsp;<A HREF="/about/?a=terms">Terms of Use</A>&nbsp;&nbsp;<A HREF="/about/?a=privacy">Privacy Policy</A>&nbsp;&nbsp;<A HREF="/about/?a=feedback">Contact Us</A> <br/>Copyright &copy; N2YO.com. All rights reserved <!--<br/><a href="http://www.itprostar.com">Developed by ITPROSTAR</a>--> <br/><br/><!-- AddThis Button BEGIN --> <a class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250&amp;username=xa-4bfedf760e3dd1ee"><img src="https://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#username=xa-4bfedf760e3dd1ee"></script> <!-- AddThis Button END --> </td> </tr> </table> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-330684-1', 'auto'); ga('send', 'pageview'); </script> <!--<script type="text/javascript"> var infolink_pid = 1099291; var infolink_wsid = 0; </script> <script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script>--> </html>

Pages: 1 2 3 4 5 6 7 8 9 10