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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 158,
    "results": [
        {
            "start": 1373483299,
            "stop": 1373484483
        },
        {
            "start": 1373484485,
            "stop": 1373485448
        },
        {
            "start": 1373485449,
            "stop": 1373486953
        },
        {
            "start": 1373486958,
            "stop": 1373487170
        },
        {
            "start": 1373487172,
            "stop": 1373488215
        },
        {
            "start": 1373488217,
            "stop": 1373489818
        },
        {
            "start": 1373489820,
            "stop": 1373490670
        },
        {
            "start": 1373490672,
            "stop": 1373491582
        },
        {
            "start": 1373491586,
            "stop": 1373491623
        },
        {
            "start": 1373491624,
            "stop": 1373492216
        },
        {
            "start": 1373492219,
            "stop": 1373492989
        },
        {
            "start": 1373492992,
            "stop": 1373493095
        },
        {
            "start": 1373493097,
            "stop": 1373494017
        },
        {
            "start": 1373494019,
            "stop": 1373494809
        },
        {
            "start": 1373494810,
            "stop": 1373495875
        },
        {
            "start": 1373495877,
            "stop": 1373496829
        },
        {
            "start": 1373496830,
            "stop": 1373497590
        },
        {
            "start": 1373497591,
            "stop": 1373498168
        },
        {
            "start": 1373498169,
            "stop": 1373498998
        },
        {
            "start": 1373499001,
            "stop": 1373499872
        }
    ]
}