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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 158,
    "results": [
        {
            "start": 1418756686,
            "stop": 1418760339
        },
        {
            "start": 1418760344,
            "stop": 1418761504
        },
        {
            "start": 1418761509,
            "stop": 1418763603
        },
        {
            "start": 1418770437,
            "stop": 1418775110
        },
        {
            "start": 1418780324,
            "stop": 1418782000
        },
        {
            "start": 1418782005,
            "stop": 1418788063
        },
        {
            "start": 1418788068,
            "stop": 1418795830
        },
        {
            "start": 1418795835,
            "stop": 1418797616
        },
        {
            "start": 1418797619,
            "stop": 1418804361
        },
        {
            "start": 1418807983,
            "stop": 1418826921
        },
        {
            "start": 1418826926,
            "stop": 1418829443
        },
        {
            "start": 1418829448,
            "stop": 1418832734
        },
        {
            "start": 1418832738,
            "stop": 1418832742
        },
        {
            "start": 1418850053,
            "stop": 1418853518
        },
        {
            "start": 1418853523,
            "stop": 1418858885
        },
        {
            "start": 1418858890,
            "stop": 1418861087
        },
        {
            "start": 1418861091,
            "stop": 1418862963
        },
        {
            "start": 1418862968,
            "stop": 1418867943
        },
        {
            "start": 1418867948,
            "stop": 1418868829
        },
        {
            "start": 1418868834,
            "stop": 1418872359
        }
    ]
}