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=33338
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=33339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33337",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33338,
    "results": [
        {
            "start": 971356084,
            "stop": 971357250
        },
        {
            "start": 971357253,
            "stop": 971357939
        },
        {
            "start": 971357942,
            "stop": 971358862
        },
        {
            "start": 971358863,
            "stop": 971360331
        },
        {
            "start": 971360352,
            "stop": 971361288
        },
        {
            "start": 971361291,
            "stop": 971361448
        },
        {
            "start": 971363682,
            "stop": 971364200
        },
        {
            "start": 971364204,
            "stop": 971365262
        },
        {
            "start": 971365265,
            "stop": 971365506
        },
        {
            "start": 971365509,
            "stop": 971365565
        },
        {
            "start": 971365568,
            "stop": 971366053
        },
        {
            "start": 971366056,
            "stop": 971366225
        },
        {
            "start": 971366228,
            "stop": 971366532
        },
        {
            "start": 971366535,
            "stop": 971366878
        },
        {
            "start": 971366881,
            "stop": 971367980
        },
        {
            "start": 971367984,
            "stop": 971368052
        },
        {
            "start": 971368055,
            "stop": 971368275
        },
        {
            "start": 971368276,
            "stop": 971368444
        },
        {
            "start": 971368447,
            "stop": 971368782
        },
        {
            "start": 971368812,
            "stop": 971369018
        }
    ]
}