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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4564",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4562",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4563,
    "results": [
        {
            "start": 968828563,
            "stop": 968828897
        },
        {
            "start": 968828900,
            "stop": 968829358
        },
        {
            "start": 968829361,
            "stop": 968829688
        },
        {
            "start": 968829691,
            "stop": 968829829
        },
        {
            "start": 968829832,
            "stop": 968830570
        },
        {
            "start": 968830573,
            "stop": 968832298
        },
        {
            "start": 968832301,
            "stop": 968832418
        },
        {
            "start": 968832421,
            "stop": 968832591
        },
        {
            "start": 968832594,
            "stop": 968834957
        },
        {
            "start": 968834960,
            "stop": 968835306
        },
        {
            "start": 968836665,
            "stop": 968838167
        },
        {
            "start": 968838185,
            "stop": 968839092
        },
        {
            "start": 968839095,
            "stop": 968839192
        },
        {
            "start": 968839195,
            "stop": 968839451
        },
        {
            "start": 968839454,
            "stop": 968839682
        },
        {
            "start": 968840429,
            "stop": 968840441
        },
        {
            "start": 968840442,
            "stop": 968840497
        },
        {
            "start": 968840498,
            "stop": 968841351
        },
        {
            "start": 968841354,
            "stop": 968842378
        },
        {
            "start": 968842381,
            "stop": 968842862
        }
    ]
}