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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=334",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 335,
    "results": [
        {
            "start": 823763040,
            "stop": 823764331
        },
        {
            "start": 823764336,
            "stop": 823764543
        },
        {
            "start": 823764548,
            "stop": 823765634
        },
        {
            "start": 823765641,
            "stop": 823765682
        },
        {
            "start": 823765689,
            "stop": 823765701
        },
        {
            "start": 823765706,
            "stop": 823765740
        },
        {
            "start": 823765745,
            "stop": 823765784
        },
        {
            "start": 823765789,
            "stop": 823765872
        },
        {
            "start": 823765878,
            "stop": 823765891
        },
        {
            "start": 823765896,
            "stop": 823765963
        },
        {
            "start": 823765970,
            "stop": 823765988
        },
        {
            "start": 823766797,
            "stop": 823766934
        },
        {
            "start": 823766941,
            "stop": 823766958
        },
        {
            "start": 823766967,
            "stop": 823767038
        },
        {
            "start": 823767043,
            "stop": 823767121
        },
        {
            "start": 823767128,
            "stop": 823767563
        },
        {
            "start": 823767568,
            "stop": 823768560
        },
        {
            "start": 823768565,
            "stop": 823768750
        },
        {
            "start": 823768756,
            "stop": 823768898
        },
        {
            "start": 823768903,
            "stop": 823768934
        }
    ]
}