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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 3,
    "results": [
        {
            "start": 1396902386,
            "stop": 1396902667
        },
        {
            "start": 1396902672,
            "stop": 1396904933
        },
        {
            "start": 1396904940,
            "stop": 1396905740
        },
        {
            "start": 1396905745,
            "stop": 1396910690
        },
        {
            "start": 1396910697,
            "stop": 1396913435
        },
        {
            "start": 1396913438,
            "stop": 1396921733
        },
        {
            "start": 1396921736,
            "stop": 1396925557
        },
        {
            "start": 1396925564,
            "stop": 1396927705
        },
        {
            "start": 1396927708,
            "stop": 1396928259
        },
        {
            "start": 1396933449,
            "stop": 1396939328
        },
        {
            "start": 1396939335,
            "stop": 1396943944
        },
        {
            "start": 1396943947,
            "stop": 1396954365
        },
        {
            "start": 1396954371,
            "stop": 1396960781
        },
        {
            "start": 1396960784,
            "stop": 1396963805
        },
        {
            "start": 1396963808,
            "stop": 1396965913
        },
        {
            "start": 1396965919,
            "stop": 1396967896
        },
        {
            "start": 1396967903,
            "stop": 1396971932
        },
        {
            "start": 1396971938,
            "stop": 1396973220
        },
        {
            "start": 1396973223,
            "stop": 1396984028
        },
        {
            "start": 1396984031,
            "stop": 1396986833
        }
    ]
}