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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=229",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 230,
    "results": [
        {
            "start": 827503187,
            "stop": 827503547
        },
        {
            "start": 827504946,
            "stop": 827505126
        },
        {
            "start": 827505415,
            "stop": 827505475
        },
        {
            "start": 827506346,
            "stop": 827506526
        },
        {
            "start": 827508067,
            "stop": 827508127
        },
        {
            "start": 827512139,
            "stop": 827512199
        },
        {
            "start": 827564580,
            "stop": 827564640
        },
        {
            "start": 827585656,
            "stop": 827585776
        },
        {
            "start": 827587146,
            "stop": 827587206
        },
        {
            "start": 827587408,
            "stop": 827587468
        },
        {
            "start": 827587931,
            "stop": 827587991
        },
        {
            "start": 827588302,
            "stop": 827588362
        },
        {
            "start": 827590389,
            "stop": 827590569
        },
        {
            "start": 827595452,
            "stop": 827595572
        },
        {
            "start": 827595796,
            "stop": 827595916
        },
        {
            "start": 827596264,
            "stop": 827596324
        },
        {
            "start": 827617905,
            "stop": 827618205
        },
        {
            "start": 827618235,
            "stop": 827618385
        },
        {
            "start": 827627319,
            "stop": 827627379
        },
        {
            "start": 827628531,
            "stop": 827629311
        }
    ]
}