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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=357",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 358,
    "results": [
        {
            "start": 858393663,
            "stop": 858393859
        },
        {
            "start": 858393868,
            "stop": 858393874
        },
        {
            "start": 858393883,
            "stop": 858393909
        },
        {
            "start": 858393913,
            "stop": 858419528
        },
        {
            "start": 858419531,
            "stop": 858420064
        },
        {
            "start": 858420068,
            "stop": 858420074
        },
        {
            "start": 858420078,
            "stop": 858420123
        },
        {
            "start": 858420127,
            "stop": 858420173
        },
        {
            "start": 858420182,
            "stop": 858420188
        },
        {
            "start": 858420197,
            "stop": 858426236
        },
        {
            "start": 858426280,
            "stop": 858427313
        },
        {
            "start": 858427317,
            "stop": 858428787
        },
        {
            "start": 858428791,
            "stop": 858428797
        },
        {
            "start": 858428801,
            "stop": 858428970
        },
        {
            "start": 858428993,
            "stop": 858428998
        },
        {
            "start": 858429002,
            "stop": 858429004
        },
        {
            "start": 858429408,
            "stop": 858431038
        },
        {
            "start": 858431042,
            "stop": 858431113
        },
        {
            "start": 858431117,
            "stop": 858431634
        },
        {
            "start": 858431647,
            "stop": 858431653
        }
    ]
}