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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=317",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 318,
    "results": [
        {
            "start": 1260313193,
            "stop": 1260313516
        },
        {
            "start": 1260313519,
            "stop": 1260313531
        },
        {
            "start": 1260313534,
            "stop": 1260313590
        },
        {
            "start": 1260313593,
            "stop": 1260313736
        },
        {
            "start": 1260313739,
            "stop": 1260313740
        },
        {
            "start": 1260313743,
            "stop": 1260313797
        },
        {
            "start": 1260313799,
            "stop": 1260314050
        },
        {
            "start": 1260314053,
            "stop": 1260314076
        },
        {
            "start": 1260314079,
            "stop": 1260314129
        },
        {
            "start": 1260314132,
            "stop": 1260314157
        },
        {
            "start": 1260314160,
            "stop": 1260314161
        },
        {
            "start": 1260314164,
            "stop": 1260314368
        },
        {
            "start": 1260314371,
            "stop": 1260314522
        },
        {
            "start": 1260314523,
            "stop": 1260314533
        },
        {
            "start": 1260314536,
            "stop": 1260314666
        },
        {
            "start": 1260314669,
            "stop": 1260314673
        },
        {
            "start": 1260314676,
            "stop": 1260314818
        },
        {
            "start": 1260314821,
            "stop": 1260314829
        },
        {
            "start": 1260314832,
            "stop": 1260315000
        },
        {
            "start": 1260315003,
            "stop": 1260315066
        }
    ]
}