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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=248",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 249,
    "results": [
        {
            "start": 821682567,
            "stop": 821682568
        },
        {
            "start": 821682571,
            "stop": 821682584
        },
        {
            "start": 821682588,
            "stop": 821682595
        },
        {
            "start": 821682598,
            "stop": 821682600
        },
        {
            "start": 821682603,
            "stop": 821682604
        },
        {
            "start": 821682607,
            "stop": 821682608
        },
        {
            "start": 821682611,
            "stop": 821682613
        },
        {
            "start": 821682619,
            "stop": 821682622
        },
        {
            "start": 821682628,
            "stop": 821682633
        },
        {
            "start": 821682636,
            "stop": 821682639
        },
        {
            "start": 821682642,
            "stop": 821682643
        },
        {
            "start": 821682646,
            "stop": 821682658
        },
        {
            "start": 821682661,
            "stop": 821682662
        },
        {
            "start": 821682665,
            "stop": 821682672
        },
        {
            "start": 821682675,
            "stop": 821682679
        },
        {
            "start": 821682682,
            "stop": 821682686
        },
        {
            "start": 821682691,
            "stop": 821682696
        },
        {
            "start": 821682699,
            "stop": 821682702
        },
        {
            "start": 821682705,
            "stop": 821682707
        },
        {
            "start": 821682713,
            "stop": 821682730
        }
    ]
}