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/L1_BURST_CAT1/segments?format=api&page=470
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=469",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 470,
    "results": [
        {
            "start": 861843246,
            "stop": 861846411
        },
        {
            "start": 861846413,
            "stop": 861864861
        },
        {
            "start": 861868390,
            "stop": 861869893
        },
        {
            "start": 861869895,
            "stop": 861887021
        },
        {
            "start": 861891578,
            "stop": 861904746
        },
        {
            "start": 861904822,
            "stop": 861908934
        },
        {
            "start": 861909281,
            "stop": 861916011
        },
        {
            "start": 861916013,
            "stop": 861920438
        },
        {
            "start": 861921007,
            "stop": 861951463
        },
        {
            "start": 861963505,
            "stop": 861969567
        },
        {
            "start": 861969633,
            "stop": 861971413
        },
        {
            "start": 861972856,
            "stop": 861973309
        },
        {
            "start": 861975175,
            "stop": 861976148
        },
        {
            "start": 861976150,
            "stop": 861976347
        },
        {
            "start": 861976420,
            "stop": 861978885
        },
        {
            "start": 861978943,
            "stop": 861993800
        },
        {
            "start": 861993802,
            "stop": 861993808
        },
        {
            "start": 861993810,
            "stop": 861997544
        },
        {
            "start": 861999167,
            "stop": 862002961
        },
        {
            "start": 862003985,
            "stop": 862003989
        }
    ]
}