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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=90",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 91,
    "results": [
        {
            "start": 816668355,
            "stop": 816668384
        },
        {
            "start": 816668395,
            "stop": 816668403
        },
        {
            "start": 816668407,
            "stop": 816668747
        },
        {
            "start": 816668751,
            "stop": 816668807
        },
        {
            "start": 816668811,
            "stop": 816668820
        },
        {
            "start": 816668840,
            "stop": 816669426
        },
        {
            "start": 816669429,
            "stop": 816669438
        },
        {
            "start": 816669441,
            "stop": 816669444
        },
        {
            "start": 816669448,
            "stop": 816669469
        },
        {
            "start": 816669473,
            "stop": 816669572
        },
        {
            "start": 816669576,
            "stop": 816669579
        },
        {
            "start": 816669583,
            "stop": 816669708
        },
        {
            "start": 816669712,
            "stop": 816669753
        },
        {
            "start": 816669784,
            "stop": 816669843
        },
        {
            "start": 816669846,
            "stop": 816669872
        },
        {
            "start": 816669879,
            "stop": 816669925
        },
        {
            "start": 816669963,
            "stop": 816669999
        },
        {
            "start": 816670013,
            "stop": 816670017
        },
        {
            "start": 816670032,
            "stop": 816670099
        },
        {
            "start": 816670131,
            "stop": 816670156
        }
    ]
}