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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 207,
    "results": [
        {
            "start": 1259250137,
            "stop": 1259250159
        },
        {
            "start": 1259250165,
            "stop": 1259250169
        },
        {
            "start": 1259250172,
            "stop": 1259250183
        },
        {
            "start": 1259250186,
            "stop": 1259250290
        },
        {
            "start": 1259250293,
            "stop": 1259250300
        },
        {
            "start": 1259250303,
            "stop": 1259250321
        },
        {
            "start": 1259250324,
            "stop": 1259250379
        },
        {
            "start": 1259250385,
            "stop": 1259250399
        },
        {
            "start": 1259250405,
            "stop": 1259250466
        },
        {
            "start": 1259250469,
            "stop": 1259250495
        },
        {
            "start": 1259250498,
            "stop": 1259250526
        },
        {
            "start": 1259250529,
            "stop": 1259250550
        },
        {
            "start": 1259250553,
            "stop": 1259250556
        },
        {
            "start": 1259250559,
            "stop": 1259250647
        },
        {
            "start": 1259250649,
            "stop": 1259250650
        },
        {
            "start": 1259250653,
            "stop": 1259250659
        },
        {
            "start": 1259250662,
            "stop": 1259250700
        },
        {
            "start": 1259250703,
            "stop": 1259250706
        },
        {
            "start": 1259250709,
            "stop": 1259250713
        },
        {
            "start": 1259250716,
            "stop": 1259250719
        }
    ]
}