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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 266,
    "results": [
        {
            "start": 1240059429,
            "stop": 1240059547
        },
        {
            "start": 1240059549,
            "stop": 1240059667
        },
        {
            "start": 1240059669,
            "stop": 1240059787
        },
        {
            "start": 1240059789,
            "stop": 1240059907
        },
        {
            "start": 1240059909,
            "stop": 1240060027
        },
        {
            "start": 1240060029,
            "stop": 1240060147
        },
        {
            "start": 1240060149,
            "stop": 1240060267
        },
        {
            "start": 1240060269,
            "stop": 1240060387
        },
        {
            "start": 1240060389,
            "stop": 1240060507
        },
        {
            "start": 1240060509,
            "stop": 1240060627
        },
        {
            "start": 1240060629,
            "stop": 1240060747
        },
        {
            "start": 1240060749,
            "stop": 1240060867
        },
        {
            "start": 1240060869,
            "stop": 1240060987
        },
        {
            "start": 1240060989,
            "stop": 1240061104
        },
        {
            "start": 1240061105,
            "stop": 1240061227
        },
        {
            "start": 1240061229,
            "stop": 1240061297
        },
        {
            "start": 1240079384,
            "stop": 1240079467
        },
        {
            "start": 1240079468,
            "stop": 1240079482
        },
        {
            "start": 1240080627,
            "stop": 1240080667
        },
        {
            "start": 1240080668,
            "stop": 1240080787
        }
    ]
}