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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=69",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 70,
    "results": [
        {
            "start": 931454145,
            "stop": 931454149
        },
        {
            "start": 931454167,
            "stop": 931454256
        },
        {
            "start": 931454291,
            "stop": 931454312
        },
        {
            "start": 931454331,
            "stop": 931454332
        },
        {
            "start": 931454350,
            "stop": 931454410
        },
        {
            "start": 931454445,
            "stop": 931454451
        },
        {
            "start": 931454498,
            "stop": 931454510
        },
        {
            "start": 931454531,
            "stop": 931454537
        },
        {
            "start": 931454556,
            "stop": 931454570
        },
        {
            "start": 931454590,
            "stop": 931454630
        },
        {
            "start": 931454632,
            "stop": 931454643
        },
        {
            "start": 931454708,
            "stop": 931454718
        },
        {
            "start": 931454886,
            "stop": 931454890
        },
        {
            "start": 931454941,
            "stop": 931454951
        },
        {
            "start": 931454985,
            "stop": 931455023
        },
        {
            "start": 931455161,
            "stop": 931455163
        },
        {
            "start": 931455244,
            "stop": 931455249
        },
        {
            "start": 931455272,
            "stop": 931455294
        },
        {
            "start": 931455312,
            "stop": 931455329
        },
        {
            "start": 931455347,
            "stop": 931455375
        }
    ]
}