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=40892
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=40893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40891",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40892,
    "results": [
        {
            "start": 875078407,
            "stop": 875078457
        },
        {
            "start": 875078458,
            "stop": 875078460
        },
        {
            "start": 875078461,
            "stop": 875078677
        },
        {
            "start": 875078678,
            "stop": 875078684
        },
        {
            "start": 875078685,
            "stop": 875078788
        },
        {
            "start": 875078789,
            "stop": 875078921
        },
        {
            "start": 875078923,
            "stop": 875079009
        },
        {
            "start": 875079012,
            "stop": 875079089
        },
        {
            "start": 875079090,
            "stop": 875079149
        },
        {
            "start": 875079151,
            "stop": 875079201
        },
        {
            "start": 875079202,
            "stop": 875079232
        },
        {
            "start": 875079233,
            "stop": 875079249
        },
        {
            "start": 875079250,
            "stop": 875079261
        },
        {
            "start": 875079262,
            "stop": 875079302
        },
        {
            "start": 875079303,
            "stop": 875079310
        },
        {
            "start": 875079311,
            "stop": 875079408
        },
        {
            "start": 875079409,
            "stop": 875079532
        },
        {
            "start": 875079533,
            "stop": 875080044
        },
        {
            "start": 875080046,
            "stop": 875080079
        },
        {
            "start": 875080080,
            "stop": 875080100
        }
    ]
}