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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=270",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 271,
    "results": [
        {
            "start": 1259887326,
            "stop": 1259887738
        },
        {
            "start": 1259887741,
            "stop": 1259888229
        },
        {
            "start": 1259888237,
            "stop": 1259889368
        },
        {
            "start": 1259889371,
            "stop": 1259889575
        },
        {
            "start": 1259889578,
            "stop": 1259890967
        },
        {
            "start": 1259890970,
            "stop": 1259892778
        },
        {
            "start": 1259892780,
            "stop": 1259895993
        },
        {
            "start": 1259896001,
            "stop": 1259899145
        },
        {
            "start": 1259899153,
            "stop": 1259899749
        },
        {
            "start": 1259899750,
            "stop": 1259899893
        },
        {
            "start": 1259899896,
            "stop": 1259900662
        },
        {
            "start": 1259900665,
            "stop": 1259900912
        },
        {
            "start": 1259900915,
            "stop": 1259901663
        },
        {
            "start": 1259901671,
            "stop": 1259902060
        },
        {
            "start": 1259902061,
            "stop": 1259904155
        },
        {
            "start": 1259904158,
            "stop": 1259904927
        },
        {
            "start": 1259904930,
            "stop": 1259905613
        },
        {
            "start": 1259905616,
            "stop": 1259906558
        },
        {
            "start": 1259906566,
            "stop": 1259908388
        },
        {
            "start": 1259908391,
            "stop": 1259910393
        }
    ]
}