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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6430",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6431,
    "results": [
        {
            "start": 873819106,
            "stop": 873819505
        },
        {
            "start": 873819506,
            "stop": 873819561
        },
        {
            "start": 873819562,
            "stop": 873819624
        },
        {
            "start": 873819625,
            "stop": 873819661
        },
        {
            "start": 873819662,
            "stop": 873819830
        },
        {
            "start": 873819831,
            "stop": 873820178
        },
        {
            "start": 873820179,
            "stop": 873820542
        },
        {
            "start": 873820543,
            "stop": 873820627
        },
        {
            "start": 873820628,
            "stop": 873820764
        },
        {
            "start": 873820765,
            "stop": 873820861
        },
        {
            "start": 873820863,
            "stop": 873820878
        },
        {
            "start": 873820879,
            "stop": 873821075
        },
        {
            "start": 873821076,
            "stop": 873821083
        },
        {
            "start": 873821084,
            "stop": 873821251
        },
        {
            "start": 873821253,
            "stop": 873821524
        },
        {
            "start": 873821525,
            "stop": 873821817
        },
        {
            "start": 873821818,
            "stop": 873822385
        },
        {
            "start": 873822386,
            "stop": 873822419
        },
        {
            "start": 873822420,
            "stop": 873822443
        },
        {
            "start": 873822445,
            "stop": 873822551
        }
    ]
}