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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=469",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 470,
    "results": [
        {
            "start": 821781590,
            "stop": 821781591
        },
        {
            "start": 821781594,
            "stop": 821781598
        },
        {
            "start": 821781604,
            "stop": 821781616
        },
        {
            "start": 821781619,
            "stop": 821781620
        },
        {
            "start": 821781623,
            "stop": 821781631
        },
        {
            "start": 821781634,
            "stop": 821781642
        },
        {
            "start": 821781646,
            "stop": 821781658
        },
        {
            "start": 821781661,
            "stop": 821781677
        },
        {
            "start": 821781682,
            "stop": 821781698
        },
        {
            "start": 821781701,
            "stop": 821781712
        },
        {
            "start": 821781717,
            "stop": 821781718
        },
        {
            "start": 821781721,
            "stop": 821781741
        },
        {
            "start": 821781746,
            "stop": 821781752
        },
        {
            "start": 821781758,
            "stop": 821781759
        },
        {
            "start": 821781768,
            "stop": 821781782
        },
        {
            "start": 821781785,
            "stop": 821781805
        },
        {
            "start": 821781808,
            "stop": 821781814
        },
        {
            "start": 821781817,
            "stop": 821781818
        },
        {
            "start": 821781821,
            "stop": 821781826
        },
        {
            "start": 821781829,
            "stop": 821781831
        }
    ]
}