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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=409",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 410,
    "results": [
        {
            "start": 1186492566,
            "stop": 1186499610
        },
        {
            "start": 1186524714,
            "stop": 1186532745
        },
        {
            "start": 1186532747,
            "stop": 1186539198
        },
        {
            "start": 1186539200,
            "stop": 1186545080
        },
        {
            "start": 1186545082,
            "stop": 1186546594
        },
        {
            "start": 1186549119,
            "stop": 1186550194
        },
        {
            "start": 1186550196,
            "stop": 1186568494
        },
        {
            "start": 1186568496,
            "stop": 1186573729
        },
        {
            "start": 1186573733,
            "stop": 1186577827
        },
        {
            "start": 1186577830,
            "stop": 1186609762
        },
        {
            "start": 1186642720,
            "stop": 1186664342
        },
        {
            "start": 1186670467,
            "stop": 1186680840
        },
        {
            "start": 1186681080,
            "stop": 1186703677
        },
        {
            "start": 1186703679,
            "stop": 1186709610
        },
        {
            "start": 1186709612,
            "stop": 1186717506
        },
        {
            "start": 1186717508,
            "stop": 1186727654
        },
        {
            "start": 1186727656,
            "stop": 1186730559
        },
        {
            "start": 1186730561,
            "stop": 1186756971
        },
        {
            "start": 1186756973,
            "stop": 1186756987
        },
        {
            "start": 1186756989,
            "stop": 1186758679
        }
    ]
}