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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=9",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 10,
    "results": [
        {
            "start": 1240569623,
            "stop": 1240569679
        },
        {
            "start": 1240569687,
            "stop": 1240576350
        },
        {
            "start": 1240576370,
            "stop": 1240576372
        },
        {
            "start": 1240587330,
            "stop": 1240587332
        },
        {
            "start": 1240588092,
            "stop": 1240602005
        },
        {
            "start": 1240603229,
            "stop": 1240639381
        },
        {
            "start": 1240671919,
            "stop": 1240673678
        },
        {
            "start": 1240676623,
            "stop": 1240711778
        },
        {
            "start": 1240711794,
            "stop": 1240756042
        },
        {
            "start": 1240757294,
            "stop": 1240758022
        },
        {
            "start": 1240769709,
            "stop": 1240794111
        },
        {
            "start": 1240794119,
            "stop": 1240891591
        },
        {
            "start": 1240891599,
            "stop": 1240904879
        },
        {
            "start": 1240904887,
            "stop": 1240908375
        },
        {
            "start": 1240908978,
            "stop": 1240917219
        },
        {
            "start": 1240920811,
            "stop": 1240933198
        },
        {
            "start": 1240933206,
            "stop": 1240957502
        },
        {
            "start": 1240957510,
            "stop": 1240965388
        },
        {
            "start": 1240965484,
            "stop": 1241000324
        },
        {
            "start": 1241000374,
            "stop": 1241050555
        }
    ]
}