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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46846",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46847,
    "results": [
        {
            "start": 875139227,
            "stop": 875139237
        },
        {
            "start": 875139240,
            "stop": 875139263
        },
        {
            "start": 875139266,
            "stop": 875139277
        },
        {
            "start": 875139280,
            "stop": 875139295
        },
        {
            "start": 875139297,
            "stop": 875139304
        },
        {
            "start": 875139305,
            "stop": 875139311
        },
        {
            "start": 875139312,
            "stop": 875139317
        },
        {
            "start": 875139319,
            "stop": 875139325
        },
        {
            "start": 875139326,
            "stop": 875139349
        },
        {
            "start": 875139350,
            "stop": 875139359
        },
        {
            "start": 875139361,
            "stop": 875139362
        },
        {
            "start": 875139364,
            "stop": 875139375
        },
        {
            "start": 875139381,
            "stop": 875139388
        },
        {
            "start": 875139391,
            "stop": 875139393
        },
        {
            "start": 875139394,
            "stop": 875139399
        },
        {
            "start": 875139400,
            "stop": 875139471
        },
        {
            "start": 875139477,
            "stop": 875139497
        },
        {
            "start": 875139499,
            "stop": 875139501
        },
        {
            "start": 875139504,
            "stop": 875139513
        },
        {
            "start": 875139514,
            "stop": 875139519
        }
    ]
}