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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 80,
    "results": [
        {
            "start": 1238396527,
            "stop": 1238400189
        },
        {
            "start": 1238400194,
            "stop": 1238400363
        },
        {
            "start": 1238400364,
            "stop": 1238402689
        },
        {
            "start": 1238402693,
            "stop": 1238403173
        },
        {
            "start": 1238403178,
            "stop": 1238411461
        },
        {
            "start": 1238411462,
            "stop": 1238411663
        },
        {
            "start": 1238411664,
            "stop": 1238411699
        },
        {
            "start": 1238411701,
            "stop": 1238411969
        },
        {
            "start": 1238411971,
            "stop": 1238412072
        },
        {
            "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": 1238412425,
            "stop": 1238412435
        }
    ]
}