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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=126",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 127,
    "results": [
        {
            "start": 1372503577,
            "stop": 1372505590
        },
        {
            "start": 1372505592,
            "stop": 1372507574
        },
        {
            "start": 1372507575,
            "stop": 1372509645
        },
        {
            "start": 1372509647,
            "stop": 1372511592
        },
        {
            "start": 1372511594,
            "stop": 1372512601
        },
        {
            "start": 1372512606,
            "stop": 1372516052
        },
        {
            "start": 1372516054,
            "stop": 1372518827
        },
        {
            "start": 1372518832,
            "stop": 1372519557
        },
        {
            "start": 1372519561,
            "stop": 1372520421
        },
        {
            "start": 1372520423,
            "stop": 1372521622
        },
        {
            "start": 1372521625,
            "stop": 1372522634
        },
        {
            "start": 1372522635,
            "stop": 1372526604
        },
        {
            "start": 1372526605,
            "stop": 1372528831
        },
        {
            "start": 1372528832,
            "stop": 1372532286
        },
        {
            "start": 1372532287,
            "stop": 1372534532
        },
        {
            "start": 1372534534,
            "stop": 1372534744
        },
        {
            "start": 1372534746,
            "stop": 1372534767
        },
        {
            "start": 1372534770,
            "stop": 1372538782
        },
        {
            "start": 1372538786,
            "stop": 1372538892
        },
        {
            "start": 1372538893,
            "stop": 1372539103
        }
    ]
}