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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=176",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 177,
    "results": [
        {
            "start": 819120524,
            "stop": 819120533
        },
        {
            "start": 819120540,
            "stop": 819121853
        },
        {
            "start": 819121860,
            "stop": 819122917
        },
        {
            "start": 819181938,
            "stop": 819181977
        },
        {
            "start": 819182599,
            "stop": 819183942
        },
        {
            "start": 819195998,
            "stop": 819205144
        },
        {
            "start": 819205158,
            "stop": 819205176
        },
        {
            "start": 819205181,
            "stop": 819205220
        },
        {
            "start": 819205239,
            "stop": 819205250
        },
        {
            "start": 819205255,
            "stop": 819205615
        },
        {
            "start": 819205740,
            "stop": 819205817
        },
        {
            "start": 819205842,
            "stop": 819206494
        },
        {
            "start": 819206599,
            "stop": 819206600
        },
        {
            "start": 819246606,
            "stop": 819247608
        },
        {
            "start": 819247615,
            "stop": 819249201
        },
        {
            "start": 819249207,
            "stop": 819249911
        },
        {
            "start": 819253507,
            "stop": 819278498
        },
        {
            "start": 819278505,
            "stop": 819278552
        },
        {
            "start": 819278557,
            "stop": 819278678
        },
        {
            "start": 819278690,
            "stop": 819278698
        }
    ]
}