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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 193,
    "results": [
        {
            "start": 1239861073,
            "stop": 1239861191
        },
        {
            "start": 1239861193,
            "stop": 1239861311
        },
        {
            "start": 1239861313,
            "stop": 1239861431
        },
        {
            "start": 1239861433,
            "stop": 1239861551
        },
        {
            "start": 1239861553,
            "stop": 1239861671
        },
        {
            "start": 1239861673,
            "stop": 1239861791
        },
        {
            "start": 1239861793,
            "stop": 1239861911
        },
        {
            "start": 1239861913,
            "stop": 1239861994
        },
        {
            "start": 1239861997,
            "stop": 1239862011
        },
        {
            "start": 1239862013,
            "stop": 1239862151
        },
        {
            "start": 1239862153,
            "stop": 1239862271
        },
        {
            "start": 1239862273,
            "stop": 1239862391
        },
        {
            "start": 1239862393,
            "stop": 1239862511
        },
        {
            "start": 1239862513,
            "stop": 1239862631
        },
        {
            "start": 1239862633,
            "stop": 1239862751
        },
        {
            "start": 1239862753,
            "stop": 1239862776
        },
        {
            "start": 1239862779,
            "stop": 1239862871
        },
        {
            "start": 1239862873,
            "stop": 1239862991
        },
        {
            "start": 1239862993,
            "stop": 1239863091
        },
        {
            "start": 1239863093,
            "stop": 1239863231
        }
    ]
}