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=896
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=897",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=895",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 896,
    "results": [
        {
            "start": 1251294711,
            "stop": 1251296328
        },
        {
            "start": 1251296332,
            "stop": 1251296396
        },
        {
            "start": 1251296401,
            "stop": 1251296664
        },
        {
            "start": 1251296668,
            "stop": 1251296682
        },
        {
            "start": 1251296686,
            "stop": 1251297110
        },
        {
            "start": 1251297114,
            "stop": 1251297432
        },
        {
            "start": 1251297436,
            "stop": 1251297457
        },
        {
            "start": 1251297461,
            "stop": 1251297665
        },
        {
            "start": 1251297668,
            "stop": 1251297673
        },
        {
            "start": 1251297677,
            "stop": 1251297679
        },
        {
            "start": 1251297683,
            "stop": 1251298035
        },
        {
            "start": 1251298038,
            "stop": 1251298148
        },
        {
            "start": 1251298152,
            "stop": 1251298199
        },
        {
            "start": 1251298203,
            "stop": 1251298269
        },
        {
            "start": 1251298273,
            "stop": 1251298739
        },
        {
            "start": 1251298744,
            "stop": 1251298995
        },
        {
            "start": 1251298999,
            "stop": 1251299111
        },
        {
            "start": 1251299114,
            "stop": 1251299618
        },
        {
            "start": 1251299622,
            "stop": 1251299800
        },
        {
            "start": 1251299804,
            "stop": 1251299976
        }
    ]
}