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=971
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=972",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=970",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 971,
    "results": [
        {
            "start": 1251709189,
            "stop": 1251709209
        },
        {
            "start": 1251709214,
            "stop": 1251709260
        },
        {
            "start": 1251709265,
            "stop": 1251709316
        },
        {
            "start": 1251709319,
            "stop": 1251709369
        },
        {
            "start": 1251709374,
            "stop": 1251709522
        },
        {
            "start": 1251709527,
            "stop": 1251709573
        },
        {
            "start": 1251709578,
            "stop": 1251709637
        },
        {
            "start": 1251709642,
            "stop": 1251709730
        },
        {
            "start": 1251709735,
            "stop": 1251709748
        },
        {
            "start": 1251709753,
            "stop": 1251709889
        },
        {
            "start": 1251709898,
            "stop": 1251709930
        },
        {
            "start": 1251709935,
            "stop": 1251709965
        },
        {
            "start": 1251709968,
            "stop": 1251709985
        },
        {
            "start": 1251709990,
            "stop": 1251709991
        },
        {
            "start": 1251709996,
            "stop": 1251710096
        },
        {
            "start": 1251710101,
            "stop": 1251710104
        },
        {
            "start": 1251710109,
            "stop": 1251710120
        },
        {
            "start": 1251710124,
            "stop": 1251710125
        },
        {
            "start": 1251710130,
            "stop": 1251710133
        },
        {
            "start": 1251710138,
            "stop": 1251710198
        }
    ]
}