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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=335",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 336,
    "results": [
        {
            "start": 1264028663,
            "stop": 1264031622
        },
        {
            "start": 1264031627,
            "stop": 1264032750
        },
        {
            "start": 1264032752,
            "stop": 1264034622
        },
        {
            "start": 1264034626,
            "stop": 1264036649
        },
        {
            "start": 1264036653,
            "stop": 1264037467
        },
        {
            "start": 1264037475,
            "stop": 1264039406
        },
        {
            "start": 1264039410,
            "stop": 1264040025
        },
        {
            "start": 1264040030,
            "stop": 1264040366
        },
        {
            "start": 1264040370,
            "stop": 1264040714
        },
        {
            "start": 1264040718,
            "stop": 1264041309
        },
        {
            "start": 1264041313,
            "stop": 1264044628
        },
        {
            "start": 1264044632,
            "stop": 1264045321
        },
        {
            "start": 1264045323,
            "stop": 1264046619
        },
        {
            "start": 1264046648,
            "stop": 1264046666
        },
        {
            "start": 1264050328,
            "stop": 1264053294
        },
        {
            "start": 1264053298,
            "stop": 1264053952
        },
        {
            "start": 1264053955,
            "stop": 1264055468
        },
        {
            "start": 1264055473,
            "stop": 1264055542
        },
        {
            "start": 1264055547,
            "stop": 1264055733
        },
        {
            "start": 1264055738,
            "stop": 1264056192
        }
    ]
}