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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1711",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1709",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1710,
    "results": [
        {
            "start": 1249129209,
            "stop": 1249129210
        },
        {
            "start": 1249129211,
            "stop": 1249129217
        },
        {
            "start": 1249129220,
            "stop": 1249129226
        },
        {
            "start": 1249129231,
            "stop": 1249129233
        },
        {
            "start": 1249129239,
            "stop": 1249129244
        },
        {
            "start": 1249129247,
            "stop": 1249129270
        },
        {
            "start": 1249129274,
            "stop": 1249129282
        },
        {
            "start": 1249129330,
            "stop": 1249129331
        },
        {
            "start": 1249129333,
            "stop": 1249129346
        },
        {
            "start": 1249129347,
            "stop": 1249129350
        },
        {
            "start": 1249129354,
            "stop": 1249129355
        },
        {
            "start": 1249129358,
            "stop": 1249129389
        },
        {
            "start": 1249129391,
            "stop": 1249129393
        },
        {
            "start": 1249129394,
            "stop": 1249129408
        },
        {
            "start": 1249129416,
            "stop": 1249129417
        },
        {
            "start": 1249129418,
            "stop": 1249129430
        },
        {
            "start": 1249129433,
            "stop": 1249129442
        },
        {
            "start": 1249129448,
            "stop": 1249129450
        },
        {
            "start": 1249129487,
            "stop": 1249129495
        },
        {
            "start": 1249129501,
            "stop": 1249129502
        }
    ]
}