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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=328",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 329,
    "results": [
        {
            "start": 864424832,
            "stop": 864425469
        },
        {
            "start": 864425474,
            "stop": 864425475
        },
        {
            "start": 864425489,
            "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": 864431703
        },
        {
            "start": 864431707,
            "stop": 864434066
        },
        {
            "start": 864434964,
            "stop": 864435877
        },
        {
            "start": 864435881,
            "stop": 864436574
        },
        {
            "start": 864438166,
            "stop": 864464122
        },
        {
            "start": 864464944,
            "stop": 864486214
        },
        {
            "start": 864524546,
            "stop": 864585197
        },
        {
            "start": 864586766,
            "stop": 864592254
        },
        {
            "start": 864594216,
            "stop": 864594217
        },
        {
            "start": 864594933,
            "stop": 864604531
        },
        {
            "start": 864606396,
            "stop": 864606904
        }
    ]
}