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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 168,
    "results": [
        {
            "start": 1239829768,
            "stop": 1239829926
        },
        {
            "start": 1239829929,
            "stop": 1239829954
        },
        {
            "start": 1239829955,
            "stop": 1239830297
        },
        {
            "start": 1239830298,
            "stop": 1239830518
        },
        {
            "start": 1239830526,
            "stop": 1239830579
        },
        {
            "start": 1239830581,
            "stop": 1239830650
        },
        {
            "start": 1239830651,
            "stop": 1239830855
        },
        {
            "start": 1239830856,
            "stop": 1239830991
        },
        {
            "start": 1239830992,
            "stop": 1239830993
        },
        {
            "start": 1239830994,
            "stop": 1239831044
        },
        {
            "start": 1239831046,
            "stop": 1239831057
        },
        {
            "start": 1239831059,
            "stop": 1239831277
        },
        {
            "start": 1239831278,
            "stop": 1239831345
        },
        {
            "start": 1239831347,
            "stop": 1239831358
        },
        {
            "start": 1239831366,
            "stop": 1239831443
        },
        {
            "start": 1239831444,
            "stop": 1239831489
        },
        {
            "start": 1239831490,
            "stop": 1239831521
        },
        {
            "start": 1239831522,
            "stop": 1239831580
        },
        {
            "start": 1239831582,
            "stop": 1239831681
        },
        {
            "start": 1239831682,
            "stop": 1239831792
        }
    ]
}