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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 158,
    "results": [
        {
            "start": 931403658,
            "stop": 931403682
        },
        {
            "start": 931403684,
            "stop": 931403690
        },
        {
            "start": 931403750,
            "stop": 931403752
        },
        {
            "start": 931403754,
            "stop": 931403761
        },
        {
            "start": 931403763,
            "stop": 931403773
        },
        {
            "start": 931403775,
            "stop": 931403778
        },
        {
            "start": 931403780,
            "stop": 931403783
        },
        {
            "start": 931403785,
            "stop": 931403791
        },
        {
            "start": 931403793,
            "stop": 931403832
        },
        {
            "start": 931403833,
            "stop": 931403842
        },
        {
            "start": 931403843,
            "stop": 931403847
        },
        {
            "start": 931403849,
            "stop": 931403851
        },
        {
            "start": 931403853,
            "stop": 931403890
        },
        {
            "start": 931403892,
            "stop": 931403895
        },
        {
            "start": 931403897,
            "stop": 931403909
        },
        {
            "start": 931403911,
            "stop": 931403916
        },
        {
            "start": 931403917,
            "stop": 931403930
        },
        {
            "start": 931403990,
            "stop": 931404012
        },
        {
            "start": 931404014,
            "stop": 931404031
        },
        {
            "start": 931404033,
            "stop": 931404036
        }
    ]
}