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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=272",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 273,
    "results": [
        {
            "start": 1240111868,
            "stop": 1240111986
        },
        {
            "start": 1240111988,
            "stop": 1240112106
        },
        {
            "start": 1240112108,
            "stop": 1240112226
        },
        {
            "start": 1240112228,
            "stop": 1240112346
        },
        {
            "start": 1240112348,
            "stop": 1240112466
        },
        {
            "start": 1240112468,
            "stop": 1240112586
        },
        {
            "start": 1240112588,
            "stop": 1240112706
        },
        {
            "start": 1240112708,
            "stop": 1240112826
        },
        {
            "start": 1240112828,
            "stop": 1240112829
        },
        {
            "start": 1240112834,
            "stop": 1240112946
        },
        {
            "start": 1240112948,
            "stop": 1240113066
        },
        {
            "start": 1240113068,
            "stop": 1240113186
        },
        {
            "start": 1240113188,
            "stop": 1240113306
        },
        {
            "start": 1240113308,
            "stop": 1240113426
        },
        {
            "start": 1240113428,
            "stop": 1240113546
        },
        {
            "start": 1240113548,
            "stop": 1240113666
        },
        {
            "start": 1240113668,
            "stop": 1240113786
        },
        {
            "start": 1240113788,
            "stop": 1240113886
        },
        {
            "start": 1240113888,
            "stop": 1240114026
        },
        {
            "start": 1240114028,
            "stop": 1240114146
        }
    ]
}