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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 97,
    "results": [
        {
            "start": 1371672019,
            "stop": 1371673414
        },
        {
            "start": 1371679533,
            "stop": 1371680125
        },
        {
            "start": 1371680127,
            "stop": 1371684714
        },
        {
            "start": 1371684715,
            "stop": 1371687148
        },
        {
            "start": 1371687150,
            "stop": 1371691609
        },
        {
            "start": 1371691612,
            "stop": 1371693750
        },
        {
            "start": 1371693751,
            "stop": 1371695946
        },
        {
            "start": 1371695948,
            "stop": 1371697963
        },
        {
            "start": 1371697965,
            "stop": 1371700313
        },
        {
            "start": 1371700314,
            "stop": 1371702464
        },
        {
            "start": 1371702466,
            "stop": 1371702536
        },
        {
            "start": 1371702540,
            "stop": 1371702567
        },
        {
            "start": 1371702571,
            "stop": 1371704632
        },
        {
            "start": 1371704633,
            "stop": 1371706658
        },
        {
            "start": 1371706659,
            "stop": 1371708801
        },
        {
            "start": 1371708806,
            "stop": 1371710977
        },
        {
            "start": 1371710978,
            "stop": 1371713201
        },
        {
            "start": 1371713203,
            "stop": 1371714137
        },
        {
            "start": 1371727468,
            "stop": 1371728944
        },
        {
            "start": 1371728946,
            "stop": 1371730851
        }
    ]
}