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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=189",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 190,
    "results": [
        {
            "start": 821662647,
            "stop": 821662656
        },
        {
            "start": 821662659,
            "stop": 821662662
        },
        {
            "start": 821662665,
            "stop": 821662696
        },
        {
            "start": 821662699,
            "stop": 821662700
        },
        {
            "start": 821662703,
            "stop": 821662711
        },
        {
            "start": 821662717,
            "stop": 821662718
        },
        {
            "start": 821662723,
            "stop": 821662724
        },
        {
            "start": 821662727,
            "stop": 821662730
        },
        {
            "start": 821662733,
            "stop": 821662782
        },
        {
            "start": 821662785,
            "stop": 821662793
        },
        {
            "start": 821662796,
            "stop": 821662804
        },
        {
            "start": 821662807,
            "stop": 821662850
        },
        {
            "start": 821662853,
            "stop": 821662859
        },
        {
            "start": 821662864,
            "stop": 821662867
        },
        {
            "start": 821662870,
            "stop": 821662892
        },
        {
            "start": 821662895,
            "stop": 821662898
        },
        {
            "start": 821662901,
            "stop": 821662916
        },
        {
            "start": 821662919,
            "stop": 821662920
        },
        {
            "start": 821662923,
            "stop": 821662948
        },
        {
            "start": 821662951,
            "stop": 821662962
        }
    ]
}