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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=381",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 382,
    "results": [
        {
            "start": 821762359,
            "stop": 821762360
        },
        {
            "start": 821762370,
            "stop": 821762376
        },
        {
            "start": 821762388,
            "stop": 821762395
        },
        {
            "start": 821762398,
            "stop": 821762402
        },
        {
            "start": 821762405,
            "stop": 821762416
        },
        {
            "start": 821762419,
            "stop": 821762431
        },
        {
            "start": 821762435,
            "stop": 821762439
        },
        {
            "start": 821762442,
            "stop": 821762449
        },
        {
            "start": 821762452,
            "stop": 821762462
        },
        {
            "start": 821762465,
            "stop": 821762478
        },
        {
            "start": 821762482,
            "stop": 821762493
        },
        {
            "start": 821762496,
            "stop": 821762505
        },
        {
            "start": 821762508,
            "stop": 821762548
        },
        {
            "start": 821762551,
            "stop": 821762587
        },
        {
            "start": 821762590,
            "stop": 821762594
        },
        {
            "start": 821762597,
            "stop": 821762604
        },
        {
            "start": 821762610,
            "stop": 821762614
        },
        {
            "start": 821762617,
            "stop": 821762620
        },
        {
            "start": 821762635,
            "stop": 821762639
        },
        {
            "start": 821762643,
            "stop": 821762648
        }
    ]
}