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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=356",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 357,
    "results": [
        {
            "start": 1384975515,
            "stop": 1384979660
        },
        {
            "start": 1384986679,
            "stop": 1384988910
        },
        {
            "start": 1384988915,
            "stop": 1384991659
        },
        {
            "start": 1384991663,
            "stop": 1385002506
        },
        {
            "start": 1385002510,
            "stop": 1385004434
        },
        {
            "start": 1385004439,
            "stop": 1385004726
        },
        {
            "start": 1385004731,
            "stop": 1385005986
        },
        {
            "start": 1385005990,
            "stop": 1385015387
        },
        {
            "start": 1385015391,
            "stop": 1385028973
        },
        {
            "start": 1385028977,
            "stop": 1385042648
        },
        {
            "start": 1385042652,
            "stop": 1385047025
        },
        {
            "start": 1385047028,
            "stop": 1385054572
        },
        {
            "start": 1385054577,
            "stop": 1385060900
        },
        {
            "start": 1385060903,
            "stop": 1385081991
        },
        {
            "start": 1385081994,
            "stop": 1385084078
        },
        {
            "start": 1385084082,
            "stop": 1385089508
        },
        {
            "start": 1385089746,
            "stop": 1385090783
        },
        {
            "start": 1385090786,
            "stop": 1385096839
        },
        {
            "start": 1385096843,
            "stop": 1385102627
        },
        {
            "start": 1385112257,
            "stop": 1385116810
        }
    ]
}