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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=215",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 216,
    "results": [
        {
            "start": 817756628,
            "stop": 817756729
        },
        {
            "start": 817756829,
            "stop": 817756834
        },
        {
            "start": 817756917,
            "stop": 817756923
        },
        {
            "start": 817756971,
            "stop": 817756977
        },
        {
            "start": 817757009,
            "stop": 817757024
        },
        {
            "start": 817757060,
            "stop": 817757062
        },
        {
            "start": 817757129,
            "stop": 817757136
        },
        {
            "start": 817757156,
            "stop": 817757237
        },
        {
            "start": 817757270,
            "stop": 817757284
        },
        {
            "start": 817757435,
            "stop": 817757438
        },
        {
            "start": 817757462,
            "stop": 817757463
        },
        {
            "start": 817757504,
            "stop": 817757541
        },
        {
            "start": 817757563,
            "stop": 817757580
        },
        {
            "start": 817757700,
            "stop": 817757840
        },
        {
            "start": 817757958,
            "stop": 817757972
        },
        {
            "start": 817758129,
            "stop": 817758139
        },
        {
            "start": 817758246,
            "stop": 817758274
        },
        {
            "start": 817758305,
            "stop": 817758471
        },
        {
            "start": 817758520,
            "stop": 817758524
        },
        {
            "start": 817758568,
            "stop": 817758587
        }
    ]
}