Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=155",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 156,
    "results": [
        {
            "start": 839267936,
            "stop": 839284931
        },
        {
            "start": 839286074,
            "stop": 839296833
        },
        {
            "start": 839299054,
            "stop": 839299237
        },
        {
            "start": 839299239,
            "stop": 839299252
        },
        {
            "start": 839301719,
            "stop": 839302011
        },
        {
            "start": 839302013,
            "stop": 839302188
        },
        {
            "start": 839302921,
            "stop": 839303124
        },
        {
            "start": 839303125,
            "stop": 839303591
        },
        {
            "start": 839303593,
            "stop": 839303659
        },
        {
            "start": 839303660,
            "stop": 839304180
        },
        {
            "start": 839305221,
            "stop": 839305428
        },
        {
            "start": 839305430,
            "stop": 839305482
        },
        {
            "start": 839305971,
            "stop": 839311121
        },
        {
            "start": 839311123,
            "stop": 839311124
        },
        {
            "start": 839311127,
            "stop": 839311128
        },
        {
            "start": 839311131,
            "stop": 839311147
        },
        {
            "start": 839311149,
            "stop": 839311184
        },
        {
            "start": 839311186,
            "stop": 839337554
        },
        {
            "start": 839338799,
            "stop": 839342211
        },
        {
            "start": 839344887,
            "stop": 839347343
        }
    ]
}