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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1692",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1690",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1691,
    "results": [
        {
            "start": 1248988848,
            "stop": 1248989218
        },
        {
            "start": 1248989221,
            "stop": 1248992097
        },
        {
            "start": 1248992105,
            "stop": 1248992929
        },
        {
            "start": 1248992932,
            "stop": 1248993560
        },
        {
            "start": 1248993563,
            "stop": 1248994346
        },
        {
            "start": 1248994349,
            "stop": 1248995106
        },
        {
            "start": 1248995109,
            "stop": 1248995335
        },
        {
            "start": 1248995338,
            "stop": 1248995465
        },
        {
            "start": 1248995468,
            "stop": 1248995997
        },
        {
            "start": 1248996000,
            "stop": 1248996657
        },
        {
            "start": 1248996660,
            "stop": 1248997072
        },
        {
            "start": 1248997075,
            "stop": 1248997117
        },
        {
            "start": 1248997120,
            "stop": 1248997381
        },
        {
            "start": 1248997382,
            "stop": 1248998095
        },
        {
            "start": 1248998098,
            "stop": 1248999127
        },
        {
            "start": 1248999135,
            "stop": 1248999141
        },
        {
            "start": 1248999144,
            "stop": 1249000165
        },
        {
            "start": 1249000654,
            "stop": 1249000810
        },
        {
            "start": 1249000817,
            "stop": 1249000826
        },
        {
            "start": 1249000827,
            "stop": 1249000831
        }
    ]
}