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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 154,
    "results": [
        {
            "start": 1418565303,
            "stop": 1418565705
        },
        {
            "start": 1418565710,
            "stop": 1418567093
        },
        {
            "start": 1418567098,
            "stop": 1418568846
        },
        {
            "start": 1418568850,
            "stop": 1418569125
        },
        {
            "start": 1418569130,
            "stop": 1418569220
        },
        {
            "start": 1418569225,
            "stop": 1418569307
        },
        {
            "start": 1418569312,
            "stop": 1418569333
        },
        {
            "start": 1418594389,
            "stop": 1418594460
        },
        {
            "start": 1418594465,
            "stop": 1418595003
        },
        {
            "start": 1418595007,
            "stop": 1418595159
        },
        {
            "start": 1418595163,
            "stop": 1418596485
        },
        {
            "start": 1418596489,
            "stop": 1418601516
        },
        {
            "start": 1418601519,
            "stop": 1418604400
        },
        {
            "start": 1418604404,
            "stop": 1418606915
        },
        {
            "start": 1418606920,
            "stop": 1418618728
        },
        {
            "start": 1418618733,
            "stop": 1418624887
        },
        {
            "start": 1418624892,
            "stop": 1418627852
        },
        {
            "start": 1418627857,
            "stop": 1418628324
        },
        {
            "start": 1418628329,
            "stop": 1418629192
        },
        {
            "start": 1418629197,
            "stop": 1418631234
        }
    ]
}