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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=301",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 302,
    "results": [
        {
            "start": 832784278,
            "stop": 832784518
        },
        {
            "start": 832784653,
            "stop": 832785073
        },
        {
            "start": 832785500,
            "stop": 832785800
        },
        {
            "start": 832786020,
            "stop": 832786080
        },
        {
            "start": 832786248,
            "stop": 832786608
        },
        {
            "start": 832786826,
            "stop": 832786886
        },
        {
            "start": 832787044,
            "stop": 832787704
        },
        {
            "start": 832787965,
            "stop": 832788085
        },
        {
            "start": 832788238,
            "stop": 832789378
        },
        {
            "start": 832790138,
            "stop": 832790198
        },
        {
            "start": 832794143,
            "stop": 832794353
        },
        {
            "start": 832794503,
            "stop": 832795283
        },
        {
            "start": 832795487,
            "stop": 832797167
        },
        {
            "start": 832797317,
            "stop": 832801847
        },
        {
            "start": 832806468,
            "stop": 832806768
        },
        {
            "start": 832809942,
            "stop": 832811862
        },
        {
            "start": 832812023,
            "stop": 832812443
        },
        {
            "start": 832815879,
            "stop": 832817019
        },
        {
            "start": 832817239,
            "stop": 832821859
        },
        {
            "start": 832832821,
            "stop": 832835701
        }
    ]
}