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=6432
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=6433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6431",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6432,
    "results": [
        {
            "start": 873822552,
            "stop": 873822628
        },
        {
            "start": 873822629,
            "stop": 873822891
        },
        {
            "start": 873822892,
            "stop": 873822987
        },
        {
            "start": 873822988,
            "stop": 873823507
        },
        {
            "start": 873823509,
            "stop": 873823741
        },
        {
            "start": 873823742,
            "stop": 873823752
        },
        {
            "start": 873823753,
            "stop": 873823894
        },
        {
            "start": 873823895,
            "stop": 873824031
        },
        {
            "start": 873824032,
            "stop": 873824078
        },
        {
            "start": 873824079,
            "stop": 873824196
        },
        {
            "start": 873824197,
            "stop": 873824671
        },
        {
            "start": 873824672,
            "stop": 873824845
        },
        {
            "start": 873824846,
            "stop": 873825190
        },
        {
            "start": 873825191,
            "stop": 873825223
        },
        {
            "start": 873825224,
            "stop": 873825583
        },
        {
            "start": 873825584,
            "stop": 873825816
        },
        {
            "start": 873825817,
            "stop": 873825978
        },
        {
            "start": 873825980,
            "stop": 873826190
        },
        {
            "start": 873826192,
            "stop": 873826383
        },
        {
            "start": 873826384,
            "stop": 873826402
        }
    ]
}