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=2186
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=2187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2185",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2186,
    "results": [
        {
            "start": 872478018,
            "stop": 872478043
        },
        {
            "start": 872478063,
            "stop": 872478482
        },
        {
            "start": 872478514,
            "stop": 872478526
        },
        {
            "start": 872478553,
            "stop": 872478556
        },
        {
            "start": 872478575,
            "stop": 872478598
        },
        {
            "start": 872478760,
            "stop": 872478829
        },
        {
            "start": 872478852,
            "stop": 872478892
        },
        {
            "start": 872478911,
            "stop": 872478941
        },
        {
            "start": 872478960,
            "stop": 872478978
        },
        {
            "start": 872479008,
            "stop": 872479081
        },
        {
            "start": 872479106,
            "stop": 872479110
        },
        {
            "start": 872479138,
            "stop": 872479175
        },
        {
            "start": 872479201,
            "stop": 872479213
        },
        {
            "start": 872479232,
            "stop": 872479268
        },
        {
            "start": 872479287,
            "stop": 872479304
        },
        {
            "start": 872479329,
            "stop": 872479347
        },
        {
            "start": 872479375,
            "stop": 872479377
        },
        {
            "start": 872479396,
            "stop": 872479428
        },
        {
            "start": 872479481,
            "stop": 872479495
        },
        {
            "start": 872479519,
            "stop": 872479545
        }
    ]
}