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=910
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=911",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=909",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 910,
    "results": [
        {
            "start": 1251436340,
            "stop": 1251436443
        },
        {
            "start": 1251436446,
            "stop": 1251436482
        },
        {
            "start": 1251436485,
            "stop": 1251436581
        },
        {
            "start": 1251436584,
            "stop": 1251436634
        },
        {
            "start": 1251436637,
            "stop": 1251436739
        },
        {
            "start": 1251436743,
            "stop": 1251436797
        },
        {
            "start": 1251436801,
            "stop": 1251436920
        },
        {
            "start": 1251436923,
            "stop": 1251436958
        },
        {
            "start": 1251436961,
            "stop": 1251437101
        },
        {
            "start": 1251437105,
            "stop": 1251437203
        },
        {
            "start": 1251437207,
            "stop": 1251437584
        },
        {
            "start": 1251437586,
            "stop": 1251437756
        },
        {
            "start": 1251437760,
            "stop": 1251437807
        },
        {
            "start": 1251437811,
            "stop": 1251437836
        },
        {
            "start": 1251437840,
            "stop": 1251437869
        },
        {
            "start": 1251437873,
            "stop": 1251437893
        },
        {
            "start": 1251437897,
            "stop": 1251438130
        },
        {
            "start": 1251438134,
            "stop": 1251438233
        },
        {
            "start": 1251438236,
            "stop": 1251438363
        },
        {
            "start": 1251438366,
            "stop": 1251438395
        }
    ]
}