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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=211",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 212,
    "results": [
        {
            "start": 1239904392,
            "stop": 1239904511
        },
        {
            "start": 1239904512,
            "stop": 1239904631
        },
        {
            "start": 1239904632,
            "stop": 1239904751
        },
        {
            "start": 1239904752,
            "stop": 1239904819
        },
        {
            "start": 1239904824,
            "stop": 1239904851
        },
        {
            "start": 1239904852,
            "stop": 1239904991
        },
        {
            "start": 1239904992,
            "stop": 1239905111
        },
        {
            "start": 1239905112,
            "stop": 1239905231
        },
        {
            "start": 1239905232,
            "stop": 1239905351
        },
        {
            "start": 1239905352,
            "stop": 1239905471
        },
        {
            "start": 1239905472,
            "stop": 1239905591
        },
        {
            "start": 1239905592,
            "stop": 1239905711
        },
        {
            "start": 1239905712,
            "stop": 1239905831
        },
        {
            "start": 1239905832,
            "stop": 1239905951
        },
        {
            "start": 1239905952,
            "stop": 1239906071
        },
        {
            "start": 1239906072,
            "stop": 1239906191
        },
        {
            "start": 1239906192,
            "stop": 1239906311
        },
        {
            "start": 1239906312,
            "stop": 1239906431
        },
        {
            "start": 1239906432,
            "stop": 1239906551
        },
        {
            "start": 1239906552,
            "stop": 1239906671
        }
    ]
}