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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=91",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 92,
    "results": [
        {
            "start": 846322325,
            "stop": 846324229
        },
        {
            "start": 846329101,
            "stop": 846334245
        },
        {
            "start": 846336898,
            "stop": 846342498
        },
        {
            "start": 846375822,
            "stop": 846409351
        },
        {
            "start": 846409971,
            "stop": 846441613
        },
        {
            "start": 846447806,
            "stop": 846449579
        },
        {
            "start": 846451908,
            "stop": 846457828
        },
        {
            "start": 846460659,
            "stop": 846510729
        },
        {
            "start": 846515578,
            "stop": 846529474
        },
        {
            "start": 846530755,
            "stop": 846545028
        },
        {
            "start": 846545531,
            "stop": 846545682
        },
        {
            "start": 846545850,
            "stop": 846620087
        },
        {
            "start": 846622710,
            "stop": 846623390
        },
        {
            "start": 846626034,
            "stop": 846632754
        },
        {
            "start": 846636853,
            "stop": 846675249
        },
        {
            "start": 846676314,
            "stop": 846689905
        },
        {
            "start": 846690977,
            "stop": 846692433
        },
        {
            "start": 846693400,
            "stop": 846698868
        },
        {
            "start": 846700050,
            "stop": 846746059
        },
        {
            "start": 846750254,
            "stop": 846751169
        }
    ]
}