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=672
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=673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=671",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 672,
    "results": [
        {
            "start": 853470890,
            "stop": 853471130
        },
        {
            "start": 853471190,
            "stop": 853477760
        },
        {
            "start": 853477910,
            "stop": 853478540
        },
        {
            "start": 853478700,
            "stop": 853478940
        },
        {
            "start": 853486787,
            "stop": 853489547
        },
        {
            "start": 853489760,
            "stop": 853490060
        },
        {
            "start": 853490220,
            "stop": 853491480
        },
        {
            "start": 853491660,
            "stop": 853495440
        },
        {
            "start": 853495592,
            "stop": 853496492
        },
        {
            "start": 853496642,
            "stop": 853500752
        },
        {
            "start": 853500943,
            "stop": 853502383
        },
        {
            "start": 853676788,
            "stop": 853677868
        },
        {
            "start": 853678007,
            "stop": 853679207
        },
        {
            "start": 853679366,
            "stop": 853679576
        },
        {
            "start": 853679606,
            "stop": 853681166
        },
        {
            "start": 853681256,
            "stop": 853682996
        },
        {
            "start": 853683026,
            "stop": 853683866
        },
        {
            "start": 853746677,
            "stop": 853747877
        },
        {
            "start": 853749308,
            "stop": 853758668
        },
        {
            "start": 853760379,
            "stop": 853761819
        }
    ]
}