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=706
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=707",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=705",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 706,
    "results": [
        {
            "start": 1248951299,
            "stop": 1248951300
        },
        {
            "start": 1248951305,
            "stop": 1248951341
        },
        {
            "start": 1248951345,
            "stop": 1248951347
        },
        {
            "start": 1248951351,
            "stop": 1248951363
        },
        {
            "start": 1248951368,
            "stop": 1248951440
        },
        {
            "start": 1248951443,
            "stop": 1248951471
        },
        {
            "start": 1248951475,
            "stop": 1248951622
        },
        {
            "start": 1248951627,
            "stop": 1248951670
        },
        {
            "start": 1248951674,
            "stop": 1248951724
        },
        {
            "start": 1248951728,
            "stop": 1248951740
        },
        {
            "start": 1248951744,
            "stop": 1248951790
        },
        {
            "start": 1248951794,
            "stop": 1248951812
        },
        {
            "start": 1248951817,
            "stop": 1248951825
        },
        {
            "start": 1248951829,
            "stop": 1248951926
        },
        {
            "start": 1248951930,
            "stop": 1248951968
        },
        {
            "start": 1248951976,
            "stop": 1248952019
        },
        {
            "start": 1248952024,
            "stop": 1248952049
        },
        {
            "start": 1248952054,
            "stop": 1248952080
        },
        {
            "start": 1248952083,
            "stop": 1248952091
        },
        {
            "start": 1248952096,
            "stop": 1248952098
        }
    ]
}