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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=430",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 431,
    "results": [
        {
            "start": 821772861,
            "stop": 821772862
        },
        {
            "start": 821772870,
            "stop": 821772871
        },
        {
            "start": 821772874,
            "stop": 821772881
        },
        {
            "start": 821772886,
            "stop": 821772890
        },
        {
            "start": 821772894,
            "stop": 821772897
        },
        {
            "start": 821772905,
            "stop": 821772911
        },
        {
            "start": 821772914,
            "stop": 821772918
        },
        {
            "start": 821772923,
            "stop": 821772926
        },
        {
            "start": 821772938,
            "stop": 821772949
        },
        {
            "start": 821772952,
            "stop": 821772967
        },
        {
            "start": 821772974,
            "stop": 821772981
        },
        {
            "start": 821772984,
            "stop": 821772987
        },
        {
            "start": 821772991,
            "stop": 821772992
        },
        {
            "start": 821772996,
            "stop": 821773006
        },
        {
            "start": 821773009,
            "stop": 821773016
        },
        {
            "start": 821773029,
            "stop": 821773033
        },
        {
            "start": 821773036,
            "stop": 821773037
        },
        {
            "start": 821773044,
            "stop": 821773045
        },
        {
            "start": 821773048,
            "stop": 821773057
        },
        {
            "start": 821773065,
            "stop": 821773066
        }
    ]
}