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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=264",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 265,
    "results": [
        {
            "start": 820496745,
            "stop": 820496756
        },
        {
            "start": 820496820,
            "stop": 820497078
        },
        {
            "start": 820497081,
            "stop": 820497120
        },
        {
            "start": 820497152,
            "stop": 820497335
        },
        {
            "start": 820497338,
            "stop": 820497341
        },
        {
            "start": 820497344,
            "stop": 820497393
        },
        {
            "start": 820497396,
            "stop": 820497399
        },
        {
            "start": 820497402,
            "stop": 820497463
        },
        {
            "start": 820497466,
            "stop": 820497581
        },
        {
            "start": 820497584,
            "stop": 820497699
        },
        {
            "start": 820497702,
            "stop": 820498137
        },
        {
            "start": 820498141,
            "stop": 820498317
        },
        {
            "start": 820498320,
            "stop": 820498322
        },
        {
            "start": 820498326,
            "stop": 820498531
        },
        {
            "start": 820498534,
            "stop": 820498929
        },
        {
            "start": 820498934,
            "stop": 820499467
        },
        {
            "start": 820499470,
            "stop": 820499486
        },
        {
            "start": 820499490,
            "stop": 820499493
        },
        {
            "start": 820499497,
            "stop": 820499505
        },
        {
            "start": 820499508,
            "stop": 820499820
        }
    ]
}