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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=245",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 246,
    "results": [
        {
            "start": 1240854334,
            "stop": 1240855238
        },
        {
            "start": 1240872121,
            "stop": 1240906993
        },
        {
            "start": 1240914063,
            "stop": 1240936990
        },
        {
            "start": 1240937003,
            "stop": 1241000558
        },
        {
            "start": 1241000559,
            "stop": 1241000695
        },
        {
            "start": 1241000696,
            "stop": 1241000969
        },
        {
            "start": 1241000971,
            "stop": 1241000980
        },
        {
            "start": 1241000981,
            "stop": 1241001507
        },
        {
            "start": 1241001509,
            "stop": 1241002553
        },
        {
            "start": 1241002558,
            "stop": 1241002561
        },
        {
            "start": 1241002562,
            "stop": 1241002564
        },
        {
            "start": 1241002565,
            "stop": 1241002688
        },
        {
            "start": 1241002696,
            "stop": 1241002700
        },
        {
            "start": 1241002701,
            "stop": 1241003258
        },
        {
            "start": 1241003259,
            "stop": 1241003293
        },
        {
            "start": 1241003294,
            "stop": 1241005701
        },
        {
            "start": 1241013955,
            "stop": 1241013964
        },
        {
            "start": 1241013965,
            "stop": 1241014327
        },
        {
            "start": 1241014330,
            "stop": 1241014340
        },
        {
            "start": 1241014343,
            "stop": 1241014662
        }
    ]
}