Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=20",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 21,
    "results": [
        {
            "start": 1247530980,
            "stop": 1247531446
        },
        {
            "start": 1247542971,
            "stop": 1247555584
        },
        {
            "start": 1247555605,
            "stop": 1247598326
        },
        {
            "start": 1247598409,
            "stop": 1247609167
        },
        {
            "start": 1247614196,
            "stop": 1247653888
        },
        {
            "start": 1247658929,
            "stop": 1247664208
        },
        {
            "start": 1247664209,
            "stop": 1247749610
        },
        {
            "start": 1247750005,
            "stop": 1247758312
        },
        {
            "start": 1247759127,
            "stop": 1247789517
        },
        {
            "start": 1247810068,
            "stop": 1247837756
        },
        {
            "start": 1247866436,
            "stop": 1247867293
        },
        {
            "start": 1247867407,
            "stop": 1247895467
        },
        {
            "start": 1247904050,
            "stop": 1247907156
        },
        {
            "start": 1247907240,
            "stop": 1247910264
        },
        {
            "start": 1247910363,
            "stop": 1247912067
        },
        {
            "start": 1247912195,
            "stop": 1247917160
        },
        {
            "start": 1247922809,
            "stop": 1247928353
        },
        {
            "start": 1247961430,
            "stop": 1247964303
        },
        {
            "start": 1247964867,
            "stop": 1247970123
        },
        {
            "start": 1247975221,
            "stop": 1247975791
        }
    ]
}