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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=151",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 152,
    "results": [
        {
            "start": 820198219,
            "stop": 820198222
        },
        {
            "start": 820198225,
            "stop": 820198228
        },
        {
            "start": 820198232,
            "stop": 820198236
        },
        {
            "start": 820198239,
            "stop": 820198288
        },
        {
            "start": 820198292,
            "stop": 820198309
        },
        {
            "start": 820198312,
            "stop": 820198334
        },
        {
            "start": 820198337,
            "stop": 820198371
        },
        {
            "start": 820198374,
            "stop": 820198418
        },
        {
            "start": 820198421,
            "stop": 820198486
        },
        {
            "start": 820198490,
            "stop": 820198493
        },
        {
            "start": 820198496,
            "stop": 820198552
        },
        {
            "start": 820198555,
            "stop": 820198557
        },
        {
            "start": 820198560,
            "stop": 820198564
        },
        {
            "start": 820198568,
            "stop": 820198655
        },
        {
            "start": 820198659,
            "stop": 820198661
        },
        {
            "start": 820198665,
            "stop": 820198668
        },
        {
            "start": 820198672,
            "stop": 820198770
        },
        {
            "start": 820198773,
            "stop": 820198781
        },
        {
            "start": 820198785,
            "stop": 820198906
        },
        {
            "start": 820198910,
            "stop": 820198935
        }
    ]
}