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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 36,
    "results": [
        {
            "start": 1370729942,
            "stop": 1370731347
        },
        {
            "start": 1370731456,
            "stop": 1370731723
        },
        {
            "start": 1370731728,
            "stop": 1370732482
        },
        {
            "start": 1370758509,
            "stop": 1370763637
        },
        {
            "start": 1370768923,
            "stop": 1370770514
        },
        {
            "start": 1370770519,
            "stop": 1370772878
        },
        {
            "start": 1370777973,
            "stop": 1370780370
        },
        {
            "start": 1370780375,
            "stop": 1370791527
        },
        {
            "start": 1370791532,
            "stop": 1370792791
        },
        {
            "start": 1370792796,
            "stop": 1370794845
        },
        {
            "start": 1370794849,
            "stop": 1370795471
        },
        {
            "start": 1370795476,
            "stop": 1370799700
        },
        {
            "start": 1370799705,
            "stop": 1370799717
        },
        {
            "start": 1370805294,
            "stop": 1370808485
        },
        {
            "start": 1370808490,
            "stop": 1370813537
        },
        {
            "start": 1370820220,
            "stop": 1370821876
        },
        {
            "start": 1370827327,
            "stop": 1370829010
        },
        {
            "start": 1370829015,
            "stop": 1370830386
        },
        {
            "start": 1370830391,
            "stop": 1370830763
        },
        {
            "start": 1370844797,
            "stop": 1370846643
        }
    ]
}