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=6313
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=6314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6312",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6313,
    "results": [
        {
            "start": 873214194,
            "stop": 873214550
        },
        {
            "start": 873214551,
            "stop": 873214909
        },
        {
            "start": 873214910,
            "stop": 873215116
        },
        {
            "start": 873215117,
            "stop": 873215331
        },
        {
            "start": 873215332,
            "stop": 873215405
        },
        {
            "start": 873215406,
            "stop": 873215951
        },
        {
            "start": 873215953,
            "stop": 873216301
        },
        {
            "start": 873216303,
            "stop": 873216403
        },
        {
            "start": 873216404,
            "stop": 873216784
        },
        {
            "start": 873216785,
            "stop": 873216970
        },
        {
            "start": 873216972,
            "stop": 873216975
        },
        {
            "start": 873216979,
            "stop": 873217424
        },
        {
            "start": 873217425,
            "stop": 873217529
        },
        {
            "start": 873217530,
            "stop": 873217542
        },
        {
            "start": 873217544,
            "stop": 873217596
        },
        {
            "start": 873217597,
            "stop": 873217602
        },
        {
            "start": 873217603,
            "stop": 873217630
        },
        {
            "start": 873217632,
            "stop": 873217744
        },
        {
            "start": 873217745,
            "stop": 873217775
        },
        {
            "start": 873217777,
            "stop": 873217911
        }
    ]
}