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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 217,
    "results": [
        {
            "start": 1259257207,
            "stop": 1259257210
        },
        {
            "start": 1259257213,
            "stop": 1259257217
        },
        {
            "start": 1259257220,
            "stop": 1259257233
        },
        {
            "start": 1259257236,
            "stop": 1259257318
        },
        {
            "start": 1259257321,
            "stop": 1259257359
        },
        {
            "start": 1259257362,
            "stop": 1259257370
        },
        {
            "start": 1259257373,
            "stop": 1259257440
        },
        {
            "start": 1259257443,
            "stop": 1259257460
        },
        {
            "start": 1259257469,
            "stop": 1259257478
        },
        {
            "start": 1259257481,
            "stop": 1259257489
        },
        {
            "start": 1259257495,
            "stop": 1259257498
        },
        {
            "start": 1259257510,
            "stop": 1259257513
        },
        {
            "start": 1259257516,
            "stop": 1259257661
        },
        {
            "start": 1259257664,
            "stop": 1259257667
        },
        {
            "start": 1259257673,
            "stop": 1259257674
        },
        {
            "start": 1259257676,
            "stop": 1259257722
        },
        {
            "start": 1259257725,
            "stop": 1259257798
        },
        {
            "start": 1259257799,
            "stop": 1259257810
        },
        {
            "start": 1259257813,
            "stop": 1259257844
        },
        {
            "start": 1259257847,
            "stop": 1259257850
        }
    ]
}