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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=2",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 3,
    "results": [
        {
            "start": 815399073,
            "stop": 815403145
        },
        {
            "start": 815403147,
            "stop": 815404236
        },
        {
            "start": 815405223,
            "stop": 815409034
        },
        {
            "start": 815409614,
            "stop": 815411214
        },
        {
            "start": 815411216,
            "stop": 815413825
        },
        {
            "start": 815420229,
            "stop": 815420654
        },
        {
            "start": 815421978,
            "stop": 815422020
        },
        {
            "start": 815422023,
            "stop": 815422249
        },
        {
            "start": 815425980,
            "stop": 815426371
        },
        {
            "start": 815426373,
            "stop": 815426716
        },
        {
            "start": 815426718,
            "stop": 815426764
        },
        {
            "start": 815447636,
            "stop": 815447661
        },
        {
            "start": 815450191,
            "stop": 815450662
        },
        {
            "start": 815456378,
            "stop": 815456690
        },
        {
            "start": 815457216,
            "stop": 815458676
        },
        {
            "start": 815466304,
            "stop": 815467966
        },
        {
            "start": 815467968,
            "stop": 815468828
        },
        {
            "start": 815468830,
            "stop": 815469855
        },
        {
            "start": 815469858,
            "stop": 815470961
        },
        {
            "start": 815471910,
            "stop": 815480226
        }
    ]
}