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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=220",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 221,
    "results": [
        {
            "start": 827199763,
            "stop": 827199823
        },
        {
            "start": 827206490,
            "stop": 827206550
        },
        {
            "start": 827209773,
            "stop": 827209833
        },
        {
            "start": 827210134,
            "stop": 827210254
        },
        {
            "start": 827210549,
            "stop": 827210789
        },
        {
            "start": 827210963,
            "stop": 827211383
        },
        {
            "start": 827211542,
            "stop": 827212982
        },
        {
            "start": 827213783,
            "stop": 827214023
        },
        {
            "start": 827214247,
            "stop": 827214847
        },
        {
            "start": 827215020,
            "stop": 827215530
        },
        {
            "start": 827215725,
            "stop": 827215845
        },
        {
            "start": 827216231,
            "stop": 827217071
        },
        {
            "start": 827217293,
            "stop": 827217713
        },
        {
            "start": 827218055,
            "stop": 827218265
        },
        {
            "start": 827218471,
            "stop": 827218591
        },
        {
            "start": 827218983,
            "stop": 827219583
        },
        {
            "start": 827219765,
            "stop": 827219945
        },
        {
            "start": 827220288,
            "stop": 827220468
        },
        {
            "start": 827220997,
            "stop": 827221237
        },
        {
            "start": 827221554,
            "stop": 827221854
        }
    ]
}