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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=271",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 272,
    "results": [
        {
            "start": 821792338,
            "stop": 821793418
        },
        {
            "start": 821793423,
            "stop": 821795221
        },
        {
            "start": 821795226,
            "stop": 821795555
        },
        {
            "start": 821795560,
            "stop": 821795711
        },
        {
            "start": 821795717,
            "stop": 821796348
        },
        {
            "start": 821796356,
            "stop": 821796383
        },
        {
            "start": 821796395,
            "stop": 821796735
        },
        {
            "start": 821796746,
            "stop": 821796775
        },
        {
            "start": 821796780,
            "stop": 821796829
        },
        {
            "start": 821796835,
            "stop": 821796930
        },
        {
            "start": 821796935,
            "stop": 821796982
        },
        {
            "start": 821796987,
            "stop": 821797037
        },
        {
            "start": 821797042,
            "stop": 821797097
        },
        {
            "start": 821797102,
            "stop": 821797221
        },
        {
            "start": 821797226,
            "stop": 821797235
        },
        {
            "start": 821797242,
            "stop": 821797315
        },
        {
            "start": 821797320,
            "stop": 821797530
        },
        {
            "start": 821797537,
            "stop": 821797585
        },
        {
            "start": 821797605,
            "stop": 821797627
        },
        {
            "start": 821797632,
            "stop": 821797697
        }
    ]
}