Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=13",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 14,
    "results": [
        {
            "start": 931054477,
            "stop": 931054483
        },
        {
            "start": 931054485,
            "stop": 931054486
        },
        {
            "start": 931054487,
            "stop": 931054490
        },
        {
            "start": 931054491,
            "stop": 931054494
        },
        {
            "start": 931054495,
            "stop": 931054498
        },
        {
            "start": 931054499,
            "stop": 931054502
        },
        {
            "start": 931054503,
            "stop": 931054505
        },
        {
            "start": 931054506,
            "stop": 931054508
        },
        {
            "start": 931054510,
            "stop": 931054511
        },
        {
            "start": 931054514,
            "stop": 931054516
        },
        {
            "start": 931054517,
            "stop": 931054524
        },
        {
            "start": 931054530,
            "stop": 931054531
        },
        {
            "start": 931054534,
            "stop": 931054538
        },
        {
            "start": 931054539,
            "stop": 931054543
        },
        {
            "start": 931054544,
            "stop": 931054545
        },
        {
            "start": 931054546,
            "stop": 931054553
        },
        {
            "start": 931054554,
            "stop": 931054556
        },
        {
            "start": 931054558,
            "stop": 931054559
        },
        {
            "start": 931054561,
            "stop": 931054568
        },
        {
            "start": 931054574,
            "stop": 931054575
        }
    ]
}