Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 1,
    "results": [
        {
            "start": 1238166018,
            "stop": 1238186420
        },
        {
            "start": 1238186428,
            "stop": 1238220967
        },
        {
            "start": 1238250278,
            "stop": 1238252421
        },
        {
            "start": 1238252597,
            "stop": 1238257817
        },
        {
            "start": 1238257971,
            "stop": 1238261506
        },
        {
            "start": 1238261605,
            "stop": 1238266828
        },
        {
            "start": 1238266911,
            "stop": 1238270978
        },
        {
            "start": 1238271077,
            "stop": 1238279373
        },
        {
            "start": 1238280433,
            "stop": 1238288488
        },
        {
            "start": 1238289579,
            "stop": 1238301154
        },
        {
            "start": 1238301162,
            "stop": 1238325759
        },
        {
            "start": 1238326432,
            "stop": 1238337533
        },
        {
            "start": 1238338093,
            "stop": 1238357612
        },
        {
            "start": 1238357749,
            "stop": 1238364745
        },
        {
            "start": 1238364887,
            "stop": 1238377604
        },
        {
            "start": 1238377702,
            "stop": 1238381846
        },
        {
            "start": 1238382091,
            "stop": 1238396506
        },
        {
            "start": 1238396588,
            "stop": 1238408791
        },
        {
            "start": 1238411539,
            "stop": 1238416144
        },
        {
            "start": 1238424199,
            "stop": 1238425570
        }
    ]
}