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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=696",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 697,
    "results": [
        {
            "start": 830143424,
            "stop": 830143500
        },
        {
            "start": 830143561,
            "stop": 830143607
        },
        {
            "start": 830143611,
            "stop": 830143756
        },
        {
            "start": 830143759,
            "stop": 830143883
        },
        {
            "start": 830143886,
            "stop": 830143901
        },
        {
            "start": 830143904,
            "stop": 830143944
        },
        {
            "start": 830143949,
            "stop": 830144013
        },
        {
            "start": 830144346,
            "stop": 830144460
        },
        {
            "start": 830144465,
            "stop": 830144579
        },
        {
            "start": 830144582,
            "stop": 830144589
        },
        {
            "start": 830144592,
            "stop": 830144646
        },
        {
            "start": 830144649,
            "stop": 830144659
        },
        {
            "start": 830144663,
            "stop": 830144783
        },
        {
            "start": 830144786,
            "stop": 830144812
        },
        {
            "start": 830144819,
            "stop": 830145047
        },
        {
            "start": 830145050,
            "stop": 830145180
        },
        {
            "start": 830145240,
            "stop": 830145246
        },
        {
            "start": 830145546,
            "stop": 830145548
        },
        {
            "start": 830145555,
            "stop": 830145644
        },
        {
            "start": 830145648,
            "stop": 830145707
        }
    ]
}