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=930
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=931",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=929",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 930,
    "results": [
        {
            "start": 1251538585,
            "stop": 1251538623
        },
        {
            "start": 1251538626,
            "stop": 1251538649
        },
        {
            "start": 1251538654,
            "stop": 1251538662
        },
        {
            "start": 1251538667,
            "stop": 1251538694
        },
        {
            "start": 1251538698,
            "stop": 1251538710
        },
        {
            "start": 1251538715,
            "stop": 1251538741
        },
        {
            "start": 1251538745,
            "stop": 1251538755
        },
        {
            "start": 1251538759,
            "stop": 1251538811
        },
        {
            "start": 1251538816,
            "stop": 1251538826
        },
        {
            "start": 1251538829,
            "stop": 1251539113
        },
        {
            "start": 1251539116,
            "stop": 1251539245
        },
        {
            "start": 1251539249,
            "stop": 1251539305
        },
        {
            "start": 1251539312,
            "stop": 1251539314
        },
        {
            "start": 1251539319,
            "stop": 1251539484
        },
        {
            "start": 1251539488,
            "stop": 1251539564
        },
        {
            "start": 1251539569,
            "stop": 1251539573
        },
        {
            "start": 1251539576,
            "stop": 1251539979
        },
        {
            "start": 1251539983,
            "stop": 1251540045
        },
        {
            "start": 1251540048,
            "stop": 1251541253
        },
        {
            "start": 1251541257,
            "stop": 1251541280
        }
    ]
}