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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9779",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9780,
    "results": [
        {
            "start": 873731958,
            "stop": 873731961
        },
        {
            "start": 873731962,
            "stop": 873731963
        },
        {
            "start": 873731964,
            "stop": 873731968
        },
        {
            "start": 873731972,
            "stop": 873731980
        },
        {
            "start": 873731981,
            "stop": 873731989
        },
        {
            "start": 873731990,
            "stop": 873732014
        },
        {
            "start": 873732015,
            "stop": 873736201
        },
        {
            "start": 873736202,
            "stop": 873738986
        },
        {
            "start": 873738989,
            "stop": 873739548
        },
        {
            "start": 873739552,
            "stop": 873739566
        },
        {
            "start": 873739569,
            "stop": 873739602
        },
        {
            "start": 873739605,
            "stop": 873740068
        },
        {
            "start": 873740071,
            "stop": 873740079
        },
        {
            "start": 873740084,
            "stop": 873740567
        },
        {
            "start": 873740570,
            "stop": 873740923
        },
        {
            "start": 873740926,
            "stop": 873740962
        },
        {
            "start": 873740965,
            "stop": 873740967
        },
        {
            "start": 873740970,
            "stop": 873741093
        },
        {
            "start": 873741096,
            "stop": 873741416
        },
        {
            "start": 873741419,
            "stop": 873741454
        }
    ]
}