Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=175
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=174",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 175,
    "results": [
        {
            "start": 843960972,
            "stop": 843965346
        },
        {
            "start": 843965348,
            "stop": 843965891
        },
        {
            "start": 843969489,
            "stop": 843986118
        },
        {
            "start": 843986122,
            "stop": 843986201
        },
        {
            "start": 843986203,
            "stop": 844007043
        },
        {
            "start": 844009438,
            "stop": 844009913
        },
        {
            "start": 844009915,
            "stop": 844009969
        },
        {
            "start": 844009971,
            "stop": 844010068
        },
        {
            "start": 844010070,
            "stop": 844010681
        },
        {
            "start": 844013369,
            "stop": 844013629
        },
        {
            "start": 844014392,
            "stop": 844014588
        },
        {
            "start": 844014590,
            "stop": 844014702
        },
        {
            "start": 844014704,
            "stop": 844014820
        },
        {
            "start": 844014822,
            "stop": 844015192
        },
        {
            "start": 844015858,
            "stop": 844016004
        },
        {
            "start": 844017419,
            "stop": 844017624
        },
        {
            "start": 844017626,
            "stop": 844017703
        },
        {
            "start": 844024590,
            "stop": 844024607
        },
        {
            "start": 844024609,
            "stop": 844024622
        },
        {
            "start": 844031308,
            "stop": 844031875
        }
    ]
}