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=882
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=883",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=881",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 882,
    "results": [
        {
            "start": 1251205152,
            "stop": 1251205158
        },
        {
            "start": 1251205163,
            "stop": 1251205179
        },
        {
            "start": 1251205184,
            "stop": 1251205470
        },
        {
            "start": 1251205474,
            "stop": 1251205478
        },
        {
            "start": 1251205483,
            "stop": 1251205495
        },
        {
            "start": 1251205500,
            "stop": 1251205620
        },
        {
            "start": 1251205625,
            "stop": 1251205634
        },
        {
            "start": 1251205643,
            "stop": 1251205660
        },
        {
            "start": 1251205669,
            "stop": 1251205679
        },
        {
            "start": 1251205683,
            "stop": 1251206991
        },
        {
            "start": 1251206996,
            "stop": 1251208430
        },
        {
            "start": 1251208434,
            "stop": 1251209320
        },
        {
            "start": 1251209322,
            "stop": 1251209459
        },
        {
            "start": 1251209463,
            "stop": 1251210564
        },
        {
            "start": 1251210568,
            "stop": 1251210571
        },
        {
            "start": 1251210575,
            "stop": 1251210704
        },
        {
            "start": 1251210708,
            "stop": 1251210871
        },
        {
            "start": 1251210876,
            "stop": 1251211179
        },
        {
            "start": 1251211183,
            "stop": 1251211712
        },
        {
            "start": 1251211716,
            "stop": 1251211832
        }
    ]
}