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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=436",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 437,
    "results": [
        {
            "start": 944315841,
            "stop": 944319920
        },
        {
            "start": 944320760,
            "stop": 944321442
        },
        {
            "start": 944376755,
            "stop": 944377997
        },
        {
            "start": 944382082,
            "stop": 944390297
        },
        {
            "start": 944390585,
            "stop": 944404220
        },
        {
            "start": 944404222,
            "stop": 944404916
        },
        {
            "start": 944406525,
            "stop": 944407236
        },
        {
            "start": 944423312,
            "stop": 944423649
        },
        {
            "start": 944429514,
            "stop": 944430327
        },
        {
            "start": 944435229,
            "stop": 944436989
        },
        {
            "start": 944438232,
            "stop": 944440124
        },
        {
            "start": 944440126,
            "stop": 944442533
        },
        {
            "start": 944443677,
            "stop": 944447327
        },
        {
            "start": 944447331,
            "stop": 944447378
        },
        {
            "start": 944447381,
            "stop": 944447382
        },
        {
            "start": 944447386,
            "stop": 944447428
        },
        {
            "start": 944447430,
            "stop": 944447434
        },
        {
            "start": 944447441,
            "stop": 944447690
        },
        {
            "start": 944447694,
            "stop": 944447716
        },
        {
            "start": 944447721,
            "stop": 944447959
        }
    ]
}