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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7024",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7025,
    "results": [
        {
            "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
        },
        {
            "start": 873822552,
            "stop": 873822628
        },
        {
            "start": 873822629,
            "stop": 873822891
        },
        {
            "start": 873822892,
            "stop": 873822987
        },
        {
            "start": 873822988,
            "stop": 873823507
        },
        {
            "start": 873823509,
            "stop": 873823741
        },
        {
            "start": 873823742,
            "stop": 873823752
        },
        {
            "start": 873823753,
            "stop": 873823894
        },
        {
            "start": 873823895,
            "stop": 873824031
        }
    ]
}