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=7534
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=7535",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7533",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7534,
    "results": [
        {
            "start": 970400570,
            "stop": 970400745
        },
        {
            "start": 970400748,
            "stop": 970400761
        },
        {
            "start": 970400764,
            "stop": 970400781
        },
        {
            "start": 970400784,
            "stop": 970400833
        },
        {
            "start": 970400836,
            "stop": 970400910
        },
        {
            "start": 970400913,
            "stop": 970400975
        },
        {
            "start": 970400978,
            "stop": 970401022
        },
        {
            "start": 970401026,
            "stop": 970401088
        },
        {
            "start": 970401091,
            "stop": 970401108
        },
        {
            "start": 970401111,
            "stop": 970401138
        },
        {
            "start": 970401141,
            "stop": 970401142
        },
        {
            "start": 970401145,
            "stop": 970401160
        },
        {
            "start": 970401163,
            "stop": 970401166
        },
        {
            "start": 970401169,
            "stop": 970401173
        },
        {
            "start": 970401176,
            "stop": 970401182
        },
        {
            "start": 970401185,
            "stop": 970401209
        },
        {
            "start": 970401213,
            "stop": 970401215
        },
        {
            "start": 970401218,
            "stop": 970401223
        },
        {
            "start": 970401226,
            "stop": 970401265
        },
        {
            "start": 970401270,
            "stop": 970401280
        }
    ]
}