Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 176,
    "results": [
        {
            "start": 1239787732,
            "stop": 1239791749
        },
        {
            "start": 1239791752,
            "stop": 1239795223
        },
        {
            "start": 1239795227,
            "stop": 1239798166
        },
        {
            "start": 1239798171,
            "stop": 1239799500
        },
        {
            "start": 1239799502,
            "stop": 1239801815
        },
        {
            "start": 1239801818,
            "stop": 1239802921
        },
        {
            "start": 1239802925,
            "stop": 1239805950
        },
        {
            "start": 1239805954,
            "stop": 1239805965
        },
        {
            "start": 1239805973,
            "stop": 1239806355
        },
        {
            "start": 1239806359,
            "stop": 1239806767
        },
        {
            "start": 1239806771,
            "stop": 1239806987
        },
        {
            "start": 1239824770,
            "stop": 1239824803
        },
        {
            "start": 1239824806,
            "stop": 1239824832
        },
        {
            "start": 1239824834,
            "stop": 1239824952
        },
        {
            "start": 1239824954,
            "stop": 1239825072
        },
        {
            "start": 1239825074,
            "stop": 1239825192
        },
        {
            "start": 1239825194,
            "stop": 1239825271
        },
        {
            "start": 1239825275,
            "stop": 1239825312
        },
        {
            "start": 1239825314,
            "stop": 1239825432
        },
        {
            "start": 1239825434,
            "stop": 1239825552
        }
    ]
}