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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 86,
    "results": [
        {
            "start": 1126547742,
            "stop": 1126547923
        },
        {
            "start": 1126547924,
            "stop": 1126547969
        },
        {
            "start": 1126547978,
            "stop": 1126548001
        },
        {
            "start": 1126548002,
            "stop": 1126548010
        },
        {
            "start": 1126548012,
            "stop": 1126548109
        },
        {
            "start": 1126548110,
            "stop": 1126548473
        },
        {
            "start": 1126548474,
            "stop": 1126548597
        },
        {
            "start": 1126548598,
            "stop": 1126548757
        },
        {
            "start": 1126548759,
            "stop": 1126548968
        },
        {
            "start": 1126548970,
            "stop": 1126548971
        },
        {
            "start": 1126548977,
            "stop": 1126549192
        },
        {
            "start": 1126549193,
            "stop": 1126549309
        },
        {
            "start": 1126549317,
            "stop": 1126549461
        },
        {
            "start": 1126549469,
            "stop": 1126549557
        },
        {
            "start": 1126549559,
            "stop": 1126549619
        },
        {
            "start": 1126549621,
            "stop": 1126549624
        },
        {
            "start": 1126549626,
            "stop": 1126549909
        },
        {
            "start": 1126549911,
            "stop": 1126549917
        },
        {
            "start": 1126549925,
            "stop": 1126549935
        },
        {
            "start": 1126549937,
            "stop": 1126550012
        }
    ]
}