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=1009
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=1010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1008",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1009,
    "results": [
        {
            "start": 871412502,
            "stop": 871413282
        },
        {
            "start": 871413502,
            "stop": 871414222
        },
        {
            "start": 871432943,
            "stop": 871433063
        },
        {
            "start": 871433215,
            "stop": 871437985
        },
        {
            "start": 871438135,
            "stop": 871438315
        },
        {
            "start": 871438705,
            "stop": 871439725
        },
        {
            "start": 871439815,
            "stop": 871441345
        },
        {
            "start": 871446309,
            "stop": 871446609
        },
        {
            "start": 871446789,
            "stop": 871449309
        },
        {
            "start": 871449540,
            "stop": 871450860
        },
        {
            "start": 871451010,
            "stop": 871456440
        },
        {
            "start": 871456583,
            "stop": 871457363
        },
        {
            "start": 871457577,
            "stop": 871459137
        },
        {
            "start": 871459536,
            "stop": 871459596
        },
        {
            "start": 871459755,
            "stop": 871459815
        },
        {
            "start": 871461233,
            "stop": 871464683
        },
        {
            "start": 871464833,
            "stop": 871467173
        },
        {
            "start": 871467397,
            "stop": 871468057
        },
        {
            "start": 871468216,
            "stop": 871473946
        },
        {
            "start": 871474096,
            "stop": 871475356
        }
    ]
}