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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=233",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 234,
    "results": [
        {
            "start": 931461544,
            "stop": 931461564
        },
        {
            "start": 931461570,
            "stop": 931461572
        },
        {
            "start": 931461574,
            "stop": 931461582
        },
        {
            "start": 931461584,
            "stop": 931461586
        },
        {
            "start": 931461588,
            "stop": 931461594
        },
        {
            "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
        }
    ]
}