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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=114",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 115,
    "results": [
        {
            "start": 831513045,
            "stop": 831518625
        },
        {
            "start": 831520539,
            "stop": 831552273
        },
        {
            "start": 831552542,
            "stop": 831552792
        },
        {
            "start": 831554274,
            "stop": 831569527
        },
        {
            "start": 831570998,
            "stop": 831582225
        },
        {
            "start": 831585467,
            "stop": 831588757
        },
        {
            "start": 831589400,
            "stop": 831591470
        },
        {
            "start": 831595158,
            "stop": 831597894
        },
        {
            "start": 831598294,
            "stop": 831609916
        },
        {
            "start": 831614685,
            "stop": 831616339
        },
        {
            "start": 831617590,
            "stop": 831620859
        },
        {
            "start": 831622235,
            "stop": 831630972
        },
        {
            "start": 831631877,
            "stop": 831669155
        },
        {
            "start": 831670249,
            "stop": 831673908
        },
        {
            "start": 831674236,
            "stop": 831676755
        },
        {
            "start": 831676757,
            "stop": 831688923
        },
        {
            "start": 831689762,
            "stop": 831689975
        },
        {
            "start": 831690375,
            "stop": 831695708
        },
        {
            "start": 831696419,
            "stop": 831696537
        },
        {
            "start": 831697158,
            "stop": 831698263
        }
    ]
}