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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=198",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 199,
    "results": [
        {
            "start": 931152048,
            "stop": 931152049
        },
        {
            "start": 931152050,
            "stop": 931152051
        },
        {
            "start": 931152057,
            "stop": 931152059
        },
        {
            "start": 931152061,
            "stop": 931152062
        },
        {
            "start": 931152064,
            "stop": 931152065
        },
        {
            "start": 931152066,
            "stop": 931152068
        },
        {
            "start": 931152069,
            "stop": 931152073
        },
        {
            "start": 931152074,
            "stop": 931152076
        },
        {
            "start": 931152077,
            "stop": 931152081
        },
        {
            "start": 931152085,
            "stop": 931152086
        },
        {
            "start": 931152087,
            "stop": 931152088
        },
        {
            "start": 931152091,
            "stop": 931152093
        },
        {
            "start": 931152096,
            "stop": 931152098
        },
        {
            "start": 931152100,
            "stop": 931152105
        },
        {
            "start": 931152108,
            "stop": 931152110
        },
        {
            "start": 931152112,
            "stop": 931152113
        },
        {
            "start": 931152115,
            "stop": 931152116
        },
        {
            "start": 931152123,
            "stop": 931152125
        },
        {
            "start": 931152126,
            "stop": 931152128
        },
        {
            "start": 931152131,
            "stop": 931152132
        }
    ]
}