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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=230",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 231,
    "results": [
        {
            "start": 820624676,
            "stop": 820625640
        },
        {
            "start": 820625647,
            "stop": 820626127
        },
        {
            "start": 820626973,
            "stop": 820631278
        },
        {
            "start": 820631279,
            "stop": 820635239
        },
        {
            "start": 820635641,
            "stop": 820636273
        },
        {
            "start": 820637258,
            "stop": 820639709
        },
        {
            "start": 820639716,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820672060
        },
        {
            "start": 820672067,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820690184
        },
        {
            "start": 820690365,
            "stop": 820695670
        },
        {
            "start": 820695941,
            "stop": 820698128
        },
        {
            "start": 820698135,
            "stop": 820700106
        },
        {
            "start": 820700496,
            "stop": 820703965
        },
        {
            "start": 820703973,
            "stop": 820713064
        },
        {
            "start": 820713293,
            "stop": 820713526
        },
        {
            "start": 820713527,
            "stop": 820716185
        },
        {
            "start": 820717121,
            "stop": 820726542
        },
        {
            "start": 820726550,
            "stop": 820732026
        },
        {
            "start": 820732616,
            "stop": 820733842
        }
    ]
}