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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47007",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47008,
    "results": [
        {
            "start": 875223949,
            "stop": 875223966
        },
        {
            "start": 875223970,
            "stop": 875223973
        },
        {
            "start": 875223974,
            "stop": 875223996
        },
        {
            "start": 875223999,
            "stop": 875224012
        },
        {
            "start": 875224015,
            "stop": 875224032
        },
        {
            "start": 875224035,
            "stop": 875224037
        },
        {
            "start": 875224040,
            "stop": 875224043
        },
        {
            "start": 875224046,
            "stop": 875224080
        },
        {
            "start": 875224084,
            "stop": 875224094
        },
        {
            "start": 875224097,
            "stop": 875224113
        },
        {
            "start": 875224114,
            "stop": 875224116
        },
        {
            "start": 875224117,
            "stop": 875224131
        },
        {
            "start": 875224132,
            "stop": 875224141
        },
        {
            "start": 875224142,
            "stop": 875224180
        },
        {
            "start": 875224183,
            "stop": 875224187
        },
        {
            "start": 875224188,
            "stop": 875224226
        },
        {
            "start": 875224229,
            "stop": 875224240
        },
        {
            "start": 875224241,
            "stop": 875224310
        },
        {
            "start": 875224313,
            "stop": 875224320
        },
        {
            "start": 875224321,
            "stop": 875224398
        }
    ]
}