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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40906",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40907,
    "results": [
        {
            "start": 875093460,
            "stop": 875093481
        },
        {
            "start": 875093483,
            "stop": 875093529
        },
        {
            "start": 875093531,
            "stop": 875093532
        },
        {
            "start": 875093533,
            "stop": 875093545
        },
        {
            "start": 875093546,
            "stop": 875093548
        },
        {
            "start": 875093549,
            "stop": 875093560
        },
        {
            "start": 875093561,
            "stop": 875093573
        },
        {
            "start": 875093574,
            "stop": 875093601
        },
        {
            "start": 875093602,
            "stop": 875093603
        },
        {
            "start": 875093604,
            "stop": 875093613
        },
        {
            "start": 875093615,
            "stop": 875093646
        },
        {
            "start": 875093648,
            "stop": 875093684
        },
        {
            "start": 875093685,
            "stop": 875093763
        },
        {
            "start": 875093764,
            "stop": 875093796
        },
        {
            "start": 875093797,
            "stop": 875093811
        },
        {
            "start": 875093812,
            "stop": 875093825
        },
        {
            "start": 875093826,
            "stop": 875093844
        },
        {
            "start": 875093846,
            "stop": 875093897
        },
        {
            "start": 875093898,
            "stop": 875093907
        },
        {
            "start": 875093908,
            "stop": 875093957
        }
    ]
}