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=719
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=720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=718",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 719,
    "results": [
        {
            "start": 853470140,
            "stop": 853470590
        },
        {
            "start": 853470650,
            "stop": 853470710
        },
        {
            "start": 853470800,
            "stop": 853471100
        },
        {
            "start": 853471160,
            "stop": 853474880
        },
        {
            "start": 853474910,
            "stop": 853476440
        },
        {
            "start": 853476470,
            "stop": 853477310
        },
        {
            "start": 853477430,
            "stop": 853478540
        },
        {
            "start": 853478700,
            "stop": 853478940
        },
        {
            "start": 853486787,
            "stop": 853489547
        },
        {
            "start": 853489760,
            "stop": 853490060
        },
        {
            "start": 853490220,
            "stop": 853491660
        },
        {
            "start": 853491690,
            "stop": 853493370
        },
        {
            "start": 853493460,
            "stop": 853493700
        },
        {
            "start": 853493790,
            "stop": 853494510
        },
        {
            "start": 853494540,
            "stop": 853494930
        },
        {
            "start": 853494960,
            "stop": 853495350
        },
        {
            "start": 853495380,
            "stop": 853495440
        },
        {
            "start": 853495598,
            "stop": 853499888
        },
        {
            "start": 853499918,
            "stop": 853502378
        },
        {
            "start": 853746856,
            "stop": 853747096
        }
    ]
}