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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=440",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 441,
    "results": [
        {
            "start": 862712161,
            "stop": 862712327
        },
        {
            "start": 862712437,
            "stop": 862713025
        },
        {
            "start": 862713325,
            "stop": 862713433
        },
        {
            "start": 862713482,
            "stop": 862713546
        },
        {
            "start": 862713656,
            "stop": 862714093
        },
        {
            "start": 862714393,
            "stop": 862716230
        },
        {
            "start": 862716340,
            "stop": 862716408
        },
        {
            "start": 862716708,
            "stop": 862732033
        },
        {
            "start": 862734309,
            "stop": 862756710
        },
        {
            "start": 862756715,
            "stop": 862756745
        },
        {
            "start": 862756750,
            "stop": 862756762
        },
        {
            "start": 862756768,
            "stop": 862756785
        },
        {
            "start": 862756790,
            "stop": 862756825
        },
        {
            "start": 862756838,
            "stop": 862759860
        },
        {
            "start": 862759920,
            "stop": 862762888
        },
        {
            "start": 862762895,
            "stop": 862763069
        },
        {
            "start": 862763072,
            "stop": 862764360
        },
        {
            "start": 862764420,
            "stop": 862768513
        },
        {
            "start": 862769663,
            "stop": 862770031
        },
        {
            "start": 862770130,
            "stop": 862772316
        }
    ]
}