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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=135",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 136,
    "results": [
        {
            "start": 818376197,
            "stop": 818376252
        },
        {
            "start": 818376260,
            "stop": 818377650
        },
        {
            "start": 818377658,
            "stop": 818377686
        },
        {
            "start": 818377694,
            "stop": 818377766
        },
        {
            "start": 818377776,
            "stop": 818379179
        },
        {
            "start": 818379190,
            "stop": 818379223
        },
        {
            "start": 818379231,
            "stop": 818379476
        },
        {
            "start": 818379484,
            "stop": 818379569
        },
        {
            "start": 818379582,
            "stop": 818379610
        },
        {
            "start": 818379619,
            "stop": 818379620
        },
        {
            "start": 818379639,
            "stop": 818379660
        },
        {
            "start": 818379668,
            "stop": 818379678
        },
        {
            "start": 818379693,
            "stop": 818379694
        },
        {
            "start": 818379709,
            "stop": 818379746
        },
        {
            "start": 818379754,
            "stop": 818379757
        },
        {
            "start": 818379767,
            "stop": 818379770
        },
        {
            "start": 818379778,
            "stop": 818379818
        },
        {
            "start": 818379827,
            "stop": 818379877
        },
        {
            "start": 818379888,
            "stop": 818380651
        },
        {
            "start": 818380667,
            "stop": 818382485
        }
    ]
}