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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=272",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 273,
    "results": [
        {
            "start": 1377115168,
            "stop": 1377115313
        },
        {
            "start": 1377115317,
            "stop": 1377116044
        },
        {
            "start": 1377116046,
            "stop": 1377116864
        },
        {
            "start": 1377116866,
            "stop": 1377117003
        },
        {
            "start": 1377117004,
            "stop": 1377118450
        },
        {
            "start": 1377118452,
            "stop": 1377119307
        },
        {
            "start": 1377119309,
            "stop": 1377120114
        },
        {
            "start": 1377120116,
            "stop": 1377120483
        },
        {
            "start": 1377120485,
            "stop": 1377121114
        },
        {
            "start": 1377121116,
            "stop": 1377121919
        },
        {
            "start": 1377121922,
            "stop": 1377122623
        },
        {
            "start": 1377122628,
            "stop": 1377122938
        },
        {
            "start": 1377122940,
            "stop": 1377123774
        },
        {
            "start": 1377123776,
            "stop": 1377124559
        },
        {
            "start": 1377124561,
            "stop": 1377125446
        },
        {
            "start": 1377125447,
            "stop": 1377126393
        },
        {
            "start": 1377126395,
            "stop": 1377126994
        },
        {
            "start": 1377126996,
            "stop": 1377128186
        },
        {
            "start": 1377128188,
            "stop": 1377129592
        },
        {
            "start": 1377129593,
            "stop": 1377129765
        }
    ]
}