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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=236",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 237,
    "results": [
        {
            "start": 821298893,
            "stop": 821298924
        },
        {
            "start": 821298932,
            "stop": 821299048
        },
        {
            "start": 821299328,
            "stop": 821299380
        },
        {
            "start": 821299389,
            "stop": 821299401
        },
        {
            "start": 821299409,
            "stop": 821299430
        },
        {
            "start": 821299438,
            "stop": 821299464
        },
        {
            "start": 821299469,
            "stop": 821299545
        },
        {
            "start": 821299565,
            "stop": 821299611
        },
        {
            "start": 821299617,
            "stop": 821299979
        },
        {
            "start": 821299984,
            "stop": 821300047
        },
        {
            "start": 821300052,
            "stop": 821300074
        },
        {
            "start": 821300092,
            "stop": 821300156
        },
        {
            "start": 821300166,
            "stop": 821300260
        },
        {
            "start": 821300268,
            "stop": 821300322
        },
        {
            "start": 821300330,
            "stop": 821300522
        },
        {
            "start": 821300527,
            "stop": 821300636
        },
        {
            "start": 821300752,
            "stop": 821300770
        },
        {
            "start": 821300960,
            "stop": 821301068
        },
        {
            "start": 821301074,
            "stop": 821301163
        },
        {
            "start": 821301168,
            "stop": 821301280
        }
    ]
}