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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=667",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=665",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 666,
    "results": [
        {
            "start": 1248376731,
            "stop": 1248376775
        },
        {
            "start": 1248376778,
            "stop": 1248376831
        },
        {
            "start": 1248376839,
            "stop": 1248376960
        },
        {
            "start": 1248376961,
            "stop": 1248377050
        },
        {
            "start": 1248377051,
            "stop": 1248377075
        },
        {
            "start": 1248377085,
            "stop": 1248377099
        },
        {
            "start": 1248377104,
            "stop": 1248377198
        },
        {
            "start": 1248377199,
            "stop": 1248377200
        },
        {
            "start": 1248377201,
            "stop": 1248377546
        },
        {
            "start": 1248377548,
            "stop": 1248377594
        },
        {
            "start": 1248377599,
            "stop": 1248377603
        },
        {
            "start": 1248377607,
            "stop": 1248378036
        },
        {
            "start": 1248378038,
            "stop": 1248378072
        },
        {
            "start": 1248378076,
            "stop": 1248378077
        },
        {
            "start": 1248378078,
            "stop": 1248378093
        },
        {
            "start": 1248378095,
            "stop": 1248378167
        },
        {
            "start": 1248378168,
            "stop": 1248378171
        },
        {
            "start": 1248378172,
            "stop": 1248378175
        },
        {
            "start": 1248378177,
            "stop": 1248378231
        },
        {
            "start": 1248378238,
            "stop": 1248378239
        }
    ]
}