Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3843
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3842",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3843,
    "results": [
        {
            "start": 875072613,
            "stop": 875074480
        },
        {
            "start": 875074497,
            "stop": 875074747
        },
        {
            "start": 875074764,
            "stop": 875075416
        },
        {
            "start": 875075433,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875077743
        },
        {
            "start": 875077760,
            "stop": 875079009
        },
        {
            "start": 875079012,
            "stop": 875080000
        },
        {
            "start": 875080080,
            "stop": 875080170
        },
        {
            "start": 875080173,
            "stop": 875080243
        },
        {
            "start": 875080260,
            "stop": 875080496
        },
        {
            "start": 875080513,
            "stop": 875080624
        },
        {
            "start": 875080627,
            "stop": 875080762
        },
        {
            "start": 875080779,
            "stop": 875080844
        },
        {
            "start": 875080861,
            "stop": 875081347
        },
        {
            "start": 875081364,
            "stop": 875082250
        },
        {
            "start": 875082267,
            "stop": 875083740
        },
        {
            "start": 875083920,
            "stop": 875083980
        },
        {
            "start": 875084340,
            "stop": 875084400
        },
        {
            "start": 875084520,
            "stop": 875084580
        },
        {
            "start": 875084640,
            "stop": 875084686
        }
    ]
}