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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5742",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5743,
    "results": [
        {
            "start": 874616904,
            "stop": 874616930
        },
        {
            "start": 874616933,
            "stop": 874616939
        },
        {
            "start": 874616942,
            "stop": 874617008
        },
        {
            "start": 874617011,
            "stop": 874617043
        },
        {
            "start": 874617046,
            "stop": 874617054
        },
        {
            "start": 874617057,
            "stop": 874617068
        },
        {
            "start": 874617071,
            "stop": 874617075
        },
        {
            "start": 874617078,
            "stop": 874617084
        },
        {
            "start": 874617088,
            "stop": 874617127
        },
        {
            "start": 874617131,
            "stop": 874617213
        },
        {
            "start": 874617216,
            "stop": 874617237
        },
        {
            "start": 874617241,
            "stop": 874617252
        },
        {
            "start": 874617255,
            "stop": 874617258
        },
        {
            "start": 874617262,
            "stop": 874617306
        },
        {
            "start": 874617309,
            "stop": 874617338
        },
        {
            "start": 874617341,
            "stop": 874617395
        },
        {
            "start": 874617398,
            "stop": 874617412
        },
        {
            "start": 874617416,
            "stop": 874617481
        },
        {
            "start": 874617484,
            "stop": 874617588
        },
        {
            "start": 874617591,
            "stop": 874617595
        }
    ]
}