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/H2_STOCH_CAT1/segments?format=api&page=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=240",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 241,
    "results": [
        {
            "start": 857679613,
            "stop": 857680370
        },
        {
            "start": 857680373,
            "stop": 857680386
        },
        {
            "start": 857680389,
            "stop": 857682007
        },
        {
            "start": 857682621,
            "stop": 857686165
        },
        {
            "start": 857689497,
            "stop": 857695445
        },
        {
            "start": 857696660,
            "stop": 857706546
        },
        {
            "start": 857708948,
            "stop": 857715479
        },
        {
            "start": 857716317,
            "stop": 857735266
        },
        {
            "start": 857737223,
            "stop": 857738266
        },
        {
            "start": 857738311,
            "stop": 857738990
        },
        {
            "start": 857740945,
            "stop": 857742743
        },
        {
            "start": 857742744,
            "stop": 857742763
        },
        {
            "start": 857742768,
            "stop": 857743006
        },
        {
            "start": 857743612,
            "stop": 857746755
        },
        {
            "start": 857746758,
            "stop": 857746921
        },
        {
            "start": 857746924,
            "stop": 857754383
        },
        {
            "start": 857754384,
            "stop": 857755001
        },
        {
            "start": 857779169,
            "stop": 857788971
        },
        {
            "start": 857789062,
            "stop": 857790218
        },
        {
            "start": 857792670,
            "stop": 857833218
        }
    ]
}