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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=325",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 326,
    "results": [
        {
            "start": 823399715,
            "stop": 823399807
        },
        {
            "start": 823399814,
            "stop": 823402263
        },
        {
            "start": 823402268,
            "stop": 823412247
        },
        {
            "start": 823412252,
            "stop": 823414749
        },
        {
            "start": 823417156,
            "stop": 823424263
        },
        {
            "start": 823424268,
            "stop": 823424384
        },
        {
            "start": 823424400,
            "stop": 823424419
        },
        {
            "start": 823424424,
            "stop": 823424432
        },
        {
            "start": 823424444,
            "stop": 823424492
        },
        {
            "start": 823424509,
            "stop": 823424570
        },
        {
            "start": 823424575,
            "stop": 823424593
        },
        {
            "start": 823424598,
            "stop": 823424615
        },
        {
            "start": 823424621,
            "stop": 823424629
        },
        {
            "start": 823425572,
            "stop": 823426964
        },
        {
            "start": 823426969,
            "stop": 823436575
        },
        {
            "start": 823436580,
            "stop": 823438369
        },
        {
            "start": 823438376,
            "stop": 823438393
        },
        {
            "start": 823438401,
            "stop": 823438438
        },
        {
            "start": 823438455,
            "stop": 823438462
        },
        {
            "start": 823438479,
            "stop": 823440311
        }
    ]
}