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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=217",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 218,
    "results": [
        {
            "start": 1240105755,
            "stop": 1240105773
        },
        {
            "start": 1240105774,
            "stop": 1240105776
        },
        {
            "start": 1240105779,
            "stop": 1240105837
        },
        {
            "start": 1240105840,
            "stop": 1240105843
        },
        {
            "start": 1240105846,
            "stop": 1240105849
        },
        {
            "start": 1240105851,
            "stop": 1240105922
        },
        {
            "start": 1240105924,
            "stop": 1240105925
        },
        {
            "start": 1240105926,
            "stop": 1240106012
        },
        {
            "start": 1240106014,
            "stop": 1240106017
        },
        {
            "start": 1240106018,
            "stop": 1240106075
        },
        {
            "start": 1240106076,
            "stop": 1240106079
        },
        {
            "start": 1240106080,
            "stop": 1240106082
        },
        {
            "start": 1240106085,
            "stop": 1240106101
        },
        {
            "start": 1240106103,
            "stop": 1240106191
        },
        {
            "start": 1240106192,
            "stop": 1240106195
        },
        {
            "start": 1240106196,
            "stop": 1240106225
        },
        {
            "start": 1240106230,
            "stop": 1240106253
        },
        {
            "start": 1240106256,
            "stop": 1240106260
        },
        {
            "start": 1240106261,
            "stop": 1240106342
        },
        {
            "start": 1240106344,
            "stop": 1240106424
        }
    ]
}