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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=46",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 47,
    "results": [
        {
            "start": 818563910,
            "stop": 818564480
        },
        {
            "start": 818564510,
            "stop": 818564750
        },
        {
            "start": 818565632,
            "stop": 818565692
        },
        {
            "start": 818565851,
            "stop": 818566571
        },
        {
            "start": 818566737,
            "stop": 818567037
        },
        {
            "start": 818567198,
            "stop": 818568158
        },
        {
            "start": 818568311,
            "stop": 818568671
        },
        {
            "start": 818568833,
            "stop": 818569673
        },
        {
            "start": 818576182,
            "stop": 818577322
        },
        {
            "start": 818577472,
            "stop": 818577682
        },
        {
            "start": 818577844,
            "stop": 818578144
        },
        {
            "start": 818578391,
            "stop": 818579411
        },
        {
            "start": 818579563,
            "stop": 818579683
        },
        {
            "start": 818579834,
            "stop": 818579954
        },
        {
            "start": 818580125,
            "stop": 818580665
        },
        {
            "start": 818580821,
            "stop": 818580881
        },
        {
            "start": 818581029,
            "stop": 818581089
        },
        {
            "start": 818582634,
            "stop": 818582874
        },
        {
            "start": 818583029,
            "stop": 818583209
        },
        {
            "start": 818583427,
            "stop": 818583667
        }
    ]
}