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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14718",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14716",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14717,
    "results": [
        {
            "start": 971173198,
            "stop": 971173201
        },
        {
            "start": 971173204,
            "stop": 971173205
        },
        {
            "start": 971173206,
            "stop": 971173207
        },
        {
            "start": 971173209,
            "stop": 971173210
        },
        {
            "start": 971173217,
            "stop": 971173218
        },
        {
            "start": 971173219,
            "stop": 971173220
        },
        {
            "start": 971173221,
            "stop": 971173224
        },
        {
            "start": 971173228,
            "stop": 971173236
        },
        {
            "start": 971173238,
            "stop": 971173244
        },
        {
            "start": 971173246,
            "stop": 971173250
        },
        {
            "start": 971173251,
            "stop": 971173255
        },
        {
            "start": 971173259,
            "stop": 971173261
        },
        {
            "start": 971173263,
            "stop": 971173265
        },
        {
            "start": 971173266,
            "stop": 971173267
        },
        {
            "start": 971173269,
            "stop": 971173275
        },
        {
            "start": 971173281,
            "stop": 971173285
        },
        {
            "start": 971173289,
            "stop": 971173292
        },
        {
            "start": 971173293,
            "stop": 971173299
        },
        {
            "start": 971173301,
            "stop": 971173305
        },
        {
            "start": 971173306,
            "stop": 971173308
        }
    ]
}