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=967
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=968",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=966",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 967,
    "results": [
        {
            "start": 1251703752,
            "stop": 1251703769
        },
        {
            "start": 1251703774,
            "stop": 1251703808
        },
        {
            "start": 1251703813,
            "stop": 1251703837
        },
        {
            "start": 1251703842,
            "stop": 1251703980
        },
        {
            "start": 1251703984,
            "stop": 1251704042
        },
        {
            "start": 1251704047,
            "stop": 1251704054
        },
        {
            "start": 1251704057,
            "stop": 1251704087
        },
        {
            "start": 1251704091,
            "stop": 1251704121
        },
        {
            "start": 1251704126,
            "stop": 1251704130
        },
        {
            "start": 1251704134,
            "stop": 1251704156
        },
        {
            "start": 1251704161,
            "stop": 1251704209
        },
        {
            "start": 1251704212,
            "stop": 1251704237
        },
        {
            "start": 1251704241,
            "stop": 1251704268
        },
        {
            "start": 1251704273,
            "stop": 1251704314
        },
        {
            "start": 1251704319,
            "stop": 1251704598
        },
        {
            "start": 1251704602,
            "stop": 1251704619
        },
        {
            "start": 1251704624,
            "stop": 1251704761
        },
        {
            "start": 1251704766,
            "stop": 1251704809
        },
        {
            "start": 1251704814,
            "stop": 1251704882
        },
        {
            "start": 1251704887,
            "stop": 1251704900
        }
    ]
}