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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=83",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 84,
    "results": [
        {
            "start": 958299220,
            "stop": 958310166
        },
        {
            "start": 958312011,
            "stop": 958320964
        },
        {
            "start": 958325429,
            "stop": 958326225
        },
        {
            "start": 958328862,
            "stop": 958336317
        },
        {
            "start": 958337706,
            "stop": 958352672
        },
        {
            "start": 958368780,
            "stop": 958385216
        },
        {
            "start": 958387183,
            "stop": 958392554
        },
        {
            "start": 958397460,
            "stop": 958399936
        },
        {
            "start": 958400128,
            "stop": 958401370
        },
        {
            "start": 958403641,
            "stop": 958407977
        },
        {
            "start": 958411544,
            "stop": 958421913
        },
        {
            "start": 958426193,
            "stop": 958429563
        },
        {
            "start": 958431662,
            "stop": 958433949
        },
        {
            "start": 958440367,
            "stop": 958444327
        },
        {
            "start": 958446560,
            "stop": 958448927
        },
        {
            "start": 958452736,
            "stop": 958492352
        },
        {
            "start": 958492721,
            "stop": 958503766
        },
        {
            "start": 958509374,
            "stop": 958509975
        },
        {
            "start": 958512657,
            "stop": 958515248
        },
        {
            "start": 958519664,
            "stop": 958532913
        }
    ]
}