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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=251",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 252,
    "results": [
        {
            "start": 931585111,
            "stop": 931585165
        },
        {
            "start": 931585166,
            "stop": 931585232
        },
        {
            "start": 931585233,
            "stop": 931585309
        },
        {
            "start": 931585310,
            "stop": 931585330
        },
        {
            "start": 931585331,
            "stop": 931585530
        },
        {
            "start": 931585531,
            "stop": 931585566
        },
        {
            "start": 931585567,
            "stop": 931585761
        },
        {
            "start": 931585762,
            "stop": 931585996
        },
        {
            "start": 931585997,
            "stop": 931586052
        },
        {
            "start": 931586053,
            "stop": 931586062
        },
        {
            "start": 931586063,
            "stop": 931586137
        },
        {
            "start": 931586139,
            "stop": 931586260
        },
        {
            "start": 931586261,
            "stop": 931586326
        },
        {
            "start": 931586327,
            "stop": 931586415
        },
        {
            "start": 931586775,
            "stop": 931586790
        },
        {
            "start": 931586791,
            "stop": 931586873
        },
        {
            "start": 931586876,
            "stop": 931586907
        },
        {
            "start": 931587429,
            "stop": 931587435
        },
        {
            "start": 931587436,
            "stop": 931587450
        },
        {
            "start": 931587451,
            "stop": 931587465
        }
    ]
}