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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=366",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 367,
    "results": [
        {
            "start": 847732519,
            "stop": 847732523
        },
        {
            "start": 847732525,
            "stop": 847732592
        },
        {
            "start": 847732593,
            "stop": 847732595
        },
        {
            "start": 847732599,
            "stop": 847732694
        },
        {
            "start": 847732695,
            "stop": 847732709
        },
        {
            "start": 847732710,
            "stop": 847732721
        },
        {
            "start": 847732723,
            "stop": 847732744
        },
        {
            "start": 847732746,
            "stop": 847732803
        },
        {
            "start": 847736448,
            "stop": 847736533
        },
        {
            "start": 847736535,
            "stop": 847736544
        },
        {
            "start": 847736546,
            "stop": 847736547
        },
        {
            "start": 847736549,
            "stop": 847736553
        },
        {
            "start": 847736554,
            "stop": 847736556
        },
        {
            "start": 847736558,
            "stop": 847736559
        },
        {
            "start": 847736561,
            "stop": 847736567
        },
        {
            "start": 847736569,
            "stop": 847736570
        },
        {
            "start": 847736572,
            "stop": 847736573
        },
        {
            "start": 847736575,
            "stop": 847736582
        },
        {
            "start": 847736584,
            "stop": 847736585
        },
        {
            "start": 847736587,
            "stop": 847736588
        }
    ]
}