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=6361
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=6362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6360",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6361,
    "results": [
        {
            "start": 873484001,
            "stop": 873484010
        },
        {
            "start": 873484014,
            "stop": 873484020
        },
        {
            "start": 873484024,
            "stop": 873484034
        },
        {
            "start": 873484038,
            "stop": 873484043
        },
        {
            "start": 873484047,
            "stop": 873484054
        },
        {
            "start": 873484058,
            "stop": 873484065
        },
        {
            "start": 873484069,
            "stop": 873484076
        },
        {
            "start": 873484080,
            "stop": 873484087
        },
        {
            "start": 873484091,
            "stop": 873484099
        },
        {
            "start": 873484103,
            "stop": 873484112
        },
        {
            "start": 873484113,
            "stop": 873484124
        },
        {
            "start": 873484128,
            "stop": 873484133
        },
        {
            "start": 873484137,
            "stop": 873484145
        },
        {
            "start": 873484149,
            "stop": 873484156
        },
        {
            "start": 873484161,
            "stop": 873484166
        },
        {
            "start": 873484171,
            "stop": 873484179
        },
        {
            "start": 873484183,
            "stop": 873484190
        },
        {
            "start": 873484195,
            "stop": 873484202
        },
        {
            "start": 873484206,
            "stop": 873484215
        },
        {
            "start": 873484221,
            "stop": 873484229
        }
    ]
}