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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6966",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6967,
    "results": [
        {
            "start": 873799976,
            "stop": 873800074
        },
        {
            "start": 873800078,
            "stop": 873800119
        },
        {
            "start": 873800122,
            "stop": 873800159
        },
        {
            "start": 873800162,
            "stop": 873800171
        },
        {
            "start": 873800174,
            "stop": 873800472
        },
        {
            "start": 873800475,
            "stop": 873800696
        },
        {
            "start": 873800699,
            "stop": 873800700
        },
        {
            "start": 873800707,
            "stop": 873800724
        },
        {
            "start": 873800735,
            "stop": 873800808
        },
        {
            "start": 873800815,
            "stop": 873800855
        },
        {
            "start": 873800858,
            "stop": 873800964
        },
        {
            "start": 873800971,
            "stop": 873801056
        },
        {
            "start": 873801060,
            "stop": 873801337
        },
        {
            "start": 873801338,
            "stop": 873801564
        },
        {
            "start": 873801567,
            "stop": 873801596
        },
        {
            "start": 873801599,
            "stop": 873801890
        },
        {
            "start": 873801893,
            "stop": 873801959
        },
        {
            "start": 873801963,
            "stop": 873801976
        },
        {
            "start": 873801979,
            "stop": 873802232
        },
        {
            "start": 873802236,
            "stop": 873802260
        }
    ]
}