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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=282",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 283,
    "results": [
        {
            "start": 1240133372,
            "stop": 1240133376
        },
        {
            "start": 1240133380,
            "stop": 1240133381
        },
        {
            "start": 1240133384,
            "stop": 1240133466
        },
        {
            "start": 1240133467,
            "stop": 1240133586
        },
        {
            "start": 1240133587,
            "stop": 1240133706
        },
        {
            "start": 1240133707,
            "stop": 1240133739
        },
        {
            "start": 1240133744,
            "stop": 1240133778
        },
        {
            "start": 1240133782,
            "stop": 1240133826
        },
        {
            "start": 1240133827,
            "stop": 1240133858
        },
        {
            "start": 1240133863,
            "stop": 1240133877
        },
        {
            "start": 1240133881,
            "stop": 1240133946
        },
        {
            "start": 1240133947,
            "stop": 1240134026
        },
        {
            "start": 1240134030,
            "stop": 1240134066
        },
        {
            "start": 1240134067,
            "stop": 1240134186
        },
        {
            "start": 1240134187,
            "stop": 1240134229
        },
        {
            "start": 1240134232,
            "stop": 1240134306
        },
        {
            "start": 1240134307,
            "stop": 1240134310
        },
        {
            "start": 1240134315,
            "stop": 1240134356
        },
        {
            "start": 1240134360,
            "stop": 1240134389
        },
        {
            "start": 1240134394,
            "stop": 1240134395
        }
    ]
}