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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5956",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5957,
    "results": [
        {
            "start": 875223906,
            "stop": 875223941
        },
        {
            "start": 875223944,
            "stop": 875223945
        },
        {
            "start": 875223948,
            "stop": 875223966
        },
        {
            "start": 875223970,
            "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": 875224180
        },
        {
            "start": 875224183,
            "stop": 875224226
        },
        {
            "start": 875224229,
            "stop": 875224310
        },
        {
            "start": 875224313,
            "stop": 875224398
        },
        {
            "start": 875224401,
            "stop": 875224422
        },
        {
            "start": 875224425,
            "stop": 875224428
        },
        {
            "start": 875224432,
            "stop": 875224462
        },
        {
            "start": 875224468,
            "stop": 875224504
        },
        {
            "start": 875224507,
            "stop": 875224572
        },
        {
            "start": 875224577,
            "stop": 875224578
        }
    ]
}