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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6396",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6397,
    "results": [
        {
            "start": 873609423,
            "stop": 873609483
        },
        {
            "start": 873609485,
            "stop": 873609551
        },
        {
            "start": 873609552,
            "stop": 873610152
        },
        {
            "start": 873610153,
            "stop": 873610367
        },
        {
            "start": 873610371,
            "stop": 873610681
        },
        {
            "start": 873610683,
            "stop": 873610685
        },
        {
            "start": 873610686,
            "stop": 873610828
        },
        {
            "start": 873610829,
            "stop": 873610942
        },
        {
            "start": 873610943,
            "stop": 873611270
        },
        {
            "start": 873611271,
            "stop": 873611889
        },
        {
            "start": 873611890,
            "stop": 873611980
        },
        {
            "start": 873611981,
            "stop": 873612094
        },
        {
            "start": 873612095,
            "stop": 873612368
        },
        {
            "start": 873612370,
            "stop": 873612472
        },
        {
            "start": 873612473,
            "stop": 873612710
        },
        {
            "start": 873612711,
            "stop": 873613558
        },
        {
            "start": 873613559,
            "stop": 873613993
        },
        {
            "start": 873613994,
            "stop": 873614066
        },
        {
            "start": 873614067,
            "stop": 873614232
        },
        {
            "start": 873614233,
            "stop": 873614465
        }
    ]
}