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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=421",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 422,
    "results": [
        {
            "start": 847799858,
            "stop": 847799879
        },
        {
            "start": 847799880,
            "stop": 847799900
        },
        {
            "start": 847799902,
            "stop": 847799917
        },
        {
            "start": 847799918,
            "stop": 847799922
        },
        {
            "start": 847799923,
            "stop": 847799940
        },
        {
            "start": 847799941,
            "stop": 847799942
        },
        {
            "start": 847799944,
            "stop": 847799964
        },
        {
            "start": 847799966,
            "stop": 847799968
        },
        {
            "start": 847799969,
            "stop": 847799985
        },
        {
            "start": 847799986,
            "stop": 847800007
        },
        {
            "start": 847800008,
            "stop": 847800010
        },
        {
            "start": 847800011,
            "stop": 847800028
        },
        {
            "start": 847800029,
            "stop": 847800049
        },
        {
            "start": 847800050,
            "stop": 847800082
        },
        {
            "start": 847800083,
            "stop": 847800113
        },
        {
            "start": 847800114,
            "stop": 847800187
        },
        {
            "start": 847800189,
            "stop": 847800221
        },
        {
            "start": 847800222,
            "stop": 847800228
        },
        {
            "start": 847800229,
            "stop": 847800239
        },
        {
            "start": 847800242,
            "stop": 847800271
        }
    ]
}