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=8759
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=8760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8758",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8759,
    "results": [
        {
            "start": 873172295,
            "stop": 873173594
        },
        {
            "start": 873173611,
            "stop": 873173911
        },
        {
            "start": 873173928,
            "stop": 873173959
        },
        {
            "start": 873173976,
            "stop": 873176580
        },
        {
            "start": 873176700,
            "stop": 873177000
        },
        {
            "start": 873177120,
            "stop": 873177635
        },
        {
            "start": 873177755,
            "stop": 873178620
        },
        {
            "start": 873178680,
            "stop": 873178740
        },
        {
            "start": 873178800,
            "stop": 873179330
        },
        {
            "start": 873180369,
            "stop": 873181728
        },
        {
            "start": 873181848,
            "stop": 873184690
        },
        {
            "start": 873184707,
            "stop": 873191016
        },
        {
            "start": 873191033,
            "stop": 873191171
        },
        {
            "start": 873191188,
            "stop": 873193483
        },
        {
            "start": 873193500,
            "stop": 873194725
        },
        {
            "start": 873194742,
            "stop": 873197280
        },
        {
            "start": 873197356,
            "stop": 873197456
        },
        {
            "start": 873197473,
            "stop": 873197481
        },
        {
            "start": 873197498,
            "stop": 873197940
        },
        {
            "start": 873198060,
            "stop": 873198330
        }
    ]
}