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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=70",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 71,
    "results": [
        {
            "start": 1238411664,
            "stop": 1238411699
        },
        {
            "start": 1238411701,
            "stop": 1238411969
        },
        {
            "start": 1238411971,
            "stop": 1238412073
        },
        {
            "start": 1238412078,
            "stop": 1238412079
        },
        {
            "start": 1238412080,
            "stop": 1238412084
        },
        {
            "start": 1238412086,
            "stop": 1238412125
        },
        {
            "start": 1238412126,
            "stop": 1238412134
        },
        {
            "start": 1238412135,
            "stop": 1238412226
        },
        {
            "start": 1238412227,
            "stop": 1238412228
        },
        {
            "start": 1238412229,
            "stop": 1238412233
        },
        {
            "start": 1238412234,
            "stop": 1238412251
        },
        {
            "start": 1238412252,
            "stop": 1238412311
        },
        {
            "start": 1238412312,
            "stop": 1238412415
        },
        {
            "start": 1238412419,
            "stop": 1238412420
        },
        {
            "start": 1238412425,
            "stop": 1238412435
        },
        {
            "start": 1238412437,
            "stop": 1238412761
        },
        {
            "start": 1238412765,
            "stop": 1238414899
        },
        {
            "start": 1238414901,
            "stop": 1238415168
        },
        {
            "start": 1238415169,
            "stop": 1238415311
        },
        {
            "start": 1238415312,
            "stop": 1238415992
        }
    ]
}