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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=302",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 303,
    "results": [
        {
            "start": 1240405252,
            "stop": 1240405335
        },
        {
            "start": 1240405336,
            "stop": 1240405456
        },
        {
            "start": 1240405457,
            "stop": 1240405603
        },
        {
            "start": 1240405604,
            "stop": 1240405731
        },
        {
            "start": 1240405732,
            "stop": 1240405776
        },
        {
            "start": 1240405777,
            "stop": 1240405878
        },
        {
            "start": 1240405879,
            "stop": 1240405913
        },
        {
            "start": 1240405914,
            "stop": 1240405927
        },
        {
            "start": 1240405928,
            "stop": 1240406036
        },
        {
            "start": 1240406037,
            "stop": 1240406134
        },
        {
            "start": 1240406135,
            "stop": 1240406204
        },
        {
            "start": 1240406206,
            "stop": 1240406349
        },
        {
            "start": 1240406350,
            "stop": 1240406927
        },
        {
            "start": 1240406928,
            "stop": 1240407168
        },
        {
            "start": 1240407170,
            "stop": 1240407388
        },
        {
            "start": 1240407390,
            "stop": 1240407646
        },
        {
            "start": 1240407648,
            "stop": 1240407850
        },
        {
            "start": 1240407853,
            "stop": 1240407863
        },
        {
            "start": 1240407866,
            "stop": 1240408051
        },
        {
            "start": 1240408052,
            "stop": 1240408325
        }
    ]
}