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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 107,
    "results": [
        {
            "start": 1372005647,
            "stop": 1372006465
        },
        {
            "start": 1372006467,
            "stop": 1372007897
        },
        {
            "start": 1372007898,
            "stop": 1372008345
        },
        {
            "start": 1372010193,
            "stop": 1372010313
        },
        {
            "start": 1372011035,
            "stop": 1372011447
        },
        {
            "start": 1372011452,
            "stop": 1372013409
        },
        {
            "start": 1372013414,
            "stop": 1372013632
        },
        {
            "start": 1372013634,
            "stop": 1372014091
        },
        {
            "start": 1372028232,
            "stop": 1372028555
        },
        {
            "start": 1372028557,
            "stop": 1372028991
        },
        {
            "start": 1372028993,
            "stop": 1372029439
        },
        {
            "start": 1372029444,
            "stop": 1372029941
        },
        {
            "start": 1372029943,
            "stop": 1372030153
        },
        {
            "start": 1372030155,
            "stop": 1372030782
        },
        {
            "start": 1372030784,
            "stop": 1372030994
        },
        {
            "start": 1372030996,
            "stop": 1372032178
        },
        {
            "start": 1372032181,
            "stop": 1372032289
        },
        {
            "start": 1372032290,
            "stop": 1372032500
        },
        {
            "start": 1372032501,
            "stop": 1372033228
        },
        {
            "start": 1372033230,
            "stop": 1372033450
        }
    ]
}