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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=87",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 88,
    "results": [
        {
            "start": 931273971,
            "stop": 931273988
        },
        {
            "start": 931273989,
            "stop": 931274040
        },
        {
            "start": 931274042,
            "stop": 931274043
        },
        {
            "start": 931274045,
            "stop": 931274060
        },
        {
            "start": 931274062,
            "stop": 931274098
        },
        {
            "start": 931274100,
            "stop": 931274182
        },
        {
            "start": 931274183,
            "stop": 931274208
        },
        {
            "start": 931274210,
            "stop": 931274230
        },
        {
            "start": 931274232,
            "stop": 931274235
        },
        {
            "start": 931274237,
            "stop": 931274269
        },
        {
            "start": 931274271,
            "stop": 931274287
        },
        {
            "start": 931274292,
            "stop": 931274328
        },
        {
            "start": 931274330,
            "stop": 931274357
        },
        {
            "start": 931274359,
            "stop": 931274361
        },
        {
            "start": 931274363,
            "stop": 931274377
        },
        {
            "start": 931274383,
            "stop": 931274390
        },
        {
            "start": 931274392,
            "stop": 931274399
        },
        {
            "start": 931274401,
            "stop": 931274412
        },
        {
            "start": 931274416,
            "stop": 931274438
        },
        {
            "start": 931274440,
            "stop": 931274465
        }
    ]
}