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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=241",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 242,
    "results": [
        {
            "start": 1259316581,
            "stop": 1259316835
        },
        {
            "start": 1259316838,
            "stop": 1259316870
        },
        {
            "start": 1259316873,
            "stop": 1259316884
        },
        {
            "start": 1259316887,
            "stop": 1259316976
        },
        {
            "start": 1259316979,
            "stop": 1259317080
        },
        {
            "start": 1259317083,
            "stop": 1259318172
        },
        {
            "start": 1259335474,
            "stop": 1259335645
        },
        {
            "start": 1259335648,
            "stop": 1259335910
        },
        {
            "start": 1259335913,
            "stop": 1259337425
        },
        {
            "start": 1259337428,
            "stop": 1259338990
        },
        {
            "start": 1259338993,
            "stop": 1259339109
        },
        {
            "start": 1259339112,
            "stop": 1259340021
        },
        {
            "start": 1259340024,
            "stop": 1259340250
        },
        {
            "start": 1259340643,
            "stop": 1259341210
        },
        {
            "start": 1259341213,
            "stop": 1259343480
        },
        {
            "start": 1259343483,
            "stop": 1259345089
        },
        {
            "start": 1259345092,
            "stop": 1259345481
        },
        {
            "start": 1259345484,
            "stop": 1259347362
        },
        {
            "start": 1259347365,
            "stop": 1259347826
        },
        {
            "start": 1259347829,
            "stop": 1259348778
        }
    ]
}