Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7290
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7289",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7290,
    "results": [
        {
            "start": 875047417,
            "stop": 875047470
        },
        {
            "start": 875047472,
            "stop": 875047538
        },
        {
            "start": 875047539,
            "stop": 875047559
        },
        {
            "start": 875047560,
            "stop": 875047618
        },
        {
            "start": 875047619,
            "stop": 875047869
        },
        {
            "start": 875047870,
            "stop": 875047990
        },
        {
            "start": 875047992,
            "stop": 875048188
        },
        {
            "start": 875048190,
            "stop": 875048283
        },
        {
            "start": 875048284,
            "stop": 875048299
        },
        {
            "start": 875048300,
            "stop": 875048312
        },
        {
            "start": 875048313,
            "stop": 875048329
        },
        {
            "start": 875048330,
            "stop": 875048357
        },
        {
            "start": 875048359,
            "stop": 875048381
        },
        {
            "start": 875048382,
            "stop": 875048387
        },
        {
            "start": 875048388,
            "stop": 875048414
        },
        {
            "start": 875048416,
            "stop": 875048427
        },
        {
            "start": 875048428,
            "stop": 875048439
        },
        {
            "start": 875048441,
            "stop": 875048447
        },
        {
            "start": 875048449,
            "stop": 875048460
        },
        {
            "start": 875048462,
            "stop": 875048491
        }
    ]
}