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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 173,
    "results": [
        {
            "start": 1373945669,
            "stop": 1373947462
        },
        {
            "start": 1373947464,
            "stop": 1373947773
        },
        {
            "start": 1373947776,
            "stop": 1373949481
        },
        {
            "start": 1373949482,
            "stop": 1373952776
        },
        {
            "start": 1373952778,
            "stop": 1373953316
        },
        {
            "start": 1373953321,
            "stop": 1373957069
        },
        {
            "start": 1373957071,
            "stop": 1373960557
        },
        {
            "start": 1373960558,
            "stop": 1373961357
        },
        {
            "start": 1373961359,
            "stop": 1373962372
        },
        {
            "start": 1373962377,
            "stop": 1373963002
        },
        {
            "start": 1373963004,
            "stop": 1373963817
        },
        {
            "start": 1373963819,
            "stop": 1373965194
        },
        {
            "start": 1373965196,
            "stop": 1373968554
        },
        {
            "start": 1373968558,
            "stop": 1373969323
        },
        {
            "start": 1373969325,
            "stop": 1373969807
        },
        {
            "start": 1373969812,
            "stop": 1373969966
        },
        {
            "start": 1373969968,
            "stop": 1373971491
        },
        {
            "start": 1373971496,
            "stop": 1373971723
        },
        {
            "start": 1374012149,
            "stop": 1374012342
        },
        {
            "start": 1374012413,
            "stop": 1374012570
        }
    ]
}