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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 135,
    "results": [
        {
            "start": 1126658919,
            "stop": 1126658921
        },
        {
            "start": 1126658923,
            "stop": 1126658926
        },
        {
            "start": 1126658932,
            "stop": 1126658935
        },
        {
            "start": 1126658936,
            "stop": 1126658939
        },
        {
            "start": 1126658940,
            "stop": 1126658941
        },
        {
            "start": 1126658942,
            "stop": 1126658945
        },
        {
            "start": 1126658957,
            "stop": 1126658958
        },
        {
            "start": 1126658960,
            "stop": 1126658961
        },
        {
            "start": 1126658963,
            "stop": 1126658964
        },
        {
            "start": 1126658965,
            "stop": 1126658968
        },
        {
            "start": 1126658969,
            "stop": 1126658973
        },
        {
            "start": 1126658975,
            "stop": 1126658976
        },
        {
            "start": 1126658979,
            "stop": 1126658980
        },
        {
            "start": 1126658981,
            "stop": 1126658983
        },
        {
            "start": 1126658985,
            "stop": 1126658987
        },
        {
            "start": 1126658992,
            "stop": 1126658994
        },
        {
            "start": 1126658998,
            "stop": 1126659007
        },
        {
            "start": 1126659008,
            "stop": 1126659027
        },
        {
            "start": 1126659028,
            "stop": 1126659029
        },
        {
            "start": 1126659030,
            "stop": 1126659034
        }
    ]
}