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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5180",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5178",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5179,
    "results": [
        {
            "start": 1137023672,
            "stop": 1137023673
        },
        {
            "start": 1137023675,
            "stop": 1137023689
        },
        {
            "start": 1137023692,
            "stop": 1137023703
        },
        {
            "start": 1137023705,
            "stop": 1137023707
        },
        {
            "start": 1137023709,
            "stop": 1137023712
        },
        {
            "start": 1137023716,
            "stop": 1137023735
        },
        {
            "start": 1137023737,
            "stop": 1137023741
        },
        {
            "start": 1137023743,
            "stop": 1137023759
        },
        {
            "start": 1137023761,
            "stop": 1137023763
        },
        {
            "start": 1137023765,
            "stop": 1137023779
        },
        {
            "start": 1137023781,
            "stop": 1137023785
        },
        {
            "start": 1137023788,
            "stop": 1137023829
        },
        {
            "start": 1137023831,
            "stop": 1137023834
        },
        {
            "start": 1137023836,
            "stop": 1137023837
        },
        {
            "start": 1137023839,
            "stop": 1137023849
        },
        {
            "start": 1137023851,
            "stop": 1137023852
        },
        {
            "start": 1137023853,
            "stop": 1137023872
        },
        {
            "start": 1137023874,
            "stop": 1137023898
        },
        {
            "start": 1137023900,
            "stop": 1137023914
        },
        {
            "start": 1137023916,
            "stop": 1137023919
        }
    ]
}