Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=29",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 30,
    "results": [
        {
            "start": 819661024,
            "stop": 819666176
        },
        {
            "start": 819666208,
            "stop": 819686944
        },
        {
            "start": 819687488,
            "stop": 819697618
        },
        {
            "start": 819698755,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819790018
        },
        {
            "start": 819791828,
            "stop": 819807072
        },
        {
            "start": 819807104,
            "stop": 819811200
        },
        {
            "start": 819811232,
            "stop": 819822560
        },
        {
            "start": 819822592,
            "stop": 819825373
        },
        {
            "start": 819828928,
            "stop": 819829664
        },
        {
            "start": 819830112,
            "stop": 819881036
        },
        {
            "start": 819881628,
            "stop": 819887386
        },
        {
            "start": 819888145,
            "stop": 819927343
        },
        {
            "start": 819929331,
            "stop": 819949344
        },
        {
            "start": 819949376,
            "stop": 819964160
        },
        {
            "start": 819964192,
            "stop": 819968658
        },
        {
            "start": 819969025,
            "stop": 819971232
        },
        {
            "start": 819971264,
            "stop": 819974473
        },
        {
            "start": 819975882,
            "stop": 820002913
        },
        {
            "start": 820026974,
            "stop": 820044768
        }
    ]
}