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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=36",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 37,
    "results": [
        {
            "start": 818724583,
            "stop": 818728195
        },
        {
            "start": 818729215,
            "stop": 818734496
        },
        {
            "start": 818736085,
            "stop": 818763663
        },
        {
            "start": 818763664,
            "stop": 818768742
        },
        {
            "start": 818769709,
            "stop": 818776494
        },
        {
            "start": 818776495,
            "stop": 818793477
        },
        {
            "start": 818795057,
            "stop": 818797983
        },
        {
            "start": 818797984,
            "stop": 818800574
        },
        {
            "start": 818800974,
            "stop": 818805527
        },
        {
            "start": 818805847,
            "stop": 818807910
        },
        {
            "start": 818809361,
            "stop": 818812568
        },
        {
            "start": 818813200,
            "stop": 818813404
        },
        {
            "start": 818814010,
            "stop": 818814756
        },
        {
            "start": 818815302,
            "stop": 818816832
        },
        {
            "start": 818817338,
            "stop": 818831461
        },
        {
            "start": 818832807,
            "stop": 818860072
        },
        {
            "start": 818860075,
            "stop": 818860239
        },
        {
            "start": 818861068,
            "stop": 818861135
        },
        {
            "start": 818861535,
            "stop": 818878202
        },
        {
            "start": 818879607,
            "stop": 818885134
        }
    ]
}