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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=739",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=737",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 738,
    "results": [
        {
            "start": 953596267,
            "stop": 953596355
        },
        {
            "start": 953609403,
            "stop": 953609473
        },
        {
            "start": 953609479,
            "stop": 953610068
        },
        {
            "start": 953610074,
            "stop": 953610376
        },
        {
            "start": 953610382,
            "stop": 953610512
        },
        {
            "start": 953610518,
            "stop": 953610699
        },
        {
            "start": 953610705,
            "stop": 953610707
        },
        {
            "start": 953610713,
            "stop": 953610718
        },
        {
            "start": 953610724,
            "stop": 953611024
        },
        {
            "start": 953611030,
            "stop": 953611294
        },
        {
            "start": 953611299,
            "stop": 953611371
        },
        {
            "start": 953611377,
            "stop": 953611634
        },
        {
            "start": 953611640,
            "stop": 953611746
        },
        {
            "start": 953611752,
            "stop": 953611860
        },
        {
            "start": 953611866,
            "stop": 953611871
        },
        {
            "start": 953611877,
            "stop": 953611903
        },
        {
            "start": 953611909,
            "stop": 953611944
        },
        {
            "start": 953611950,
            "stop": 953612495
        },
        {
            "start": 953612500,
            "stop": 953612512
        },
        {
            "start": 953612518,
            "stop": 953612568
        }
    ]
}