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=472
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=473",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=471",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 472,
    "results": [
        {
            "start": 1262103085,
            "stop": 1262103300
        },
        {
            "start": 1262103303,
            "stop": 1262103344
        },
        {
            "start": 1262103347,
            "stop": 1262103955
        },
        {
            "start": 1262103958,
            "stop": 1262104291
        },
        {
            "start": 1262104294,
            "stop": 1262104384
        },
        {
            "start": 1262104387,
            "stop": 1262106332
        },
        {
            "start": 1262111475,
            "stop": 1262111826
        },
        {
            "start": 1262111829,
            "stop": 1262111923
        },
        {
            "start": 1262111926,
            "stop": 1262111943
        },
        {
            "start": 1262111946,
            "stop": 1262113172
        },
        {
            "start": 1262113175,
            "stop": 1262113446
        },
        {
            "start": 1262113449,
            "stop": 1262113475
        },
        {
            "start": 1262113478,
            "stop": 1262113482
        },
        {
            "start": 1262113485,
            "stop": 1262113519
        },
        {
            "start": 1262113522,
            "stop": 1262113552
        },
        {
            "start": 1262113555,
            "stop": 1262113814
        },
        {
            "start": 1262113817,
            "stop": 1262113888
        },
        {
            "start": 1262113891,
            "stop": 1262113964
        },
        {
            "start": 1262113967,
            "stop": 1262115966
        },
        {
            "start": 1262115969,
            "stop": 1262116219
        }
    ]
}