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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=150",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 151,
    "results": [
        {
            "start": 931419140,
            "stop": 931419143
        },
        {
            "start": 931419145,
            "stop": 931419177
        },
        {
            "start": 931419181,
            "stop": 931419182
        },
        {
            "start": 931419185,
            "stop": 931419195
        },
        {
            "start": 931419198,
            "stop": 931419222
        },
        {
            "start": 931419224,
            "stop": 931419225
        },
        {
            "start": 931419227,
            "stop": 931419228
        },
        {
            "start": 931419231,
            "stop": 931419232
        },
        {
            "start": 931419234,
            "stop": 931419241
        },
        {
            "start": 931419245,
            "stop": 931419246
        },
        {
            "start": 931419248,
            "stop": 931419252
        },
        {
            "start": 931419254,
            "stop": 931419257
        },
        {
            "start": 931419259,
            "stop": 931419267
        },
        {
            "start": 931419269,
            "stop": 931419291
        },
        {
            "start": 931419293,
            "stop": 931419309
        },
        {
            "start": 931419311,
            "stop": 931419314
        },
        {
            "start": 931419317,
            "stop": 931419323
        },
        {
            "start": 931419326,
            "stop": 931419332
        },
        {
            "start": 931419334,
            "stop": 931419340
        },
        {
            "start": 931419343,
            "stop": 931419350
        }
    ]
}