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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=272",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 273,
    "results": [
        {
            "start": 822487064,
            "stop": 822487071
        },
        {
            "start": 822487074,
            "stop": 822487082
        },
        {
            "start": 822487085,
            "stop": 822487102
        },
        {
            "start": 822487106,
            "stop": 822487108
        },
        {
            "start": 822487111,
            "stop": 822487153
        },
        {
            "start": 822487304,
            "stop": 822487508
        },
        {
            "start": 822487512,
            "stop": 822487573
        },
        {
            "start": 822487724,
            "stop": 822487768
        },
        {
            "start": 822487771,
            "stop": 822487814
        },
        {
            "start": 822487817,
            "stop": 822487853
        },
        {
            "start": 822487856,
            "stop": 822487859
        },
        {
            "start": 822487863,
            "stop": 822487893
        },
        {
            "start": 822489188,
            "stop": 822489241
        },
        {
            "start": 822489544,
            "stop": 822489666
        },
        {
            "start": 822489669,
            "stop": 822489671
        },
        {
            "start": 822489674,
            "stop": 822489714
        },
        {
            "start": 822489717,
            "stop": 822489728
        },
        {
            "start": 822489874,
            "stop": 822489906
        },
        {
            "start": 822489909,
            "stop": 822490065
        },
        {
            "start": 822490068,
            "stop": 822490116
        }
    ]
}