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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=243",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 244,
    "results": [
        {
            "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
        },
        {
            "start": 821682733,
            "stop": 821682735
        },
        {
            "start": 821682741,
            "stop": 821682747
        },
        {
            "start": 821682750,
            "stop": 821682755
        },
        {
            "start": 821682758,
            "stop": 821682763
        },
        {
            "start": 821682766,
            "stop": 821682767
        },
        {
            "start": 821682770,
            "stop": 821682778
        },
        {
            "start": 821682781,
            "stop": 821682789
        },
        {
            "start": 821682792,
            "stop": 821682807
        },
        {
            "start": 821682810,
            "stop": 821682818
        },
        {
            "start": 821682821,
            "stop": 821682824
        },
        {
            "start": 821682827,
            "stop": 821682828
        }
    ]
}