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=912
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=913",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=911",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 912,
    "results": [
        {
            "start": 1251441320,
            "stop": 1251441865
        },
        {
            "start": 1251441869,
            "stop": 1251442004
        },
        {
            "start": 1251442008,
            "stop": 1251442223
        },
        {
            "start": 1251442227,
            "stop": 1251442566
        },
        {
            "start": 1251442570,
            "stop": 1251442918
        },
        {
            "start": 1251442922,
            "stop": 1251443009
        },
        {
            "start": 1251443014,
            "stop": 1251443140
        },
        {
            "start": 1251443144,
            "stop": 1251443338
        },
        {
            "start": 1251443342,
            "stop": 1251443668
        },
        {
            "start": 1251443672,
            "stop": 1251443744
        },
        {
            "start": 1251443748,
            "stop": 1251443784
        },
        {
            "start": 1251443788,
            "stop": 1251444242
        },
        {
            "start": 1251444246,
            "stop": 1251444445
        },
        {
            "start": 1251444448,
            "stop": 1251445064
        },
        {
            "start": 1251445068,
            "stop": 1251445276
        },
        {
            "start": 1251445280,
            "stop": 1251445733
        },
        {
            "start": 1251445737,
            "stop": 1251445832
        },
        {
            "start": 1251445836,
            "stop": 1251446081
        },
        {
            "start": 1251446085,
            "stop": 1251446181
        },
        {
            "start": 1251446185,
            "stop": 1251446425
        }
    ]
}