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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=80",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 81,
    "results": [
        {
            "start": 944236765,
            "stop": 944237776
        },
        {
            "start": 944239307,
            "stop": 944245165
        },
        {
            "start": 944247204,
            "stop": 944250651
        },
        {
            "start": 944252326,
            "stop": 944258058
        },
        {
            "start": 944259448,
            "stop": 944261878
        },
        {
            "start": 944262095,
            "stop": 944267516
        },
        {
            "start": 944270686,
            "stop": 944279978
        },
        {
            "start": 944284485,
            "stop": 944312219
        },
        {
            "start": 944315841,
            "stop": 944319815
        },
        {
            "start": 944320760,
            "stop": 944321337
        },
        {
            "start": 944376755,
            "stop": 944377892
        },
        {
            "start": 944382082,
            "stop": 944390297
        },
        {
            "start": 944390585,
            "stop": 944404811
        },
        {
            "start": 944406525,
            "stop": 944407131
        },
        {
            "start": 944423312,
            "stop": 944423544
        },
        {
            "start": 944429514,
            "stop": 944430222
        },
        {
            "start": 944435229,
            "stop": 944436884
        },
        {
            "start": 944438232,
            "stop": 944442533
        },
        {
            "start": 944443677,
            "stop": 944447854
        },
        {
            "start": 944454060,
            "stop": 944456103
        }
    ]
}