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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7519",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7517",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7518,
    "results": [
        {
            "start": 970400457,
            "stop": 970400466
        },
        {
            "start": 970400469,
            "stop": 970400521
        },
        {
            "start": 970400524,
            "stop": 970400525
        },
        {
            "start": 970400528,
            "stop": 970400547
        },
        {
            "start": 970400552,
            "stop": 970400567
        },
        {
            "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
        }
    ]
}