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=40880
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=40881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40879",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40880,
    "results": [
        {
            "start": 875065951,
            "stop": 875065955
        },
        {
            "start": 875065956,
            "stop": 875066085
        },
        {
            "start": 875066086,
            "stop": 875066120
        },
        {
            "start": 875066121,
            "stop": 875066126
        },
        {
            "start": 875066127,
            "stop": 875066180
        },
        {
            "start": 875066181,
            "stop": 875066247
        },
        {
            "start": 875066249,
            "stop": 875066266
        },
        {
            "start": 875066267,
            "stop": 875066277
        },
        {
            "start": 875066278,
            "stop": 875066283
        },
        {
            "start": 875066285,
            "stop": 875066314
        },
        {
            "start": 875066316,
            "stop": 875066325
        },
        {
            "start": 875066326,
            "stop": 875066378
        },
        {
            "start": 875066379,
            "stop": 875066400
        },
        {
            "start": 875066402,
            "stop": 875066423
        },
        {
            "start": 875066424,
            "stop": 875066574
        },
        {
            "start": 875066575,
            "stop": 875066656
        },
        {
            "start": 875066657,
            "stop": 875066661
        },
        {
            "start": 875066662,
            "stop": 875066696
        },
        {
            "start": 875066697,
            "stop": 875066745
        },
        {
            "start": 875066746,
            "stop": 875066763
        }
    ]
}