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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=78",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 79,
    "results": [
        {
            "start": 834271947,
            "stop": 834282054
        },
        {
            "start": 834284979,
            "stop": 834294411
        },
        {
            "start": 834300737,
            "stop": 834301880
        },
        {
            "start": 834310767,
            "stop": 834312215
        },
        {
            "start": 834316773,
            "stop": 834323002
        },
        {
            "start": 834330595,
            "stop": 834340041
        },
        {
            "start": 834340181,
            "stop": 834345833
        },
        {
            "start": 834348323,
            "stop": 834350586
        },
        {
            "start": 834353718,
            "stop": 834358435
        },
        {
            "start": 834358761,
            "stop": 834368529
        },
        {
            "start": 834371440,
            "stop": 834374714
        },
        {
            "start": 834377697,
            "stop": 834390188
        },
        {
            "start": 834392076,
            "stop": 834421001
        },
        {
            "start": 834422441,
            "stop": 834422448
        },
        {
            "start": 834422461,
            "stop": 834424302
        },
        {
            "start": 834426615,
            "stop": 834435532
        },
        {
            "start": 834436487,
            "stop": 834437803
        },
        {
            "start": 834445815,
            "stop": 834478403
        },
        {
            "start": 834479523,
            "stop": 834509329
        },
        {
            "start": 834510738,
            "stop": 834510815
        }
    ]
}