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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 72,
    "results": [
        {
            "start": 1374050815,
            "stop": 1374056492
        },
        {
            "start": 1374056495,
            "stop": 1374061056
        },
        {
            "start": 1374061059,
            "stop": 1374063058
        },
        {
            "start": 1374063061,
            "stop": 1374067311
        },
        {
            "start": 1374067314,
            "stop": 1374070032
        },
        {
            "start": 1374070035,
            "stop": 1374072120
        },
        {
            "start": 1374072541,
            "stop": 1374086094
        },
        {
            "start": 1374086097,
            "stop": 1374091542
        },
        {
            "start": 1374091545,
            "stop": 1374092356
        },
        {
            "start": 1374093824,
            "stop": 1374097716
        },
        {
            "start": 1374097719,
            "stop": 1374098205
        },
        {
            "start": 1374098209,
            "stop": 1374099945
        },
        {
            "start": 1374099948,
            "stop": 1374100711
        },
        {
            "start": 1374112296,
            "stop": 1374118754
        },
        {
            "start": 1374118757,
            "stop": 1374119280
        },
        {
            "start": 1374119283,
            "stop": 1374129318
        },
        {
            "start": 1374129347,
            "stop": 1374130701
        },
        {
            "start": 1374130704,
            "stop": 1374133695
        },
        {
            "start": 1374133700,
            "stop": 1374135538
        },
        {
            "start": 1374135557,
            "stop": 1374136176
        }
    ]
}