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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=6",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 7,
    "results": [
        {
            "start": 1399342356,
            "stop": 1399343592
        },
        {
            "start": 1399343602,
            "stop": 1399345459
        },
        {
            "start": 1399352229,
            "stop": 1399352339
        },
        {
            "start": 1399352348,
            "stop": 1399356391
        },
        {
            "start": 1399360065,
            "stop": 1399360397
        },
        {
            "start": 1399415095,
            "stop": 1399417109
        },
        {
            "start": 1399417118,
            "stop": 1399418128
        },
        {
            "start": 1399418137,
            "stop": 1399419001
        },
        {
            "start": 1399419158,
            "stop": 1399456232
        },
        {
            "start": 1399475613,
            "stop": 1399491072
        },
        {
            "start": 1399493022,
            "stop": 1399521135
        },
        {
            "start": 1399521138,
            "stop": 1399543999
        },
        {
            "start": 1399548489,
            "stop": 1399549393
        },
        {
            "start": 1399559205,
            "stop": 1399569813
        },
        {
            "start": 1399573956,
            "stop": 1399574182
        },
        {
            "start": 1399579174,
            "stop": 1399586489
        },
        {
            "start": 1399590714,
            "stop": 1399641684
        },
        {
            "start": 1399644306,
            "stop": 1399652291
        },
        {
            "start": 1399654954,
            "stop": 1399671253
        },
        {
            "start": 1399671689,
            "stop": 1399680224
        }
    ]
}