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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 208,
    "results": [
        {
            "start": 1375520009,
            "stop": 1375522381
        },
        {
            "start": 1375522382,
            "stop": 1375524202
        },
        {
            "start": 1375524204,
            "stop": 1375526137
        },
        {
            "start": 1375526139,
            "stop": 1375526991
        },
        {
            "start": 1375565068,
            "stop": 1375565091
        },
        {
            "start": 1375565093,
            "stop": 1375566161
        },
        {
            "start": 1375566163,
            "stop": 1375566680
        },
        {
            "start": 1375566685,
            "stop": 1375567039
        },
        {
            "start": 1375567041,
            "stop": 1375567978
        },
        {
            "start": 1375567980,
            "stop": 1375568755
        },
        {
            "start": 1375568757,
            "stop": 1375569489
        },
        {
            "start": 1375569491,
            "stop": 1375570479
        },
        {
            "start": 1375570481,
            "stop": 1375571327
        },
        {
            "start": 1375571329,
            "stop": 1375572184
        },
        {
            "start": 1375572185,
            "stop": 1375573244
        },
        {
            "start": 1375573245,
            "stop": 1375574132
        },
        {
            "start": 1375574134,
            "stop": 1375575232
        },
        {
            "start": 1375575234,
            "stop": 1375576098
        },
        {
            "start": 1375576100,
            "stop": 1375576986
        },
        {
            "start": 1375576987,
            "stop": 1375578087
        }
    ]
}