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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=218",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 219,
    "results": [
        {
            "start": 820608466,
            "stop": 820608540
        },
        {
            "start": 820608600,
            "stop": 820608609
        },
        {
            "start": 820609231,
            "stop": 820611239
        },
        {
            "start": 820611261,
            "stop": 820612080
        },
        {
            "start": 820612200,
            "stop": 820612207
        },
        {
            "start": 820612228,
            "stop": 820613460
        },
        {
            "start": 820613533,
            "stop": 820614721
        },
        {
            "start": 820614741,
            "stop": 820614853
        },
        {
            "start": 820615215,
            "stop": 820615455
        },
        {
            "start": 820615472,
            "stop": 820615554
        },
        {
            "start": 820615580,
            "stop": 820615822
        },
        {
            "start": 820615825,
            "stop": 820615900
        },
        {
            "start": 820615917,
            "stop": 820616054
        },
        {
            "start": 820616074,
            "stop": 820616491
        },
        {
            "start": 820616508,
            "stop": 820617032
        },
        {
            "start": 820617035,
            "stop": 820617109
        },
        {
            "start": 820617126,
            "stop": 820617956
        },
        {
            "start": 820617973,
            "stop": 820617997
        },
        {
            "start": 820618000,
            "stop": 820618498
        },
        {
            "start": 820618501,
            "stop": 820618761
        }
    ]
}