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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 169,
    "results": [
        {
            "start": 1239681906,
            "stop": 1239682096
        },
        {
            "start": 1239682100,
            "stop": 1239682177
        },
        {
            "start": 1239682182,
            "stop": 1239682348
        },
        {
            "start": 1239682352,
            "stop": 1239682374
        },
        {
            "start": 1239682378,
            "stop": 1239682386
        },
        {
            "start": 1239682391,
            "stop": 1239682743
        },
        {
            "start": 1239682748,
            "stop": 1239683559
        },
        {
            "start": 1239683564,
            "stop": 1239683743
        },
        {
            "start": 1239683746,
            "stop": 1239683896
        },
        {
            "start": 1239683902,
            "stop": 1239684055
        },
        {
            "start": 1239684059,
            "stop": 1239684119
        },
        {
            "start": 1239684122,
            "stop": 1239684846
        },
        {
            "start": 1239684850,
            "stop": 1239684979
        },
        {
            "start": 1239684983,
            "stop": 1239685668
        },
        {
            "start": 1239685672,
            "stop": 1239686050
        },
        {
            "start": 1239686054,
            "stop": 1239686099
        },
        {
            "start": 1239686104,
            "stop": 1239686721
        },
        {
            "start": 1239686726,
            "stop": 1239687581
        },
        {
            "start": 1239687586,
            "stop": 1239687666
        },
        {
            "start": 1239687669,
            "stop": 1239687737
        }
    ]
}