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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6105",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6106,
    "results": [
        {
            "start": 874048889,
            "stop": 874048899
        },
        {
            "start": 874048902,
            "stop": 874049530
        },
        {
            "start": 874049531,
            "stop": 874049573
        },
        {
            "start": 874049582,
            "stop": 874049586
        },
        {
            "start": 874049590,
            "stop": 874049874
        },
        {
            "start": 874049877,
            "stop": 874049931
        },
        {
            "start": 874049934,
            "stop": 874050383
        },
        {
            "start": 874050384,
            "stop": 874050540
        },
        {
            "start": 874050542,
            "stop": 874051358
        },
        {
            "start": 874051359,
            "stop": 874051471
        },
        {
            "start": 874051474,
            "stop": 874052258
        },
        {
            "start": 874052259,
            "stop": 874052262
        },
        {
            "start": 874054505,
            "stop": 874054509
        },
        {
            "start": 874054513,
            "stop": 874054514
        },
        {
            "start": 874054515,
            "stop": 874054517
        },
        {
            "start": 874054519,
            "stop": 874054522
        },
        {
            "start": 874054524,
            "stop": 874054525
        },
        {
            "start": 874054528,
            "stop": 874054532
        },
        {
            "start": 874054533,
            "stop": 874054537
        },
        {
            "start": 874054538,
            "stop": 874054539
        }
    ]
}