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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 163,
    "results": [
        {
            "start": 1239818428,
            "stop": 1239818563
        },
        {
            "start": 1239818568,
            "stop": 1239818915
        },
        {
            "start": 1239818916,
            "stop": 1239818982
        },
        {
            "start": 1239818985,
            "stop": 1239819069
        },
        {
            "start": 1239819071,
            "stop": 1239819108
        },
        {
            "start": 1239819111,
            "stop": 1239819160
        },
        {
            "start": 1239819161,
            "stop": 1239819164
        },
        {
            "start": 1239819165,
            "stop": 1239819181
        },
        {
            "start": 1239819183,
            "stop": 1239819184
        },
        {
            "start": 1239819186,
            "stop": 1239819210
        },
        {
            "start": 1239819211,
            "stop": 1239819212
        },
        {
            "start": 1239819213,
            "stop": 1239819301
        },
        {
            "start": 1239819304,
            "stop": 1239819306
        },
        {
            "start": 1239819309,
            "stop": 1239819347
        },
        {
            "start": 1239819349,
            "stop": 1239819476
        },
        {
            "start": 1239819477,
            "stop": 1239819494
        },
        {
            "start": 1239819495,
            "stop": 1239819586
        },
        {
            "start": 1239819587,
            "stop": 1239819622
        },
        {
            "start": 1239819623,
            "stop": 1239819625
        },
        {
            "start": 1239819626,
            "stop": 1239819650
        }
    ]
}