Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=276
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=275",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 276,
    "results": [
        {
            "start": 931527707,
            "stop": 931527708
        },
        {
            "start": 931527709,
            "stop": 931527711
        },
        {
            "start": 931527713,
            "stop": 931527717
        },
        {
            "start": 931527719,
            "stop": 931527726
        },
        {
            "start": 931527732,
            "stop": 931527745
        },
        {
            "start": 931527747,
            "stop": 931527751
        },
        {
            "start": 931527755,
            "stop": 931527759
        },
        {
            "start": 931527765,
            "stop": 931527767
        },
        {
            "start": 931527770,
            "stop": 931527784
        },
        {
            "start": 931527790,
            "stop": 931527800
        },
        {
            "start": 931527802,
            "stop": 931527803
        },
        {
            "start": 931527805,
            "stop": 931527808
        },
        {
            "start": 931527810,
            "stop": 931527813
        },
        {
            "start": 931527819,
            "stop": 931527832
        },
        {
            "start": 931527839,
            "stop": 931527848
        },
        {
            "start": 931527850,
            "stop": 931527854
        },
        {
            "start": 931527856,
            "stop": 931527870
        },
        {
            "start": 931527873,
            "stop": 931527886
        },
        {
            "start": 931527888,
            "stop": 931527891
        },
        {
            "start": 931527892,
            "stop": 931527916
        }
    ]
}