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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=315",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 316,
    "results": [
        {
            "start": 1175828418,
            "stop": 1175829611
        },
        {
            "start": 1175829613,
            "stop": 1175830741
        },
        {
            "start": 1175830743,
            "stop": 1175832024
        },
        {
            "start": 1175832026,
            "stop": 1175833283
        },
        {
            "start": 1175833285,
            "stop": 1175834271
        },
        {
            "start": 1175834273,
            "stop": 1175834941
        },
        {
            "start": 1175834943,
            "stop": 1175835960
        },
        {
            "start": 1175835962,
            "stop": 1175837179
        },
        {
            "start": 1175837181,
            "stop": 1175837940
        },
        {
            "start": 1175837942,
            "stop": 1175838944
        },
        {
            "start": 1175838946,
            "stop": 1175839488
        },
        {
            "start": 1175839492,
            "stop": 1175840228
        },
        {
            "start": 1175840230,
            "stop": 1175841468
        },
        {
            "start": 1175841470,
            "stop": 1175842809
        },
        {
            "start": 1175842811,
            "stop": 1175844180
        },
        {
            "start": 1175844182,
            "stop": 1175845551
        },
        {
            "start": 1175845553,
            "stop": 1175846492
        },
        {
            "start": 1175846494,
            "stop": 1175847593
        },
        {
            "start": 1175847595,
            "stop": 1175848636
        },
        {
            "start": 1175848638,
            "stop": 1175849105
        }
    ]
}