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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=339",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 340,
    "results": [
        {
            "start": 1177256615,
            "stop": 1177256620
        },
        {
            "start": 1177256625,
            "stop": 1177256631
        },
        {
            "start": 1177256637,
            "stop": 1177256645
        },
        {
            "start": 1177256646,
            "stop": 1177257030
        },
        {
            "start": 1177257032,
            "stop": 1177257044
        },
        {
            "start": 1177257047,
            "stop": 1177257054
        },
        {
            "start": 1177257059,
            "stop": 1177257067
        },
        {
            "start": 1177257072,
            "stop": 1177257176
        },
        {
            "start": 1177257180,
            "stop": 1177257187
        },
        {
            "start": 1177257193,
            "stop": 1177257199
        },
        {
            "start": 1177257204,
            "stop": 1177257354
        },
        {
            "start": 1177257355,
            "stop": 1177257364
        },
        {
            "start": 1177257368,
            "stop": 1177257374
        },
        {
            "start": 1177257380,
            "stop": 1177257386
        },
        {
            "start": 1177257392,
            "stop": 1177257400
        },
        {
            "start": 1177257403,
            "stop": 1177258035
        },
        {
            "start": 1177258038,
            "stop": 1177258044
        },
        {
            "start": 1177258045,
            "stop": 1177258046
        },
        {
            "start": 1177258047,
            "stop": 1177258432
        },
        {
            "start": 1177258436,
            "stop": 1177258683
        }
    ]
}