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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1749",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1747",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1748,
    "results": [
        {
            "start": 1249413011,
            "stop": 1249413069
        },
        {
            "start": 1249413072,
            "stop": 1249413184
        },
        {
            "start": 1249413208,
            "stop": 1249413729
        },
        {
            "start": 1249413878,
            "stop": 1249414374
        },
        {
            "start": 1249414377,
            "stop": 1249414601
        },
        {
            "start": 1249414602,
            "stop": 1249414623
        },
        {
            "start": 1249414626,
            "stop": 1249414976
        },
        {
            "start": 1249414978,
            "stop": 1249415247
        },
        {
            "start": 1249415250,
            "stop": 1249415613
        },
        {
            "start": 1249415616,
            "stop": 1249415744
        },
        {
            "start": 1249415747,
            "stop": 1249416894
        },
        {
            "start": 1249416896,
            "stop": 1249417057
        },
        {
            "start": 1249417060,
            "stop": 1249417132
        },
        {
            "start": 1249417135,
            "stop": 1249417594
        },
        {
            "start": 1249417597,
            "stop": 1249417789
        },
        {
            "start": 1249417792,
            "stop": 1249419563
        },
        {
            "start": 1249419565,
            "stop": 1249420193
        },
        {
            "start": 1249420196,
            "stop": 1249420894
        },
        {
            "start": 1249420897,
            "stop": 1249422792
        },
        {
            "start": 1249422795,
            "stop": 1249422838
        }
    ]
}