Author Topic: New global record: 3 successful orbital launches in 67 mins  (Read 1465 times)

Online FutureSpaceTourist

  • Global Moderator
  • Senior Member
  • *****
  • Posts: 42812
  • UK
    • Plan 28
  • Liked: 73036
  • Likes Given: 32800
https://twitter.com/cosmic_penguin/status/1573822044944633856

Quote
I wonder if 3 launches to orbit in 67 minutes is an all-time spaceflight history record...

twitter.com/joeymurphyspace/status/1573832729002737665

Quote
Indeed it is! I quickly parsed launch.tsv from @planet4589's GCAT. The previous record-holders were:
Dec 12 1970, when Explorer 42, Kosmos-385, and Peole launched within 131 minutes, and
Apr 29 2021 when Pleiades Neo 3, Tianhe, and Starlink-26 launched in 114 minutes.

https://twitter.com/joeymurphyspace/status/1573836013297930241

Quote
For fun, my minified, tweet-size Python code :)
with open('launch.tsv') as f:
    e = f.readlines()[2:]
    p = [l.split('\t') for l in e]
    d = [s[1] for s in p if s[20]=='OS']
    for t,n in zip(d,d[2:]):
        m = float(n) - float(t)
        if m < .1:
            print(t)

NSF Threads for the 3 launches:

ULA D-IV H: https://forum.nasaspaceflight.com/index.php?topic=54621.0

China Kuaizhou-1A: https://forum.nasaspaceflight.com/index.php?topic=57128.0

SpaceX F9: https://forum.nasaspaceflight.com/index.php?topic=56979.0

Online Vahe231991

  • Full Member
  • ****
  • Posts: 1684
  • 11 Canyon Terrace
  • Liked: 448
  • Likes Given: 197
I remember that the NROL-91 launch was originally planned for August but was delayed to yesterday for reasons kept confidential by ULA. But the Falcon 9 launch yesterday wasn't meant to be coincidental, because ULA was duly looking forward to giving up ownership of the SLC-6 facility once the last Delta rocket launch from Vandenberg was completed.

 

Advertisement NovaTech
Advertisement Northrop Grumman
Advertisement
Advertisement Margaritaville Beach Resort South Padre Island
Advertisement Brady Kenniston
Advertisement NextSpaceflight
Advertisement Nathan Barker Photography
1