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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=74",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 75,
    "results": [
        {
            "start": 931463075,
            "stop": 931463086
        },
        {
            "start": 931463104,
            "stop": 931463136
        },
        {
            "start": 931463163,
            "stop": 931463166
        },
        {
            "start": 931463196,
            "stop": 931463219
        },
        {
            "start": 931463221,
            "stop": 931463222
        },
        {
            "start": 931463226,
            "stop": 931463289
        },
        {
            "start": 931463307,
            "stop": 931463308
        },
        {
            "start": 931463360,
            "stop": 931463361
        },
        {
            "start": 931463366,
            "stop": 931463375
        },
        {
            "start": 931463377,
            "stop": 931463378
        },
        {
            "start": 931463379,
            "stop": 931463381
        },
        {
            "start": 931463388,
            "stop": 931463389
        },
        {
            "start": 931463392,
            "stop": 931463418
        },
        {
            "start": 931463422,
            "stop": 931463443
        },
        {
            "start": 931463446,
            "stop": 931463458
        },
        {
            "start": 931463460,
            "stop": 931463464
        },
        {
            "start": 931463466,
            "stop": 931463496
        },
        {
            "start": 931463516,
            "stop": 931463518
        },
        {
            "start": 931463519,
            "stop": 931463528
        },
        {
            "start": 931463546,
            "stop": 931463556
        }
    ]
}