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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1360",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1361,
    "results": [
        {
            "start": 966379646,
            "stop": 966395299
        },
        {
            "start": 966395301,
            "stop": 966403443
        },
        {
            "start": 966403812,
            "stop": 966410224
        },
        {
            "start": 966410225,
            "stop": 966415594
        },
        {
            "start": 966415596,
            "stop": 966424011
        },
        {
            "start": 966424013,
            "stop": 966427710
        },
        {
            "start": 966427711,
            "stop": 966428254
        },
        {
            "start": 966429807,
            "stop": 966430365
        },
        {
            "start": 966430367,
            "stop": 966431498
        },
        {
            "start": 966431499,
            "stop": 966433714
        },
        {
            "start": 966439211,
            "stop": 966443713
        },
        {
            "start": 966445581,
            "stop": 966451639
        },
        {
            "start": 966454978,
            "stop": 966455329
        },
        {
            "start": 966457135,
            "stop": 966457440
        },
        {
            "start": 966457441,
            "stop": 966462969
        },
        {
            "start": 966462970,
            "stop": 966467057
        },
        {
            "start": 966467058,
            "stop": 966468071
        },
        {
            "start": 966470006,
            "stop": 966470755
        },
        {
            "start": 966472392,
            "stop": 966478255
        },
        {
            "start": 966478256,
            "stop": 966479798
        }
    ]
}