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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=346",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 347,
    "results": [
        {
            "start": 1251138360,
            "stop": 1251138367
        },
        {
            "start": 1251138368,
            "stop": 1251138370
        },
        {
            "start": 1251138372,
            "stop": 1251138377
        },
        {
            "start": 1251138379,
            "stop": 1251138385
        },
        {
            "start": 1251138387,
            "stop": 1251138393
        },
        {
            "start": 1251138394,
            "stop": 1251138398
        },
        {
            "start": 1251138399,
            "stop": 1251154094
        },
        {
            "start": 1251158288,
            "stop": 1251225600
        },
        {
            "start": 1251225707,
            "stop": 1251226964
        },
        {
            "start": 1251227162,
            "stop": 1251261334
        },
        {
            "start": 1251261335,
            "stop": 1251287651
        },
        {
            "start": 1251292067,
            "stop": 1251332574
        },
        {
            "start": 1251332582,
            "stop": 1251332584
        },
        {
            "start": 1251332586,
            "stop": 1251332593
        },
        {
            "start": 1251332600,
            "stop": 1251349201
        },
        {
            "start": 1251353031,
            "stop": 1251383998
        },
        {
            "start": 1251386664,
            "stop": 1251389901
        },
        {
            "start": 1251394668,
            "stop": 1251396079
        },
        {
            "start": 1251399688,
            "stop": 1251452692
        },
        {
            "start": 1251454665,
            "stop": 1251480899
        }
    ]
}