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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=251",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 252,
    "results": [
        {
            "start": 821659055,
            "stop": 821659520
        },
        {
            "start": 821659527,
            "stop": 821659690
        },
        {
            "start": 821660538,
            "stop": 821661253
        },
        {
            "start": 821661260,
            "stop": 821661655
        },
        {
            "start": 821661662,
            "stop": 821661718
        },
        {
            "start": 821661725,
            "stop": 821662943
        },
        {
            "start": 821662950,
            "stop": 821663656
        },
        {
            "start": 821663663,
            "stop": 821663953
        },
        {
            "start": 821665575,
            "stop": 821666930
        },
        {
            "start": 821667073,
            "stop": 821670152
        },
        {
            "start": 821670159,
            "stop": 821670895
        },
        {
            "start": 821670902,
            "stop": 821671818
        },
        {
            "start": 821671825,
            "stop": 821672240
        },
        {
            "start": 821672247,
            "stop": 821673865
        },
        {
            "start": 821673872,
            "stop": 821674522
        },
        {
            "start": 821674530,
            "stop": 821678330
        },
        {
            "start": 821678410,
            "stop": 821681570
        },
        {
            "start": 821682347,
            "stop": 821683153
        },
        {
            "start": 821683160,
            "stop": 821684652
        },
        {
            "start": 821685363,
            "stop": 821687634
        }
    ]
}