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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=233",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 234,
    "results": [
        {
            "start": 931461596,
            "stop": 931461598
        },
        {
            "start": 931461600,
            "stop": 931461602
        },
        {
            "start": 931461604,
            "stop": 931461623
        },
        {
            "start": 931461625,
            "stop": 931461629
        },
        {
            "start": 931461631,
            "stop": 931461634
        },
        {
            "start": 931461636,
            "stop": 931461637
        },
        {
            "start": 931461639,
            "stop": 931461652
        },
        {
            "start": 931461658,
            "stop": 931461660
        },
        {
            "start": 931461662,
            "stop": 931461668
        },
        {
            "start": 931461670,
            "stop": 931461684
        },
        {
            "start": 931461688,
            "stop": 931461690
        },
        {
            "start": 931461694,
            "stop": 931461707
        },
        {
            "start": 931461709,
            "stop": 931461710
        },
        {
            "start": 931461712,
            "stop": 931461714
        },
        {
            "start": 931461718,
            "stop": 931461733
        },
        {
            "start": 931461741,
            "stop": 931461751
        },
        {
            "start": 931461753,
            "stop": 931461760
        },
        {
            "start": 931461762,
            "stop": 931461763
        },
        {
            "start": 931461765,
            "stop": 931461780
        },
        {
            "start": 931461782,
            "stop": 931461784
        }
    ]
}