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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=304",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 305,
    "results": [
        {
            "start": 866165933,
            "stop": 866166017
        },
        {
            "start": 866166318,
            "stop": 866166382
        },
        {
            "start": 866166801,
            "stop": 866167346
        },
        {
            "start": 866167646,
            "stop": 866167962
        },
        {
            "start": 866168072,
            "stop": 866168233
        },
        {
            "start": 866171147,
            "stop": 866171237
        },
        {
            "start": 866172028,
            "stop": 866172227
        },
        {
            "start": 866173805,
            "stop": 866183546
        },
        {
            "start": 866183656,
            "stop": 866183683
        },
        {
            "start": 866184260,
            "stop": 866190186
        },
        {
            "start": 866190305,
            "stop": 866193131
        },
        {
            "start": 866193334,
            "stop": 866209939
        },
        {
            "start": 866210049,
            "stop": 866210051
        },
        {
            "start": 866210351,
            "stop": 866210390
        },
        {
            "start": 866210786,
            "stop": 866216780
        },
        {
            "start": 866216890,
            "stop": 866216916
        },
        {
            "start": 866217216,
            "stop": 866217262
        },
        {
            "start": 866217372,
            "stop": 866219306
        },
        {
            "start": 866219606,
            "stop": 866221684
        },
        {
            "start": 866222306,
            "stop": 866222422
        }
    ]
}