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/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=317
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=316",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 317,
    "results": [
        {
            "start": 1378395410,
            "stop": 1378397781
        },
        {
            "start": 1378397785,
            "stop": 1378398078
        },
        {
            "start": 1378398080,
            "stop": 1378398300
        },
        {
            "start": 1378398301,
            "stop": 1378400649
        },
        {
            "start": 1378400650,
            "stop": 1378402878
        },
        {
            "start": 1378402880,
            "stop": 1378403793
        },
        {
            "start": 1378403795,
            "stop": 1378405022
        },
        {
            "start": 1378405024,
            "stop": 1378405663
        },
        {
            "start": 1378405664,
            "stop": 1378406702
        },
        {
            "start": 1378406703,
            "stop": 1378407460
        },
        {
            "start": 1378407461,
            "stop": 1378409078
        },
        {
            "start": 1378409081,
            "stop": 1378409709
        },
        {
            "start": 1378409711,
            "stop": 1378412962
        },
        {
            "start": 1378412964,
            "stop": 1378414282
        },
        {
            "start": 1378414287,
            "stop": 1378415296
        },
        {
            "start": 1378415297,
            "stop": 1378415806
        },
        {
            "start": 1378415808,
            "stop": 1378418218
        },
        {
            "start": 1378418221,
            "stop": 1378418397
        },
        {
            "start": 1378418399,
            "stop": 1378419386
        },
        {
            "start": 1378419388,
            "stop": 1378420906
        }
    ]
}