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=8674
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=8675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8673",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8674,
    "results": [
        {
            "start": 871831388,
            "stop": 871831610
        },
        {
            "start": 871831750,
            "stop": 871831790
        },
        {
            "start": 871831930,
            "stop": 871832107
        },
        {
            "start": 871832168,
            "stop": 871832378
        },
        {
            "start": 871832395,
            "stop": 871832913
        },
        {
            "start": 871832930,
            "stop": 871833407
        },
        {
            "start": 871833424,
            "stop": 871833546
        },
        {
            "start": 871833696,
            "stop": 871833887
        },
        {
            "start": 871834030,
            "stop": 871834049
        },
        {
            "start": 871834169,
            "stop": 871834384
        },
        {
            "start": 871834420,
            "stop": 871834577
        },
        {
            "start": 871834594,
            "stop": 871834927
        },
        {
            "start": 871835047,
            "stop": 871835386
        },
        {
            "start": 871835506,
            "stop": 871835639
        },
        {
            "start": 871835784,
            "stop": 871835829
        },
        {
            "start": 871835846,
            "stop": 871835909
        },
        {
            "start": 871836029,
            "stop": 871836290
        },
        {
            "start": 871836370,
            "stop": 871836600
        },
        {
            "start": 871836676,
            "stop": 871837500
        },
        {
            "start": 871837628,
            "stop": 871838209
        }
    ]
}