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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=299",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 300,
    "results": [
        {
            "start": 1175309382,
            "stop": 1175310554
        },
        {
            "start": 1175310556,
            "stop": 1175311571
        },
        {
            "start": 1175311573,
            "stop": 1175312461
        },
        {
            "start": 1175312463,
            "stop": 1175313335
        },
        {
            "start": 1175313337,
            "stop": 1175314504
        },
        {
            "start": 1175314506,
            "stop": 1175315547
        },
        {
            "start": 1175315549,
            "stop": 1175316582
        },
        {
            "start": 1175316584,
            "stop": 1175317265
        },
        {
            "start": 1175317267,
            "stop": 1175318107
        },
        {
            "start": 1175318109,
            "stop": 1175319230
        },
        {
            "start": 1175319232,
            "stop": 1175320315
        },
        {
            "start": 1175320317,
            "stop": 1175321118
        },
        {
            "start": 1175321120,
            "stop": 1175322416
        },
        {
            "start": 1175322418,
            "stop": 1175323661
        },
        {
            "start": 1175323663,
            "stop": 1175324883
        },
        {
            "start": 1175324887,
            "stop": 1175325038
        },
        {
            "start": 1175325040,
            "stop": 1175326254
        },
        {
            "start": 1175326256,
            "stop": 1175327705
        },
        {
            "start": 1175327707,
            "stop": 1175328772
        },
        {
            "start": 1175328774,
            "stop": 1175329942
        }
    ]
}