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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3231",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3232,
    "results": [
        {
            "start": 872121392,
            "stop": 872122020
        },
        {
            "start": 872122140,
            "stop": 872123032
        },
        {
            "start": 872123038,
            "stop": 872124514
        },
        {
            "start": 872124518,
            "stop": 872125440
        },
        {
            "start": 872125500,
            "stop": 872125813
        },
        {
            "start": 872125816,
            "stop": 872125980
        },
        {
            "start": 872126040,
            "stop": 872126067
        },
        {
            "start": 872126070,
            "stop": 872126220
        },
        {
            "start": 872126280,
            "stop": 872126305
        },
        {
            "start": 872126308,
            "stop": 872126340
        },
        {
            "start": 872126460,
            "stop": 872126461
        },
        {
            "start": 872126466,
            "stop": 872126520
        },
        {
            "start": 872126700,
            "stop": 872126747
        },
        {
            "start": 872126754,
            "stop": 872126760
        },
        {
            "start": 872126940,
            "stop": 872126969
        },
        {
            "start": 872126975,
            "stop": 872127060
        },
        {
            "start": 872127123,
            "stop": 872127127
        },
        {
            "start": 872127130,
            "stop": 872127169
        },
        {
            "start": 872127172,
            "stop": 872127173
        },
        {
            "start": 872127177,
            "stop": 872127180
        }
    ]
}