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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=116",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 117,
    "results": [
        {
            "start": 1411067328,
            "stop": 1411068892
        },
        {
            "start": 1411068896,
            "stop": 1411073144
        },
        {
            "start": 1411073146,
            "stop": 1411083019
        },
        {
            "start": 1411083023,
            "stop": 1411091450
        },
        {
            "start": 1411091455,
            "stop": 1411092784
        },
        {
            "start": 1411095430,
            "stop": 1411103400
        },
        {
            "start": 1411105623,
            "stop": 1411110691
        },
        {
            "start": 1411111725,
            "stop": 1411115684
        },
        {
            "start": 1411115689,
            "stop": 1411119202
        },
        {
            "start": 1411119207,
            "stop": 1411124761
        },
        {
            "start": 1411125752,
            "stop": 1411132155
        },
        {
            "start": 1411132643,
            "stop": 1411136412
        },
        {
            "start": 1411136786,
            "stop": 1411140666
        },
        {
            "start": 1411151590,
            "stop": 1411157130
        },
        {
            "start": 1411157133,
            "stop": 1411178072
        },
        {
            "start": 1411181008,
            "stop": 1411182310
        },
        {
            "start": 1411182315,
            "stop": 1411185078
        },
        {
            "start": 1411185082,
            "stop": 1411188438
        },
        {
            "start": 1411188441,
            "stop": 1411190075
        },
        {
            "start": 1411190079,
            "stop": 1411198371
        }
    ]
}