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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=200",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 201,
    "results": [
        {
            "start": 1375234776,
            "stop": 1375235904
        },
        {
            "start": 1375235905,
            "stop": 1375240389
        },
        {
            "start": 1375240390,
            "stop": 1375242708
        },
        {
            "start": 1375242709,
            "stop": 1375244250
        },
        {
            "start": 1375244252,
            "stop": 1375244972
        },
        {
            "start": 1375244974,
            "stop": 1375247806
        },
        {
            "start": 1375247811,
            "stop": 1375253418
        },
        {
            "start": 1375253420,
            "stop": 1375258496
        },
        {
            "start": 1375258498,
            "stop": 1375258521
        },
        {
            "start": 1375258523,
            "stop": 1375258532
        },
        {
            "start": 1375258535,
            "stop": 1375258565
        },
        {
            "start": 1375258567,
            "stop": 1375259524
        },
        {
            "start": 1375259526,
            "stop": 1375261546
        },
        {
            "start": 1375261548,
            "stop": 1375263700
        },
        {
            "start": 1375263704,
            "stop": 1375264295
        },
        {
            "start": 1375264297,
            "stop": 1375265839
        },
        {
            "start": 1375265842,
            "stop": 1375266437
        },
        {
            "start": 1375266439,
            "stop": 1375266942
        },
        {
            "start": 1375266947,
            "stop": 1375267829
        },
        {
            "start": 1375267832,
            "stop": 1375278606
        }
    ]
}