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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=290",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 291,
    "results": [
        {
            "start": 818232925,
            "stop": 818232932
        },
        {
            "start": 818232947,
            "stop": 818232948
        },
        {
            "start": 818232951,
            "stop": 818232953
        },
        {
            "start": 818232963,
            "stop": 818232970
        },
        {
            "start": 818232973,
            "stop": 818232976
        },
        {
            "start": 818232981,
            "stop": 818232983
        },
        {
            "start": 818232988,
            "stop": 818232992
        },
        {
            "start": 818233015,
            "stop": 818233026
        },
        {
            "start": 818233033,
            "stop": 818233035
        },
        {
            "start": 818233045,
            "stop": 818233047
        },
        {
            "start": 818233065,
            "stop": 818233071
        },
        {
            "start": 818233077,
            "stop": 818233081
        },
        {
            "start": 818233105,
            "stop": 818233106
        },
        {
            "start": 818233111,
            "stop": 818233113
        },
        {
            "start": 818233120,
            "stop": 818233121
        },
        {
            "start": 818233129,
            "stop": 818233130
        },
        {
            "start": 818233135,
            "stop": 818233137
        },
        {
            "start": 818233143,
            "stop": 818233144
        },
        {
            "start": 818233153,
            "stop": 818233155
        },
        {
            "start": 818233160,
            "stop": 818233161
        }
    ]
}