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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=49",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 50,
    "results": [
        {
            "start": 818631616,
            "stop": 818631676
        },
        {
            "start": 818633880,
            "stop": 818633940
        },
        {
            "start": 818634613,
            "stop": 818634733
        },
        {
            "start": 818636789,
            "stop": 818637569
        },
        {
            "start": 818638400,
            "stop": 818638520
        },
        {
            "start": 818639250,
            "stop": 818639430
        },
        {
            "start": 818639740,
            "stop": 818639920
        },
        {
            "start": 818640204,
            "stop": 818640324
        },
        {
            "start": 818758917,
            "stop": 818758977
        },
        {
            "start": 818893526,
            "stop": 818893586
        },
        {
            "start": 818924034,
            "stop": 818924394
        },
        {
            "start": 818924585,
            "stop": 818924645
        },
        {
            "start": 818925154,
            "stop": 818925214
        },
        {
            "start": 818925446,
            "stop": 818925626
        },
        {
            "start": 818925882,
            "stop": 818926182
        },
        {
            "start": 818926363,
            "stop": 818927263
        },
        {
            "start": 818927442,
            "stop": 818927562
        },
        {
            "start": 818927766,
            "stop": 818927826
        },
        {
            "start": 818928009,
            "stop": 818928669
        },
        {
            "start": 818928840,
            "stop": 818929140
        }
    ]
}