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=942
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=943",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=941",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 942,
    "results": [
        {
            "start": 1251634484,
            "stop": 1251634650
        },
        {
            "start": 1251634655,
            "stop": 1251634676
        },
        {
            "start": 1251634681,
            "stop": 1251634690
        },
        {
            "start": 1251634695,
            "stop": 1251634781
        },
        {
            "start": 1251634784,
            "stop": 1251634852
        },
        {
            "start": 1251634857,
            "stop": 1251635037
        },
        {
            "start": 1251635042,
            "stop": 1251635050
        },
        {
            "start": 1251635053,
            "stop": 1251635145
        },
        {
            "start": 1251635150,
            "stop": 1251635289
        },
        {
            "start": 1251635294,
            "stop": 1251635360
        },
        {
            "start": 1251635364,
            "stop": 1251635471
        },
        {
            "start": 1251635476,
            "stop": 1251635711
        },
        {
            "start": 1251635714,
            "stop": 1251635858
        },
        {
            "start": 1251635863,
            "stop": 1251635873
        },
        {
            "start": 1251635877,
            "stop": 1251635919
        },
        {
            "start": 1251635922,
            "stop": 1251636272
        },
        {
            "start": 1251636277,
            "stop": 1251636340
        },
        {
            "start": 1251636345,
            "stop": 1251636474
        },
        {
            "start": 1251636478,
            "stop": 1251636599
        },
        {
            "start": 1251636604,
            "stop": 1251636703
        }
    ]
}