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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=32",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 33,
    "results": [
        {
            "start": 931173219,
            "stop": 931173341
        },
        {
            "start": 931173343,
            "stop": 931173344
        },
        {
            "start": 931173346,
            "stop": 931173383
        },
        {
            "start": 931173385,
            "stop": 931173541
        },
        {
            "start": 931173542,
            "stop": 931173638
        },
        {
            "start": 931173639,
            "stop": 931173662
        },
        {
            "start": 931173664,
            "stop": 931173671
        },
        {
            "start": 931173672,
            "stop": 931173835
        },
        {
            "start": 931173837,
            "stop": 931173921
        },
        {
            "start": 931173923,
            "stop": 931173993
        },
        {
            "start": 931173995,
            "stop": 931174012
        },
        {
            "start": 931174014,
            "stop": 931174084
        },
        {
            "start": 931174086,
            "stop": 931174087
        },
        {
            "start": 931174089,
            "stop": 931174111
        },
        {
            "start": 931174113,
            "stop": 931174132
        },
        {
            "start": 931174134,
            "stop": 931174147
        },
        {
            "start": 931174148,
            "stop": 931174152
        },
        {
            "start": 931174154,
            "stop": 931174176
        },
        {
            "start": 931174179,
            "stop": 931174264
        },
        {
            "start": 931174265,
            "stop": 931174286
        }
    ]
}