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=6345
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=6346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6344",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6345,
    "results": [
        {
            "start": 873398527,
            "stop": 873398789
        },
        {
            "start": 873398791,
            "stop": 873399543
        },
        {
            "start": 873399544,
            "stop": 873400197
        },
        {
            "start": 873400198,
            "stop": 873400253
        },
        {
            "start": 873400254,
            "stop": 873400324
        },
        {
            "start": 873400325,
            "stop": 873400503
        },
        {
            "start": 873400504,
            "stop": 873401261
        },
        {
            "start": 873401263,
            "stop": 873402055
        },
        {
            "start": 873402056,
            "stop": 873402182
        },
        {
            "start": 873402183,
            "stop": 873402277
        },
        {
            "start": 873402278,
            "stop": 873402298
        },
        {
            "start": 873402299,
            "stop": 873402487
        },
        {
            "start": 873402488,
            "stop": 873402526
        },
        {
            "start": 873402527,
            "stop": 873402710
        },
        {
            "start": 873402711,
            "stop": 873402942
        },
        {
            "start": 873402943,
            "stop": 873403886
        },
        {
            "start": 873403888,
            "stop": 873403985
        },
        {
            "start": 873403986,
            "stop": 873404046
        },
        {
            "start": 873404047,
            "stop": 873404088
        },
        {
            "start": 873404089,
            "stop": 873404609
        }
    ]
}