Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=74
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=73",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 74,
    "results": [
        {
            "start": 1238422726,
            "stop": 1238422980
        },
        {
            "start": 1238422982,
            "stop": 1238422987
        },
        {
            "start": 1238422988,
            "stop": 1238423073
        },
        {
            "start": 1238423074,
            "stop": 1238423094
        },
        {
            "start": 1238423096,
            "stop": 1238423100
        },
        {
            "start": 1238423102,
            "stop": 1238423271
        },
        {
            "start": 1238423279,
            "stop": 1238423282
        },
        {
            "start": 1238423283,
            "stop": 1238423286
        },
        {
            "start": 1238423287,
            "stop": 1238423303
        },
        {
            "start": 1238423304,
            "stop": 1238423312
        },
        {
            "start": 1238423313,
            "stop": 1238423422
        },
        {
            "start": 1238423425,
            "stop": 1238423474
        },
        {
            "start": 1238423475,
            "stop": 1238423551
        },
        {
            "start": 1238423553,
            "stop": 1238423555
        },
        {
            "start": 1238423556,
            "stop": 1238423560
        },
        {
            "start": 1238423561,
            "stop": 1238423566
        },
        {
            "start": 1238423567,
            "stop": 1238423568
        },
        {
            "start": 1238423571,
            "stop": 1238423694
        },
        {
            "start": 1238423695,
            "stop": 1238423794
        },
        {
            "start": 1238423796,
            "stop": 1238423822
        }
    ]
}