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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 144,
    "results": [
        {
            "start": 1239199173,
            "stop": 1239199287
        },
        {
            "start": 1239199292,
            "stop": 1239199456
        },
        {
            "start": 1239199460,
            "stop": 1239199840
        },
        {
            "start": 1239199844,
            "stop": 1239199971
        },
        {
            "start": 1239199976,
            "stop": 1239199996
        },
        {
            "start": 1239200001,
            "stop": 1239200266
        },
        {
            "start": 1239200274,
            "stop": 1239200276
        },
        {
            "start": 1239200281,
            "stop": 1239200546
        },
        {
            "start": 1239200550,
            "stop": 1239200618
        },
        {
            "start": 1239200622,
            "stop": 1239201392
        },
        {
            "start": 1239201397,
            "stop": 1239201441
        },
        {
            "start": 1239201445,
            "stop": 1239201446
        },
        {
            "start": 1239201450,
            "stop": 1239201847
        },
        {
            "start": 1239201851,
            "stop": 1239202563
        },
        {
            "start": 1239202567,
            "stop": 1239202810
        },
        {
            "start": 1239202822,
            "stop": 1239202847
        },
        {
            "start": 1239202852,
            "stop": 1239204036
        },
        {
            "start": 1239204039,
            "stop": 1239204298
        },
        {
            "start": 1239204302,
            "stop": 1239204878
        },
        {
            "start": 1239204881,
            "stop": 1239205038
        }
    ]
}