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=858
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=859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=857",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 858,
    "results": [
        {
            "start": 865032245,
            "stop": 865049345
        },
        {
            "start": 865049562,
            "stop": 865050822
        },
        {
            "start": 865051056,
            "stop": 865051236
        },
        {
            "start": 865051386,
            "stop": 865055856
        },
        {
            "start": 865057149,
            "stop": 865059849
        },
        {
            "start": 865059991,
            "stop": 865060051
        },
        {
            "start": 865060184,
            "stop": 865060244
        },
        {
            "start": 865060832,
            "stop": 865067192
        },
        {
            "start": 865067380,
            "stop": 865073380
        },
        {
            "start": 865073578,
            "stop": 865075168
        },
        {
            "start": 865075418,
            "stop": 865076738
        },
        {
            "start": 865076887,
            "stop": 865078207
        },
        {
            "start": 865078348,
            "stop": 865078528
        },
        {
            "start": 865078836,
            "stop": 865078896
        },
        {
            "start": 865079234,
            "stop": 865079294
        },
        {
            "start": 865079600,
            "stop": 865079660
        },
        {
            "start": 865080149,
            "stop": 865080209
        },
        {
            "start": 865081728,
            "stop": 865082748
        },
        {
            "start": 865082941,
            "stop": 865083061
        },
        {
            "start": 865083364,
            "stop": 865083664
        }
    ]
}