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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=39",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 40,
    "results": [
        {
            "start": 828362372,
            "stop": 828364468
        },
        {
            "start": 828364564,
            "stop": 828366280
        },
        {
            "start": 828366338,
            "stop": 828366677
        },
        {
            "start": 828366755,
            "stop": 828366853
        },
        {
            "start": 828367155,
            "stop": 828367857
        },
        {
            "start": 828379397,
            "stop": 828380450
        },
        {
            "start": 828381717,
            "stop": 828382844
        },
        {
            "start": 828384916,
            "stop": 828384917
        },
        {
            "start": 828387952,
            "stop": 828388268
        },
        {
            "start": 828388808,
            "stop": 828393186
        },
        {
            "start": 828397445,
            "stop": 828425633
        },
        {
            "start": 828427149,
            "stop": 828427623
        },
        {
            "start": 828427701,
            "stop": 828434512
        },
        {
            "start": 828435473,
            "stop": 828457820
        },
        {
            "start": 828458686,
            "stop": 828462122
        },
        {
            "start": 828467413,
            "stop": 828472767
        },
        {
            "start": 828474811,
            "stop": 828475343
        },
        {
            "start": 828477517,
            "stop": 828486855
        },
        {
            "start": 828489140,
            "stop": 828500247
        },
        {
            "start": 828500764,
            "stop": 828503423
        }
    ]
}