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=883
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=884",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=882",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 883,
    "results": [
        {
            "start": 1251211836,
            "stop": 1251212845
        },
        {
            "start": 1251212849,
            "stop": 1251213509
        },
        {
            "start": 1251213513,
            "stop": 1251213520
        },
        {
            "start": 1251213523,
            "stop": 1251213925
        },
        {
            "start": 1251213929,
            "stop": 1251213943
        },
        {
            "start": 1251213946,
            "stop": 1251214048
        },
        {
            "start": 1251214053,
            "stop": 1251214283
        },
        {
            "start": 1251214287,
            "stop": 1251214302
        },
        {
            "start": 1251214306,
            "stop": 1251214439
        },
        {
            "start": 1251214444,
            "stop": 1251214780
        },
        {
            "start": 1251214783,
            "stop": 1251214810
        },
        {
            "start": 1251214813,
            "stop": 1251214855
        },
        {
            "start": 1251214863,
            "stop": 1251215034
        },
        {
            "start": 1251215038,
            "stop": 1251215044
        },
        {
            "start": 1251215048,
            "stop": 1251215057
        },
        {
            "start": 1251215061,
            "stop": 1251215117
        },
        {
            "start": 1251215125,
            "stop": 1251215136
        },
        {
            "start": 1251215140,
            "stop": 1251215431
        },
        {
            "start": 1251215435,
            "stop": 1251215452
        },
        {
            "start": 1251215455,
            "stop": 1251215729
        }
    ]
}