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=869
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=870",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=868",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 869,
    "results": [
        {
            "start": 1250986842,
            "stop": 1250986845
        },
        {
            "start": 1250986850,
            "stop": 1250986854
        },
        {
            "start": 1250986859,
            "stop": 1250986957
        },
        {
            "start": 1250986962,
            "stop": 1250986997
        },
        {
            "start": 1250987001,
            "stop": 1250987012
        },
        {
            "start": 1250997649,
            "stop": 1250999203
        },
        {
            "start": 1250999207,
            "stop": 1251000020
        },
        {
            "start": 1251000024,
            "stop": 1251001636
        },
        {
            "start": 1251001641,
            "stop": 1251002209
        },
        {
            "start": 1251002213,
            "stop": 1251002214
        },
        {
            "start": 1251002219,
            "stop": 1251003222
        },
        {
            "start": 1251003226,
            "stop": 1251004056
        },
        {
            "start": 1251004059,
            "stop": 1251004703
        },
        {
            "start": 1251004707,
            "stop": 1251005398
        },
        {
            "start": 1251005408,
            "stop": 1251005473
        },
        {
            "start": 1251005477,
            "stop": 1251005494
        },
        {
            "start": 1251005496,
            "stop": 1251006520
        },
        {
            "start": 1251006524,
            "stop": 1251007743
        },
        {
            "start": 1251007747,
            "stop": 1251007951
        },
        {
            "start": 1251007955,
            "stop": 1251008921
        }
    ]
}