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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=87",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 88,
    "results": [
        {
            "start": 945920861,
            "stop": 945964454
        },
        {
            "start": 945966285,
            "stop": 945976322
        },
        {
            "start": 945978440,
            "stop": 945994912
        },
        {
            "start": 945997166,
            "stop": 945997675
        },
        {
            "start": 945999544,
            "stop": 946015464
        },
        {
            "start": 946017774,
            "stop": 946055883
        },
        {
            "start": 946059034,
            "stop": 946059433
        },
        {
            "start": 946060313,
            "stop": 946060764
        },
        {
            "start": 946061994,
            "stop": 946062057
        },
        {
            "start": 946063370,
            "stop": 946064511
        },
        {
            "start": 946065709,
            "stop": 946066914
        },
        {
            "start": 946068349,
            "stop": 946068688
        },
        {
            "start": 946069450,
            "stop": 946071960
        },
        {
            "start": 946073357,
            "stop": 946075432
        },
        {
            "start": 946076460,
            "stop": 946086263
        },
        {
            "start": 946087581,
            "stop": 946088440
        },
        {
            "start": 946092799,
            "stop": 946097707
        },
        {
            "start": 946098290,
            "stop": 946112320
        },
        {
            "start": 946118390,
            "stop": 946132433
        },
        {
            "start": 946134779,
            "stop": 946137433
        }
    ]
}