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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14356",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14357,
    "results": [
        {
            "start": 971399113,
            "stop": 971399124
        },
        {
            "start": 971399126,
            "stop": 971399134
        },
        {
            "start": 971399135,
            "stop": 971399145
        },
        {
            "start": 971399146,
            "stop": 971399150
        },
        {
            "start": 971399151,
            "stop": 971399152
        },
        {
            "start": 971399155,
            "stop": 971399156
        },
        {
            "start": 971399159,
            "stop": 971399162
        },
        {
            "start": 971399169,
            "stop": 971399171
        },
        {
            "start": 971399179,
            "stop": 971399180
        },
        {
            "start": 971399188,
            "stop": 971399194
        },
        {
            "start": 971399196,
            "stop": 971399199
        },
        {
            "start": 971399201,
            "stop": 971399209
        },
        {
            "start": 971399211,
            "stop": 971399224
        },
        {
            "start": 971399226,
            "stop": 971399227
        },
        {
            "start": 971399229,
            "stop": 971399231
        },
        {
            "start": 971399232,
            "stop": 971399235
        },
        {
            "start": 971399238,
            "stop": 971399239
        },
        {
            "start": 971399241,
            "stop": 971399245
        },
        {
            "start": 971399246,
            "stop": 971399272
        },
        {
            "start": 971399273,
            "stop": 971399287
        }
    ]
}