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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=383",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 384,
    "results": [
        {
            "start": 1266429941,
            "stop": 1266429942
        },
        {
            "start": 1266429943,
            "stop": 1266439922
        },
        {
            "start": 1266439923,
            "stop": 1266446509
        },
        {
            "start": 1266446510,
            "stop": 1266446512
        },
        {
            "start": 1266446513,
            "stop": 1266446517
        },
        {
            "start": 1266446523,
            "stop": 1266446524
        },
        {
            "start": 1266446525,
            "stop": 1266449140
        },
        {
            "start": 1266449141,
            "stop": 1266449151
        },
        {
            "start": 1266449160,
            "stop": 1266460304
        },
        {
            "start": 1266466233,
            "stop": 1266483130
        },
        {
            "start": 1266483131,
            "stop": 1266483153
        },
        {
            "start": 1266483154,
            "stop": 1266488636
        },
        {
            "start": 1266488637,
            "stop": 1266488969
        },
        {
            "start": 1266488970,
            "stop": 1266490149
        },
        {
            "start": 1266490150,
            "stop": 1266490231
        },
        {
            "start": 1266490232,
            "stop": 1266491253
        },
        {
            "start": 1266491254,
            "stop": 1266491255
        },
        {
            "start": 1266491259,
            "stop": 1266491430
        },
        {
            "start": 1266491431,
            "stop": 1266492220
        },
        {
            "start": 1266493809,
            "stop": 1266507801
        }
    ]
}