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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 139,
    "results": [
        {
            "start": 1372921023,
            "stop": 1372922327
        },
        {
            "start": 1372922329,
            "stop": 1372923536
        },
        {
            "start": 1372923538,
            "stop": 1372924340
        },
        {
            "start": 1372924342,
            "stop": 1372925408
        },
        {
            "start": 1372925409,
            "stop": 1372926419
        },
        {
            "start": 1372926421,
            "stop": 1372927434
        },
        {
            "start": 1372927436,
            "stop": 1372929960
        },
        {
            "start": 1372929962,
            "stop": 1372930238
        },
        {
            "start": 1372930241,
            "stop": 1372932193
        },
        {
            "start": 1372932195,
            "stop": 1372932860
        },
        {
            "start": 1372932865,
            "stop": 1372934404
        },
        {
            "start": 1372934407,
            "stop": 1372934475
        },
        {
            "start": 1372934476,
            "stop": 1372936211
        },
        {
            "start": 1372936213,
            "stop": 1372938386
        },
        {
            "start": 1372938388,
            "stop": 1372940246
        },
        {
            "start": 1372940248,
            "stop": 1372941779
        },
        {
            "start": 1372941784,
            "stop": 1372942357
        },
        {
            "start": 1372942358,
            "stop": 1372944187
        },
        {
            "start": 1372944192,
            "stop": 1372944520
        },
        {
            "start": 1372944522,
            "stop": 1372944713
        }
    ]
}