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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=127",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 128,
    "results": [
        {
            "start": 931863012,
            "stop": 931863025
        },
        {
            "start": 931863029,
            "stop": 931863615
        },
        {
            "start": 931863975,
            "stop": 931864330
        },
        {
            "start": 931864335,
            "stop": 931864474
        },
        {
            "start": 931864492,
            "stop": 931865338
        },
        {
            "start": 931865341,
            "stop": 931865802
        },
        {
            "start": 931865805,
            "stop": 931865998
        },
        {
            "start": 931866000,
            "stop": 931866003
        },
        {
            "start": 931866006,
            "stop": 931866012
        },
        {
            "start": 931866015,
            "stop": 931866088
        },
        {
            "start": 931866090,
            "stop": 931866103
        },
        {
            "start": 931866106,
            "stop": 931866117
        },
        {
            "start": 931866120,
            "stop": 931866132
        },
        {
            "start": 931866135,
            "stop": 931866433
        },
        {
            "start": 931866435,
            "stop": 931866583
        },
        {
            "start": 931866585,
            "stop": 931867215
        },
        {
            "start": 931867575,
            "stop": 931868278
        },
        {
            "start": 931868280,
            "stop": 931868440
        },
        {
            "start": 931868445,
            "stop": 931869524
        },
        {
            "start": 931869543,
            "stop": 931869703
        }
    ]
}