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=3041
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=3042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3040",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3041,
    "results": [
        {
            "start": 864423403,
            "stop": 864423480
        },
        {
            "start": 864423484,
            "stop": 864423619
        },
        {
            "start": 864423622,
            "stop": 864424415
        },
        {
            "start": 864424424,
            "stop": 864424671
        },
        {
            "start": 864424680,
            "stop": 864424794
        },
        {
            "start": 864424798,
            "stop": 864424818
        },
        {
            "start": 864424822,
            "stop": 864424828
        },
        {
            "start": 864424832,
            "stop": 864424968
        },
        {
            "start": 864424972,
            "stop": 864425430
        },
        {
            "start": 864425490,
            "stop": 864425567
        },
        {
            "start": 864425572,
            "stop": 864425582
        },
        {
            "start": 864425591,
            "stop": 864425679
        },
        {
            "start": 864425694,
            "stop": 864425721
        },
        {
            "start": 864425729,
            "stop": 864425735
        },
        {
            "start": 864425739,
            "stop": 864426902
        },
        {
            "start": 864426907,
            "stop": 864427068
        },
        {
            "start": 864427073,
            "stop": 864428073
        },
        {
            "start": 864428079,
            "stop": 864431703
        },
        {
            "start": 864431707,
            "stop": 864433800
        },
        {
            "start": 864435507,
            "stop": 864435877
        }
    ]
}