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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=422",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 423,
    "results": [
        {
            "start": 1261516467,
            "stop": 1261516483
        },
        {
            "start": 1261516486,
            "stop": 1261516535
        },
        {
            "start": 1261516538,
            "stop": 1261516637
        },
        {
            "start": 1261516640,
            "stop": 1261516698
        },
        {
            "start": 1261516701,
            "stop": 1261516969
        },
        {
            "start": 1261516972,
            "stop": 1261517171
        },
        {
            "start": 1261517174,
            "stop": 1261517569
        },
        {
            "start": 1261517572,
            "stop": 1261517764
        },
        {
            "start": 1261517767,
            "stop": 1261518087
        },
        {
            "start": 1261518090,
            "stop": 1261518091
        },
        {
            "start": 1261518094,
            "stop": 1261518111
        },
        {
            "start": 1261518114,
            "stop": 1261518461
        },
        {
            "start": 1261518464,
            "stop": 1261518465
        },
        {
            "start": 1261518468,
            "stop": 1261518496
        },
        {
            "start": 1261518499,
            "stop": 1261518708
        },
        {
            "start": 1261518711,
            "stop": 1261518963
        },
        {
            "start": 1261518966,
            "stop": 1261520410
        },
        {
            "start": 1261520413,
            "stop": 1261520513
        },
        {
            "start": 1261520516,
            "stop": 1261520517
        },
        {
            "start": 1261520520,
            "stop": 1261520662
        }
    ]
}