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/H1_CBCLOW_CAT3/segments?format=api&page=2311
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2310",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2311,
    "results": [
        {
            "start": 871515553,
            "stop": 871515555
        },
        {
            "start": 871515572,
            "stop": 871515837
        },
        {
            "start": 871515907,
            "stop": 871517180
        },
        {
            "start": 871517197,
            "stop": 871517372
        },
        {
            "start": 871517389,
            "stop": 871518448
        },
        {
            "start": 871518465,
            "stop": 871519330
        },
        {
            "start": 871519347,
            "stop": 871519358
        },
        {
            "start": 871519375,
            "stop": 871519418
        },
        {
            "start": 871519435,
            "stop": 871520176
        },
        {
            "start": 871520193,
            "stop": 871520260
        },
        {
            "start": 871520277,
            "stop": 871521724
        },
        {
            "start": 871521741,
            "stop": 871521766
        },
        {
            "start": 871521783,
            "stop": 871522389
        },
        {
            "start": 871522689,
            "stop": 871523310
        },
        {
            "start": 871523337,
            "stop": 871523367
        },
        {
            "start": 871523384,
            "stop": 871523486
        },
        {
            "start": 871523503,
            "stop": 871524360
        },
        {
            "start": 871524792,
            "stop": 871526039
        },
        {
            "start": 871526056,
            "stop": 871526213
        },
        {
            "start": 871526230,
            "stop": 871526263
        }
    ]
}