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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2934",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2935,
    "results": [
        {
            "start": 859085857,
            "stop": 859085861
        },
        {
            "start": 859085869,
            "stop": 859085876
        },
        {
            "start": 859085880,
            "stop": 859085887
        },
        {
            "start": 859085890,
            "stop": 859085897
        },
        {
            "start": 859092206,
            "stop": 859092258
        },
        {
            "start": 859092261,
            "stop": 859093047
        },
        {
            "start": 859093050,
            "stop": 859093062
        },
        {
            "start": 859093068,
            "stop": 859093168
        },
        {
            "start": 859093173,
            "stop": 859093591
        },
        {
            "start": 859093594,
            "stop": 859093596
        },
        {
            "start": 859093600,
            "stop": 859093675
        },
        {
            "start": 859093975,
            "stop": 859093999
        },
        {
            "start": 859094340,
            "stop": 859094364
        },
        {
            "start": 859094368,
            "stop": 859094396
        },
        {
            "start": 859094399,
            "stop": 859094628
        },
        {
            "start": 859094631,
            "stop": 859094759
        },
        {
            "start": 859094762,
            "stop": 859094887
        },
        {
            "start": 859095187,
            "stop": 859095490
        },
        {
            "start": 859095493,
            "stop": 859095510
        },
        {
            "start": 859095570,
            "stop": 859095594
        }
    ]
}