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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=162",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 163,
    "results": [
        {
            "start": 821536722,
            "stop": 821536763
        },
        {
            "start": 821536766,
            "stop": 821536770
        },
        {
            "start": 821536773,
            "stop": 821536830
        },
        {
            "start": 821536890,
            "stop": 821536891
        },
        {
            "start": 821537475,
            "stop": 821537478
        },
        {
            "start": 821537481,
            "stop": 821537545
        },
        {
            "start": 821537548,
            "stop": 821537549
        },
        {
            "start": 821537552,
            "stop": 821537571
        },
        {
            "start": 821537574,
            "stop": 821537575
        },
        {
            "start": 821537578,
            "stop": 821537579
        },
        {
            "start": 821537585,
            "stop": 821537594
        },
        {
            "start": 821537602,
            "stop": 821537605
        },
        {
            "start": 821537608,
            "stop": 821537674
        },
        {
            "start": 821537677,
            "stop": 821537689
        },
        {
            "start": 821537694,
            "stop": 821537712
        },
        {
            "start": 821537715,
            "stop": 821537731
        },
        {
            "start": 821537734,
            "stop": 821537756
        },
        {
            "start": 821537759,
            "stop": 821537761
        },
        {
            "start": 821537767,
            "stop": 821537770
        },
        {
            "start": 821537774,
            "stop": 821537775
        }
    ]
}