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/H2_BURST_CAT2/segments?format=api&page=503
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=504",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=502",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 503,
    "results": [
        {
            "start": 823790233,
            "stop": 823792633
        },
        {
            "start": 823792679,
            "stop": 823792681
        },
        {
            "start": 823793593,
            "stop": 823800433
        },
        {
            "start": 823800476,
            "stop": 823800477
        },
        {
            "start": 823801453,
            "stop": 823803193
        },
        {
            "start": 823803197,
            "stop": 823803200
        },
        {
            "start": 823858273,
            "stop": 823862407
        },
        {
            "start": 823866493,
            "stop": 823870693
        },
        {
            "start": 823870753,
            "stop": 823870754
        },
        {
            "start": 823872553,
            "stop": 823873928
        },
        {
            "start": 823873929,
            "stop": 823875899
        },
        {
            "start": 823878073,
            "stop": 823881458
        },
        {
            "start": 823881459,
            "stop": 823882130
        },
        {
            "start": 823882131,
            "stop": 823883519
        },
        {
            "start": 823883520,
            "stop": 823883553
        },
        {
            "start": 823883554,
            "stop": 823883773
        },
        {
            "start": 823883804,
            "stop": 823883807
        },
        {
            "start": 823941733,
            "stop": 823955113
        },
        {
            "start": 823955116,
            "stop": 823960910
        },
        {
            "start": 823960913,
            "stop": 823960916
        }
    ]
}