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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=306",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 307,
    "results": [
        {
            "start": 1378031225,
            "stop": 1378033536
        },
        {
            "start": 1378033538,
            "stop": 1378036003
        },
        {
            "start": 1378036005,
            "stop": 1378037990
        },
        {
            "start": 1378037991,
            "stop": 1378038267
        },
        {
            "start": 1378038269,
            "stop": 1378040253
        },
        {
            "start": 1378040255,
            "stop": 1378040744
        },
        {
            "start": 1378048918,
            "stop": 1378048989
        },
        {
            "start": 1378048996,
            "stop": 1378049114
        },
        {
            "start": 1378049116,
            "stop": 1378050276
        },
        {
            "start": 1378050278,
            "stop": 1378051551
        },
        {
            "start": 1378051553,
            "stop": 1378052213
        },
        {
            "start": 1378052215,
            "stop": 1378053440
        },
        {
            "start": 1378053442,
            "stop": 1378054086
        },
        {
            "start": 1378054088,
            "stop": 1378055992
        },
        {
            "start": 1378055994,
            "stop": 1378056601
        },
        {
            "start": 1378056603,
            "stop": 1378058034
        },
        {
            "start": 1378058036,
            "stop": 1378058661
        },
        {
            "start": 1378058663,
            "stop": 1378060097
        },
        {
            "start": 1378060099,
            "stop": 1378060252
        },
        {
            "start": 1378077116,
            "stop": 1378077163
        }
    ]
}