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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 80,
    "results": [
        {
            "start": 1371074896,
            "stop": 1371075008
        },
        {
            "start": 1371075013,
            "stop": 1371075106
        },
        {
            "start": 1371075108,
            "stop": 1371075128
        },
        {
            "start": 1371075133,
            "stop": 1371075171
        },
        {
            "start": 1371075173,
            "stop": 1371075223
        },
        {
            "start": 1371075228,
            "stop": 1371075295
        },
        {
            "start": 1371075300,
            "stop": 1371075331
        },
        {
            "start": 1371075332,
            "stop": 1371075348
        },
        {
            "start": 1371075350,
            "stop": 1371075386
        },
        {
            "start": 1371075388,
            "stop": 1371075430
        },
        {
            "start": 1371075434,
            "stop": 1371075476
        },
        {
            "start": 1371075479,
            "stop": 1371075522
        },
        {
            "start": 1371075527,
            "stop": 1371075550
        },
        {
            "start": 1371075552,
            "stop": 1371075612
        },
        {
            "start": 1371075617,
            "stop": 1371075625
        },
        {
            "start": 1371075630,
            "stop": 1371075927
        },
        {
            "start": 1371075932,
            "stop": 1371076291
        },
        {
            "start": 1371076295,
            "stop": 1371076362
        },
        {
            "start": 1371076363,
            "stop": 1371077949
        },
        {
            "start": 1371077951,
            "stop": 1371080660
        }
    ]
}