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=708
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=709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=707",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 708,
    "results": [
        {
            "start": 856354731,
            "stop": 856358151
        },
        {
            "start": 856358314,
            "stop": 856360174
        },
        {
            "start": 856361221,
            "stop": 856361521
        },
        {
            "start": 856361666,
            "stop": 856361846
        },
        {
            "start": 856362009,
            "stop": 856362489
        },
        {
            "start": 856362659,
            "stop": 856362959
        },
        {
            "start": 856363111,
            "stop": 856363171
        },
        {
            "start": 856364866,
            "stop": 856365106
        },
        {
            "start": 856365252,
            "stop": 856365372
        },
        {
            "start": 856365533,
            "stop": 856365833
        },
        {
            "start": 856365989,
            "stop": 856366049
        },
        {
            "start": 856366197,
            "stop": 856366617
        },
        {
            "start": 856366776,
            "stop": 856367796
        },
        {
            "start": 856367952,
            "stop": 856368822
        },
        {
            "start": 856368852,
            "stop": 856368912
        },
        {
            "start": 856369055,
            "stop": 856369175
        },
        {
            "start": 856369332,
            "stop": 856369722
        },
        {
            "start": 856369752,
            "stop": 856369812
        },
        {
            "start": 856369966,
            "stop": 856370626
        },
        {
            "start": 856370797,
            "stop": 856371577
        }
    ]
}