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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=109",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 110,
    "results": [
        {
            "start": 820842742,
            "stop": 820842802
        },
        {
            "start": 820843127,
            "stop": 820843427
        },
        {
            "start": 820844035,
            "stop": 820844095
        },
        {
            "start": 820844959,
            "stop": 820845199
        },
        {
            "start": 820845586,
            "stop": 820845706
        },
        {
            "start": 820845864,
            "stop": 820846224
        },
        {
            "start": 820847061,
            "stop": 820847121
        },
        {
            "start": 820847321,
            "stop": 820847381
        },
        {
            "start": 820850250,
            "stop": 820850310
        },
        {
            "start": 820850718,
            "stop": 820850838
        },
        {
            "start": 820888358,
            "stop": 820888418
        },
        {
            "start": 820889278,
            "stop": 820889458
        },
        {
            "start": 820889681,
            "stop": 820889741
        },
        {
            "start": 820889976,
            "stop": 820890096
        },
        {
            "start": 820890628,
            "stop": 820890688
        },
        {
            "start": 820891471,
            "stop": 820891531
        },
        {
            "start": 820896835,
            "stop": 820896955
        },
        {
            "start": 820897730,
            "stop": 820897790
        },
        {
            "start": 820898737,
            "stop": 820898947
        },
        {
            "start": 820899183,
            "stop": 820899303
        }
    ]
}