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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7485",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7483",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7484,
    "results": [
        {
            "start": 970130343,
            "stop": 970131174
        },
        {
            "start": 970131177,
            "stop": 970131270
        },
        {
            "start": 970131273,
            "stop": 970131918
        },
        {
            "start": 970131921,
            "stop": 970131940
        },
        {
            "start": 970131943,
            "stop": 970133306
        },
        {
            "start": 970133316,
            "stop": 970133625
        },
        {
            "start": 970133628,
            "stop": 970134140
        },
        {
            "start": 970134143,
            "stop": 970134229
        },
        {
            "start": 970137093,
            "stop": 970137953
        },
        {
            "start": 970137956,
            "stop": 970138090
        },
        {
            "start": 970138093,
            "stop": 970138255
        },
        {
            "start": 970138258,
            "stop": 970139482
        },
        {
            "start": 970139485,
            "stop": 970139809
        },
        {
            "start": 970139812,
            "stop": 970140778
        },
        {
            "start": 970140781,
            "stop": 970140868
        },
        {
            "start": 970140871,
            "stop": 970141151
        },
        {
            "start": 970141157,
            "stop": 970141214
        },
        {
            "start": 970141217,
            "stop": 970141222
        },
        {
            "start": 970141225,
            "stop": 970141258
        },
        {
            "start": 970141264,
            "stop": 970141631
        }
    ]
}