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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 265,
    "results": [
        {
            "start": 1240057105,
            "stop": 1240057147
        },
        {
            "start": 1240057149,
            "stop": 1240057267
        },
        {
            "start": 1240057269,
            "stop": 1240057387
        },
        {
            "start": 1240057389,
            "stop": 1240057507
        },
        {
            "start": 1240057509,
            "stop": 1240057628
        },
        {
            "start": 1240057629,
            "stop": 1240057748
        },
        {
            "start": 1240057749,
            "stop": 1240057868
        },
        {
            "start": 1240057869,
            "stop": 1240057988
        },
        {
            "start": 1240057989,
            "stop": 1240058108
        },
        {
            "start": 1240058109,
            "stop": 1240058227
        },
        {
            "start": 1240058229,
            "stop": 1240058347
        },
        {
            "start": 1240058349,
            "stop": 1240058467
        },
        {
            "start": 1240058469,
            "stop": 1240058587
        },
        {
            "start": 1240058589,
            "stop": 1240058707
        },
        {
            "start": 1240058709,
            "stop": 1240058827
        },
        {
            "start": 1240058829,
            "stop": 1240058947
        },
        {
            "start": 1240058949,
            "stop": 1240059067
        },
        {
            "start": 1240059069,
            "stop": 1240059187
        },
        {
            "start": 1240059189,
            "stop": 1240059307
        },
        {
            "start": 1240059309,
            "stop": 1240059427
        }
    ]
}