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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=179",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 180,
    "results": [
        {
            "start": 816912001,
            "stop": 816912006
        },
        {
            "start": 816912013,
            "stop": 816912014
        },
        {
            "start": 816912026,
            "stop": 816912029
        },
        {
            "start": 816912034,
            "stop": 816912035
        },
        {
            "start": 816912040,
            "stop": 816912049
        },
        {
            "start": 816912053,
            "stop": 816912057
        },
        {
            "start": 816912065,
            "stop": 816912125
        },
        {
            "start": 816912132,
            "stop": 816912133
        },
        {
            "start": 816912140,
            "stop": 816912141
        },
        {
            "start": 816912148,
            "stop": 816912155
        },
        {
            "start": 816912160,
            "stop": 816912163
        },
        {
            "start": 816912169,
            "stop": 816912220
        },
        {
            "start": 816912224,
            "stop": 816912234
        },
        {
            "start": 816912243,
            "stop": 816912253
        },
        {
            "start": 816912258,
            "stop": 816912268
        },
        {
            "start": 816912271,
            "stop": 816912275
        },
        {
            "start": 816912282,
            "stop": 816912329
        },
        {
            "start": 816912334,
            "stop": 816912344
        },
        {
            "start": 816912349,
            "stop": 816912411
        },
        {
            "start": 816912416,
            "stop": 816912424
        }
    ]
}