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=891
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=892",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=890",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 891,
    "results": [
        {
            "start": 1251269941,
            "stop": 1251269942
        },
        {
            "start": 1251269944,
            "stop": 1251269945
        },
        {
            "start": 1251269950,
            "stop": 1251269951
        },
        {
            "start": 1251269952,
            "stop": 1251269956
        },
        {
            "start": 1251269962,
            "stop": 1251269964
        },
        {
            "start": 1251269971,
            "stop": 1251269980
        },
        {
            "start": 1251269990,
            "stop": 1251269991
        },
        {
            "start": 1251269993,
            "stop": 1251270004
        },
        {
            "start": 1251270008,
            "stop": 1251270015
        },
        {
            "start": 1251270018,
            "stop": 1251270118
        },
        {
            "start": 1251270127,
            "stop": 1251270134
        },
        {
            "start": 1251270141,
            "stop": 1251270187
        },
        {
            "start": 1251270191,
            "stop": 1251270193
        },
        {
            "start": 1251270196,
            "stop": 1251270447
        },
        {
            "start": 1251270451,
            "stop": 1251270471
        },
        {
            "start": 1251270474,
            "stop": 1251270564
        },
        {
            "start": 1251270569,
            "stop": 1251270597
        },
        {
            "start": 1251270604,
            "stop": 1251270612
        },
        {
            "start": 1251270616,
            "stop": 1251270617
        },
        {
            "start": 1251270621,
            "stop": 1251270623
        }
    ]
}