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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=301",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 302,
    "results": [
        {
            "start": 1240177746,
            "stop": 1240177865
        },
        {
            "start": 1240177866,
            "stop": 1240177985
        },
        {
            "start": 1240177986,
            "stop": 1240178105
        },
        {
            "start": 1240178106,
            "stop": 1240178225
        },
        {
            "start": 1240178226,
            "stop": 1240178260
        },
        {
            "start": 1240178264,
            "stop": 1240178345
        },
        {
            "start": 1240178346,
            "stop": 1240178398
        },
        {
            "start": 1240181254,
            "stop": 1240181345
        },
        {
            "start": 1240181346,
            "stop": 1240181465
        },
        {
            "start": 1240181466,
            "stop": 1240181585
        },
        {
            "start": 1240181586,
            "stop": 1240181705
        },
        {
            "start": 1240181706,
            "stop": 1240181825
        },
        {
            "start": 1240181826,
            "stop": 1240181945
        },
        {
            "start": 1240181946,
            "stop": 1240182065
        },
        {
            "start": 1240182066,
            "stop": 1240182185
        },
        {
            "start": 1240182186,
            "stop": 1240182305
        },
        {
            "start": 1240182306,
            "stop": 1240182316
        },
        {
            "start": 1240182321,
            "stop": 1240182425
        },
        {
            "start": 1240182426,
            "stop": 1240182545
        },
        {
            "start": 1240182546,
            "stop": 1240182665
        }
    ]
}