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=450
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=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=449",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 450,
    "results": [
        {
            "start": 821776659,
            "stop": 821776682
        },
        {
            "start": 821776685,
            "stop": 821776696
        },
        {
            "start": 821776700,
            "stop": 821776701
        },
        {
            "start": 821776704,
            "stop": 821776706
        },
        {
            "start": 821776709,
            "stop": 821776712
        },
        {
            "start": 821776715,
            "stop": 821776716
        },
        {
            "start": 821776722,
            "stop": 821776730
        },
        {
            "start": 821776734,
            "stop": 821776736
        },
        {
            "start": 821776739,
            "stop": 821776741
        },
        {
            "start": 821776744,
            "stop": 821776750
        },
        {
            "start": 821776753,
            "stop": 821776761
        },
        {
            "start": 821776787,
            "stop": 821776789
        },
        {
            "start": 821776799,
            "stop": 821776800
        },
        {
            "start": 821776803,
            "stop": 821776804
        },
        {
            "start": 821776807,
            "stop": 821776815
        },
        {
            "start": 821776819,
            "stop": 821776825
        },
        {
            "start": 821776832,
            "stop": 821776833
        },
        {
            "start": 821776836,
            "stop": 821776838
        },
        {
            "start": 821776841,
            "stop": 821776843
        },
        {
            "start": 821776848,
            "stop": 821776855
        }
    ]
}