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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5297",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5298,
    "results": [
        {
            "start": 970665306,
            "stop": 970665344
        },
        {
            "start": 970665347,
            "stop": 970666166
        },
        {
            "start": 970666170,
            "stop": 970666210
        },
        {
            "start": 970666213,
            "stop": 970666278
        },
        {
            "start": 970666281,
            "stop": 970666553
        },
        {
            "start": 970666556,
            "stop": 970666660
        },
        {
            "start": 970666663,
            "stop": 970666868
        },
        {
            "start": 970666872,
            "stop": 970667021
        },
        {
            "start": 970667024,
            "stop": 970667029
        },
        {
            "start": 970667032,
            "stop": 970667096
        },
        {
            "start": 970667099,
            "stop": 970667204
        },
        {
            "start": 970667207,
            "stop": 970667262
        },
        {
            "start": 970667265,
            "stop": 970667331
        },
        {
            "start": 970667334,
            "stop": 970667481
        },
        {
            "start": 970667484,
            "stop": 970668087
        },
        {
            "start": 970668090,
            "stop": 970668294
        },
        {
            "start": 970668298,
            "stop": 970668440
        },
        {
            "start": 970668443,
            "stop": 970668601
        },
        {
            "start": 970668604,
            "stop": 970668766
        },
        {
            "start": 970668769,
            "stop": 970668774
        }
    ]
}