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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=388",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 389,
    "results": [
        {
            "start": 836763660,
            "stop": 836764740
        },
        {
            "start": 836765697,
            "stop": 836768997
        },
        {
            "start": 836770612,
            "stop": 836771032
        },
        {
            "start": 836810736,
            "stop": 836811456
        },
        {
            "start": 836811667,
            "stop": 836812267
        },
        {
            "start": 836813720,
            "stop": 836816300
        },
        {
            "start": 836816330,
            "stop": 836817980
        },
        {
            "start": 836818194,
            "stop": 836826534
        },
        {
            "start": 836829339,
            "stop": 836829519
        },
        {
            "start": 836829670,
            "stop": 836829730
        },
        {
            "start": 836831884,
            "stop": 836832604
        },
        {
            "start": 836832970,
            "stop": 836833510
        },
        {
            "start": 836833798,
            "stop": 836833858
        },
        {
            "start": 836834022,
            "stop": 836834442
        },
        {
            "start": 836835812,
            "stop": 836836232
        },
        {
            "start": 836836405,
            "stop": 836836945
        },
        {
            "start": 836838126,
            "stop": 836838666
        },
        {
            "start": 836838883,
            "stop": 836839123
        },
        {
            "start": 836839523,
            "stop": 836839583
        },
        {
            "start": 836839783,
            "stop": 836840503
        }
    ]
}