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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 38,
    "results": [
        {
            "start": 1370872369,
            "stop": 1370872383
        },
        {
            "start": 1370876670,
            "stop": 1370879164
        },
        {
            "start": 1370879169,
            "stop": 1370881071
        },
        {
            "start": 1370881076,
            "stop": 1370888285
        },
        {
            "start": 1370888307,
            "stop": 1370888347
        },
        {
            "start": 1370904074,
            "stop": 1370907433
        },
        {
            "start": 1370915048,
            "stop": 1370916884
        },
        {
            "start": 1370916889,
            "stop": 1370917474
        },
        {
            "start": 1370917484,
            "stop": 1370926767
        },
        {
            "start": 1370926770,
            "stop": 1370929106
        },
        {
            "start": 1370929111,
            "stop": 1370930561
        },
        {
            "start": 1370930566,
            "stop": 1370934064
        },
        {
            "start": 1370934069,
            "stop": 1370936609
        },
        {
            "start": 1370936614,
            "stop": 1370940920
        },
        {
            "start": 1370940923,
            "stop": 1370941289
        },
        {
            "start": 1370941294,
            "stop": 1370941656
        },
        {
            "start": 1370948691,
            "stop": 1370951295
        },
        {
            "start": 1370951300,
            "stop": 1370951317
        },
        {
            "start": 1370955563,
            "stop": 1370957683
        },
        {
            "start": 1370957688,
            "stop": 1370959439
        }
    ]
}