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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1772",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1770",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1771,
    "results": [
        {
            "start": 1249508627,
            "stop": 1249508766
        },
        {
            "start": 1249508767,
            "stop": 1249508769
        },
        {
            "start": 1249508771,
            "stop": 1249508842
        },
        {
            "start": 1249508843,
            "stop": 1249509020
        },
        {
            "start": 1249509023,
            "stop": 1249509665
        },
        {
            "start": 1249509668,
            "stop": 1249511506
        },
        {
            "start": 1249511509,
            "stop": 1249511564
        },
        {
            "start": 1249511567,
            "stop": 1249512035
        },
        {
            "start": 1249512038,
            "stop": 1249512160
        },
        {
            "start": 1249512163,
            "stop": 1249512203
        },
        {
            "start": 1249512206,
            "stop": 1249512705
        },
        {
            "start": 1249512708,
            "stop": 1249512784
        },
        {
            "start": 1249512787,
            "stop": 1249513073
        },
        {
            "start": 1249513076,
            "stop": 1249513529
        },
        {
            "start": 1249513532,
            "stop": 1249513554
        },
        {
            "start": 1249513557,
            "stop": 1249513580
        },
        {
            "start": 1249513583,
            "stop": 1249513612
        },
        {
            "start": 1249513615,
            "stop": 1249513681
        },
        {
            "start": 1249513684,
            "stop": 1249513866
        },
        {
            "start": 1249513869,
            "stop": 1249513930
        }
    ]
}