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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=88",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 89,
    "results": [
        {
            "start": 816615302,
            "stop": 816615313
        },
        {
            "start": 816617075,
            "stop": 816617079
        },
        {
            "start": 816617084,
            "stop": 816617096
        },
        {
            "start": 816617104,
            "stop": 816617106
        },
        {
            "start": 816617129,
            "stop": 816617150
        },
        {
            "start": 816617156,
            "stop": 816617202
        },
        {
            "start": 816617206,
            "stop": 816617214
        },
        {
            "start": 816617223,
            "stop": 816617225
        },
        {
            "start": 816617235,
            "stop": 816617240
        },
        {
            "start": 816617246,
            "stop": 816617248
        },
        {
            "start": 816617255,
            "stop": 816617262
        },
        {
            "start": 816617265,
            "stop": 816617273
        },
        {
            "start": 816617279,
            "stop": 816617282
        },
        {
            "start": 816617289,
            "stop": 816617300
        },
        {
            "start": 816617309,
            "stop": 816617360
        },
        {
            "start": 816617369,
            "stop": 816617371
        },
        {
            "start": 816617378,
            "stop": 816617397
        },
        {
            "start": 816617402,
            "stop": 816617444
        },
        {
            "start": 816617450,
            "stop": 816617463
        },
        {
            "start": 816617469,
            "stop": 816617493
        }
    ]
}