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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=127",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 128,
    "results": [
        {
            "start": 819083488,
            "stop": 819087960
        },
        {
            "start": 819088020,
            "stop": 819088130
        },
        {
            "start": 819088250,
            "stop": 819088416
        },
        {
            "start": 819088448,
            "stop": 819089413
        },
        {
            "start": 819089611,
            "stop": 819090301
        },
        {
            "start": 819090401,
            "stop": 819091573
        },
        {
            "start": 819091876,
            "stop": 819092640
        },
        {
            "start": 819092700,
            "stop": 819092866
        },
        {
            "start": 819092986,
            "stop": 819093690
        },
        {
            "start": 819094356,
            "stop": 819094384
        },
        {
            "start": 819095330,
            "stop": 819095687
        },
        {
            "start": 819095690,
            "stop": 819100880
        },
        {
            "start": 819100906,
            "stop": 819101638
        },
        {
            "start": 819101643,
            "stop": 819102112
        },
        {
            "start": 819102144,
            "stop": 819102896
        },
        {
            "start": 819103093,
            "stop": 819104293
        },
        {
            "start": 819105095,
            "stop": 819107893
        },
        {
            "start": 819107896,
            "stop": 819113346
        },
        {
            "start": 819114475,
            "stop": 819117912
        },
        {
            "start": 819117915,
            "stop": 819119413
        }
    ]
}