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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=83",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 84,
    "results": [
        {
            "start": 817987584,
            "stop": 817987883
        },
        {
            "start": 817987886,
            "stop": 817987970
        },
        {
            "start": 817987973,
            "stop": 817988086
        },
        {
            "start": 817988089,
            "stop": 817988479
        },
        {
            "start": 817988482,
            "stop": 817988547
        },
        {
            "start": 817988550,
            "stop": 817988611
        },
        {
            "start": 817988614,
            "stop": 817988700
        },
        {
            "start": 817988703,
            "stop": 817989693
        },
        {
            "start": 817989696,
            "stop": 817989779
        },
        {
            "start": 817989782,
            "stop": 817989794
        },
        {
            "start": 817989797,
            "stop": 817990492
        },
        {
            "start": 817990495,
            "stop": 817990958
        },
        {
            "start": 817990964,
            "stop": 817991087
        },
        {
            "start": 817991090,
            "stop": 817991238
        },
        {
            "start": 817991241,
            "stop": 817991310
        },
        {
            "start": 817991313,
            "stop": 817991357
        },
        {
            "start": 817991360,
            "stop": 817991564
        },
        {
            "start": 817991567,
            "stop": 817991741
        },
        {
            "start": 817991744,
            "stop": 817991791
        },
        {
            "start": 817991796,
            "stop": 817991841
        }
    ]
}