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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=226",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 227,
    "results": [
        {
            "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": 1239944873
        },
        {
            "start": 1239944878,
            "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
        },
        {
            "start": 1239946151,
            "stop": 1239946270
        },
        {
            "start": 1239946271,
            "stop": 1239946390
        }
    ]
}