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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5054",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5055,
    "results": [
        {
            "start": 874602219,
            "stop": 874602273
        },
        {
            "start": 874602292,
            "stop": 874602430
        },
        {
            "start": 874602449,
            "stop": 874602450
        },
        {
            "start": 874602469,
            "stop": 874602478
        },
        {
            "start": 874602497,
            "stop": 874602512
        },
        {
            "start": 874602531,
            "stop": 874602568
        },
        {
            "start": 874602587,
            "stop": 874602619
        },
        {
            "start": 874602639,
            "stop": 874602698
        },
        {
            "start": 874602741,
            "stop": 874602762
        },
        {
            "start": 874602781,
            "stop": 874602787
        },
        {
            "start": 874602806,
            "stop": 874602875
        },
        {
            "start": 874602894,
            "stop": 874602966
        },
        {
            "start": 874602985,
            "stop": 874603035
        },
        {
            "start": 874603054,
            "stop": 874603080
        },
        {
            "start": 874603110,
            "stop": 874603149
        },
        {
            "start": 874603168,
            "stop": 874603175
        },
        {
            "start": 874603194,
            "stop": 874603223
        },
        {
            "start": 874603247,
            "stop": 874603287
        },
        {
            "start": 874603317,
            "stop": 874603331
        },
        {
            "start": 874603366,
            "stop": 874603403
        }
    ]
}