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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=5",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 6,
    "results": [
        {
            "start": 942347822,
            "stop": 942347933
        },
        {
            "start": 942358334,
            "stop": 942358445
        },
        {
            "start": 942372631,
            "stop": 942372740
        },
        {
            "start": 942389432,
            "stop": 942389581
        },
        {
            "start": 942408038,
            "stop": 942408149
        },
        {
            "start": 942492649,
            "stop": 942492757
        },
        {
            "start": 942545248,
            "stop": 942545408
        },
        {
            "start": 942631096,
            "stop": 942631208
        },
        {
            "start": 942649553,
            "stop": 942649712
        },
        {
            "start": 942809480,
            "stop": 942809592
        },
        {
            "start": 942987368,
            "stop": 942987480
        },
        {
            "start": 942991912,
            "stop": 942992025
        },
        {
            "start": 943004744,
            "stop": 943004856
        },
        {
            "start": 943014072,
            "stop": 943014185
        },
        {
            "start": 943053633,
            "stop": 943053744
        },
        {
            "start": 943063208,
            "stop": 943063368
        },
        {
            "start": 943069481,
            "stop": 943069592
        },
        {
            "start": 943085872,
            "stop": 943085984
        },
        {
            "start": 943093976,
            "stop": 943094088
        },
        {
            "start": 943133545,
            "stop": 943133657
        }
    ]
}