Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=404
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=403",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 404,
    "results": [
        {
            "start": 864422997,
            "stop": 864423003
        },
        {
            "start": 864423011,
            "stop": 864423384
        },
        {
            "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": 864425469
        },
        {
            "start": 864425474,
            "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": 864434067
        }
    ]
}