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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=73",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 74,
    "results": [
        {
            "start": 931087238,
            "stop": 931087239
        },
        {
            "start": 931087240,
            "stop": 931087241
        },
        {
            "start": 931087243,
            "stop": 931087246
        },
        {
            "start": 931087249,
            "stop": 931087251
        },
        {
            "start": 931087252,
            "stop": 931087254
        },
        {
            "start": 931087255,
            "stop": 931087256
        },
        {
            "start": 931087257,
            "stop": 931087269
        },
        {
            "start": 931087270,
            "stop": 931087277
        },
        {
            "start": 931087278,
            "stop": 931087280
        },
        {
            "start": 931087281,
            "stop": 931087282
        },
        {
            "start": 931087287,
            "stop": 931087291
        },
        {
            "start": 931087294,
            "stop": 931087296
        },
        {
            "start": 931087297,
            "stop": 931087299
        },
        {
            "start": 931087304,
            "stop": 931087308
        },
        {
            "start": 931087310,
            "stop": 931087311
        },
        {
            "start": 931087313,
            "stop": 931087314
        },
        {
            "start": 931087317,
            "stop": 931087320
        },
        {
            "start": 931087321,
            "stop": 931087326
        },
        {
            "start": 931087327,
            "stop": 931087328
        },
        {
            "start": 931087329,
            "stop": 931087331
        }
    ]
}