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=390
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=391",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=389",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 390,
    "results": [
        {
            "start": 1260999108,
            "stop": 1260999204
        },
        {
            "start": 1260999206,
            "stop": 1260999408
        },
        {
            "start": 1260999411,
            "stop": 1260999478
        },
        {
            "start": 1260999481,
            "stop": 1260999492
        },
        {
            "start": 1260999495,
            "stop": 1260999522
        },
        {
            "start": 1260999524,
            "stop": 1260999530
        },
        {
            "start": 1260999532,
            "stop": 1260999542
        },
        {
            "start": 1260999545,
            "stop": 1260999550
        },
        {
            "start": 1260999553,
            "stop": 1260999556
        },
        {
            "start": 1260999560,
            "stop": 1260999602
        },
        {
            "start": 1260999604,
            "stop": 1260999631
        },
        {
            "start": 1260999633,
            "stop": 1260999692
        },
        {
            "start": 1260999694,
            "stop": 1260999734
        },
        {
            "start": 1260999735,
            "stop": 1260999816
        },
        {
            "start": 1260999819,
            "stop": 1260999910
        },
        {
            "start": 1260999914,
            "stop": 1261001767
        },
        {
            "start": 1261001770,
            "stop": 1261004648
        },
        {
            "start": 1261004651,
            "stop": 1261004654
        },
        {
            "start": 1261004657,
            "stop": 1261005312
        },
        {
            "start": 1261005315,
            "stop": 1261005764
        }
    ]
}