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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=29",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 30,
    "results": [
        {
            "start": 931187476,
            "stop": 931187576
        },
        {
            "start": 931187594,
            "stop": 931187612
        },
        {
            "start": 931187664,
            "stop": 931187673
        },
        {
            "start": 931187691,
            "stop": 931187755
        },
        {
            "start": 931187774,
            "stop": 931187784
        },
        {
            "start": 931187804,
            "stop": 931187840
        },
        {
            "start": 931187862,
            "stop": 931187869
        },
        {
            "start": 931187898,
            "stop": 931187902
        },
        {
            "start": 931187926,
            "stop": 931188016
        },
        {
            "start": 931188063,
            "stop": 931188145
        },
        {
            "start": 931188181,
            "stop": 931188189
        },
        {
            "start": 931188227,
            "stop": 931188252
        },
        {
            "start": 931188295,
            "stop": 931188307
        },
        {
            "start": 931188326,
            "stop": 931188331
        },
        {
            "start": 931188352,
            "stop": 931188368
        },
        {
            "start": 931188385,
            "stop": 931188387
        },
        {
            "start": 931188414,
            "stop": 931188418
        },
        {
            "start": 931188438,
            "stop": 931188482
        },
        {
            "start": 931188507,
            "stop": 931188508
        },
        {
            "start": 931188612,
            "stop": 931188620
        }
    ]
}