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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=579",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=577",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 578,
    "results": [
        {
            "start": 1262908564,
            "stop": 1262908619
        },
        {
            "start": 1262908622,
            "stop": 1262908631
        },
        {
            "start": 1262908634,
            "stop": 1262908662
        },
        {
            "start": 1262908665,
            "stop": 1262908705
        },
        {
            "start": 1262908708,
            "stop": 1262908716
        },
        {
            "start": 1262908719,
            "stop": 1262908729
        },
        {
            "start": 1262908732,
            "stop": 1262908739
        },
        {
            "start": 1262908742,
            "stop": 1262908770
        },
        {
            "start": 1262908773,
            "stop": 1262908874
        },
        {
            "start": 1262908877,
            "stop": 1262908915
        },
        {
            "start": 1262908918,
            "stop": 1262908973
        },
        {
            "start": 1262908976,
            "stop": 1262908992
        },
        {
            "start": 1262908995,
            "stop": 1262909004
        },
        {
            "start": 1262909007,
            "stop": 1262909086
        },
        {
            "start": 1262909089,
            "stop": 1262909123
        },
        {
            "start": 1262909126,
            "stop": 1262909169
        },
        {
            "start": 1262909172,
            "stop": 1262909182
        },
        {
            "start": 1262909185,
            "stop": 1262909202
        },
        {
            "start": 1262909205,
            "stop": 1262909221
        },
        {
            "start": 1262909224,
            "stop": 1262909272
        }
    ]
}