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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=293",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 294,
    "results": [
        {
            "start": 821661662,
            "stop": 821661718
        },
        {
            "start": 821661725,
            "stop": 821662620
        },
        {
            "start": 821662680,
            "stop": 821662740
        },
        {
            "start": 821662800,
            "stop": 821662943
        },
        {
            "start": 821662950,
            "stop": 821663656
        },
        {
            "start": 821663663,
            "stop": 821663953
        },
        {
            "start": 821665575,
            "stop": 821666930
        },
        {
            "start": 821667073,
            "stop": 821667180
        },
        {
            "start": 821667240,
            "stop": 821668380
        },
        {
            "start": 821668440,
            "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": 821681520
        },
        {
            "start": 821682347,
            "stop": 821683153
        },
        {
            "start": 821683160,
            "stop": 821684652
        },
        {
            "start": 821685363,
            "stop": 821687634
        }
    ]
}