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/O2/timelines/L1_BURST_CAT3/segments?format=api&page=342
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=341",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 342,
    "results": [
        {
            "start": 1177284971,
            "stop": 1177284975
        },
        {
            "start": 1177284983,
            "stop": 1177284987
        },
        {
            "start": 1177284995,
            "stop": 1177285002
        },
        {
            "start": 1177285004,
            "stop": 1177290831
        },
        {
            "start": 1177290835,
            "stop": 1177292445
        },
        {
            "start": 1177292449,
            "stop": 1177297635
        },
        {
            "start": 1177297639,
            "stop": 1177300233
        },
        {
            "start": 1177300236,
            "stop": 1177304886
        },
        {
            "start": 1177304890,
            "stop": 1177305150
        },
        {
            "start": 1177305151,
            "stop": 1177305537
        },
        {
            "start": 1177305541,
            "stop": 1177316780
        },
        {
            "start": 1177316784,
            "stop": 1177341984
        },
        {
            "start": 1177341988,
            "stop": 1177341993
        },
        {
            "start": 1177341998,
            "stop": 1177342001
        },
        {
            "start": 1177367257,
            "stop": 1177367300
        },
        {
            "start": 1177369166,
            "stop": 1177369720
        },
        {
            "start": 1177370097,
            "stop": 1177379103
        },
        {
            "start": 1177379107,
            "stop": 1177381640
        },
        {
            "start": 1177381644,
            "stop": 1177401281
        },
        {
            "start": 1177401285,
            "stop": 1177406716
        }
    ]
}