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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=479",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=477",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 478,
    "results": [
        {
            "start": 821790515,
            "stop": 821790517
        },
        {
            "start": 821790520,
            "stop": 821790530
        },
        {
            "start": 821790536,
            "stop": 821790540
        },
        {
            "start": 821790553,
            "stop": 821790562
        },
        {
            "start": 821790567,
            "stop": 821790568
        },
        {
            "start": 821790577,
            "stop": 821790580
        },
        {
            "start": 821790583,
            "stop": 821790586
        },
        {
            "start": 821790592,
            "stop": 821790596
        },
        {
            "start": 821790599,
            "stop": 821790602
        },
        {
            "start": 821790605,
            "stop": 821790616
        },
        {
            "start": 821790619,
            "stop": 821790624
        },
        {
            "start": 821790627,
            "stop": 821790643
        },
        {
            "start": 821790647,
            "stop": 821790648
        },
        {
            "start": 821790651,
            "stop": 821790654
        },
        {
            "start": 821790657,
            "stop": 821790659
        },
        {
            "start": 821790662,
            "stop": 821790667
        },
        {
            "start": 821790670,
            "stop": 821790676
        },
        {
            "start": 821790679,
            "stop": 821790696
        },
        {
            "start": 821790701,
            "stop": 821790728
        },
        {
            "start": 821790731,
            "stop": 821790736
        }
    ]
}