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/L1_CBC_CAT2/segments?format=api&page=147
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=146",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 147,
    "results": [
        {
            "start": 1239943751,
            "stop": 1239943870
        },
        {
            "start": 1239943871,
            "stop": 1239943990
        },
        {
            "start": 1239943991,
            "stop": 1239944110
        },
        {
            "start": 1239944111,
            "stop": 1239944230
        },
        {
            "start": 1239944231,
            "stop": 1239944350
        },
        {
            "start": 1239944351,
            "stop": 1239944470
        },
        {
            "start": 1239944471,
            "stop": 1239944590
        },
        {
            "start": 1239944591,
            "stop": 1239944710
        },
        {
            "start": 1239944711,
            "stop": 1239944830
        },
        {
            "start": 1239944831,
            "stop": 1239944950
        },
        {
            "start": 1239944951,
            "stop": 1239945067
        },
        {
            "start": 1239945069,
            "stop": 1239945190
        },
        {
            "start": 1239945191,
            "stop": 1239945310
        },
        {
            "start": 1239945311,
            "stop": 1239945430
        },
        {
            "start": 1239945431,
            "stop": 1239945550
        },
        {
            "start": 1239945551,
            "stop": 1239945670
        },
        {
            "start": 1239945671,
            "stop": 1239945790
        },
        {
            "start": 1239945791,
            "stop": 1239945910
        },
        {
            "start": 1239945911,
            "stop": 1239946030
        },
        {
            "start": 1239946031,
            "stop": 1239946150
        }
    ]
}