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=7296
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=7297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7295",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7296,
    "results": [
        {
            "start": 875068386,
            "stop": 875069144
        },
        {
            "start": 875069145,
            "stop": 875069673
        },
        {
            "start": 875069674,
            "stop": 875069761
        },
        {
            "start": 875069762,
            "stop": 875069937
        },
        {
            "start": 875069938,
            "stop": 875070032
        },
        {
            "start": 875070033,
            "stop": 875070128
        },
        {
            "start": 875070130,
            "stop": 875070547
        },
        {
            "start": 875070548,
            "stop": 875070903
        },
        {
            "start": 875070905,
            "stop": 875071430
        },
        {
            "start": 875071432,
            "stop": 875071845
        },
        {
            "start": 875071847,
            "stop": 875071993
        },
        {
            "start": 875071994,
            "stop": 875072168
        },
        {
            "start": 875072169,
            "stop": 875072518
        },
        {
            "start": 875072519,
            "stop": 875072650
        },
        {
            "start": 875072652,
            "stop": 875073060
        },
        {
            "start": 875073061,
            "stop": 875073674
        },
        {
            "start": 875073675,
            "stop": 875073940
        },
        {
            "start": 875073941,
            "stop": 875073985
        },
        {
            "start": 875073986,
            "stop": 875073988
        },
        {
            "start": 875073989,
            "stop": 875074467
        }
    ]
}