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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=884",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 885,
    "results": [
        {
            "start": 863544157,
            "stop": 863544937
        },
        {
            "start": 863544967,
            "stop": 863546707
        },
        {
            "start": 863546857,
            "stop": 863547457
        },
        {
            "start": 863561872,
            "stop": 863562352
        },
        {
            "start": 863562559,
            "stop": 863562979
        },
        {
            "start": 863564523,
            "stop": 863564583
        },
        {
            "start": 863591441,
            "stop": 863594261
        },
        {
            "start": 863595644,
            "stop": 863605064
        },
        {
            "start": 863605214,
            "stop": 863613764
        },
        {
            "start": 863614465,
            "stop": 863615185
        },
        {
            "start": 863615335,
            "stop": 863615545
        },
        {
            "start": 863615769,
            "stop": 863620509
        },
        {
            "start": 863620811,
            "stop": 863624711
        },
        {
            "start": 863624997,
            "stop": 863629737
        },
        {
            "start": 863631035,
            "stop": 863631335
        },
        {
            "start": 863631551,
            "stop": 863632151
        },
        {
            "start": 863633185,
            "stop": 863635075
        },
        {
            "start": 863635225,
            "stop": 863635435
        },
        {
            "start": 863635585,
            "stop": 863636425
        },
        {
            "start": 863636818,
            "stop": 863637238
        }
    ]
}