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=835
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=836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=834",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 835,
    "results": [
        {
            "start": 860706188,
            "stop": 860706668
        },
        {
            "start": 860706922,
            "stop": 860707162
        },
        {
            "start": 860708055,
            "stop": 860708715
        },
        {
            "start": 860708899,
            "stop": 860709319
        },
        {
            "start": 860709554,
            "stop": 860709854
        },
        {
            "start": 860710007,
            "stop": 860710067
        },
        {
            "start": 860711807,
            "stop": 860712227
        },
        {
            "start": 860712399,
            "stop": 860712759
        },
        {
            "start": 860712928,
            "stop": 860713228
        },
        {
            "start": 860713394,
            "stop": 860715554
        },
        {
            "start": 860716395,
            "stop": 860717865
        },
        {
            "start": 860718015,
            "stop": 860722275
        },
        {
            "start": 860723674,
            "stop": 860728894
        },
        {
            "start": 860729916,
            "stop": 860732766
        },
        {
            "start": 860732916,
            "stop": 860735076
        },
        {
            "start": 860736104,
            "stop": 860736224
        },
        {
            "start": 860736374,
            "stop": 860737484
        },
        {
            "start": 860737686,
            "stop": 860739126
        },
        {
            "start": 860741226,
            "stop": 860755506
        },
        {
            "start": 860757432,
            "stop": 860757852
        }
    ]
}