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=2128
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=2129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2127",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2128,
    "results": [
        {
            "start": 872184128,
            "stop": 872184176
        },
        {
            "start": 872184195,
            "stop": 872184413
        },
        {
            "start": 872184441,
            "stop": 872184451
        },
        {
            "start": 872184512,
            "stop": 872184563
        },
        {
            "start": 872184582,
            "stop": 872184663
        },
        {
            "start": 872184682,
            "stop": 872184686
        },
        {
            "start": 872184705,
            "stop": 872184716
        },
        {
            "start": 872184735,
            "stop": 872184740
        },
        {
            "start": 872184801,
            "stop": 872184809
        },
        {
            "start": 872184832,
            "stop": 872185021
        },
        {
            "start": 872185040,
            "stop": 872185151
        },
        {
            "start": 872185170,
            "stop": 872185608
        },
        {
            "start": 872185627,
            "stop": 872185674
        },
        {
            "start": 872185693,
            "stop": 872186648
        },
        {
            "start": 872186674,
            "stop": 872186683
        },
        {
            "start": 872186702,
            "stop": 872187237
        },
        {
            "start": 872187256,
            "stop": 872188108
        },
        {
            "start": 872188140,
            "stop": 872188155
        },
        {
            "start": 872188181,
            "stop": 872188258
        },
        {
            "start": 872188277,
            "stop": 872188395
        }
    ]
}