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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=71",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 72,
    "results": [
        {
            "start": 931463042,
            "stop": 931463050
        },
        {
            "start": 931463052,
            "stop": 931463055
        },
        {
            "start": 931463075,
            "stop": 931463086
        },
        {
            "start": 931463163,
            "stop": 931463166
        },
        {
            "start": 931463196,
            "stop": 931463219
        },
        {
            "start": 931463221,
            "stop": 931463222
        },
        {
            "start": 931463226,
            "stop": 931463289
        },
        {
            "start": 931463307,
            "stop": 931463308
        },
        {
            "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
        },
        {
            "start": 931463559,
            "stop": 931463570
        },
        {
            "start": 931463630,
            "stop": 931463645
        },
        {
            "start": 931463647,
            "stop": 931463652
        },
        {
            "start": 931463654,
            "stop": 931463655
        }
    ]
}