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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=340",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 341,
    "results": [
        {
            "start": 1381652188,
            "stop": 1381657574
        },
        {
            "start": 1381657577,
            "stop": 1381661372
        },
        {
            "start": 1381661376,
            "stop": 1381667527
        },
        {
            "start": 1381667532,
            "stop": 1381670234
        },
        {
            "start": 1381670239,
            "stop": 1381673941
        },
        {
            "start": 1381673944,
            "stop": 1381676271
        },
        {
            "start": 1381676275,
            "stop": 1381677175
        },
        {
            "start": 1381677178,
            "stop": 1381682962
        },
        {
            "start": 1381682965,
            "stop": 1381687041
        },
        {
            "start": 1381687046,
            "stop": 1381690862
        },
        {
            "start": 1381705570,
            "stop": 1381714502
        },
        {
            "start": 1381714506,
            "stop": 1381730910
        },
        {
            "start": 1381730913,
            "stop": 1381732507
        },
        {
            "start": 1381732510,
            "stop": 1381732577
        },
        {
            "start": 1381732580,
            "stop": 1381742239
        },
        {
            "start": 1381742242,
            "stop": 1381755596
        },
        {
            "start": 1381755599,
            "stop": 1381757268
        },
        {
            "start": 1381759506,
            "stop": 1381759928
        },
        {
            "start": 1381759933,
            "stop": 1381764039
        },
        {
            "start": 1381764042,
            "stop": 1381767966
        }
    ]
}