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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=25",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 26,
    "results": [
        {
            "start": 1126279504,
            "stop": 1126279779
        },
        {
            "start": 1126279780,
            "stop": 1126279958
        },
        {
            "start": 1126279960,
            "stop": 1126279962
        },
        {
            "start": 1126279964,
            "stop": 1126280066
        },
        {
            "start": 1126280067,
            "stop": 1126280375
        },
        {
            "start": 1126280377,
            "stop": 1126280510
        },
        {
            "start": 1126280512,
            "stop": 1126280688
        },
        {
            "start": 1126280689,
            "stop": 1126281054
        },
        {
            "start": 1126281055,
            "stop": 1126281116
        },
        {
            "start": 1126281117,
            "stop": 1126281179
        },
        {
            "start": 1126281180,
            "stop": 1126281366
        },
        {
            "start": 1126281367,
            "stop": 1126281715
        },
        {
            "start": 1126281716,
            "stop": 1126281754
        },
        {
            "start": 1126290026,
            "stop": 1126290230
        },
        {
            "start": 1126290232,
            "stop": 1126290356
        },
        {
            "start": 1126290358,
            "stop": 1126290360
        },
        {
            "start": 1126290361,
            "stop": 1126290472
        },
        {
            "start": 1126290474,
            "stop": 1126290479
        },
        {
            "start": 1126290481,
            "stop": 1126290662
        },
        {
            "start": 1126290664,
            "stop": 1126290731
        }
    ]
}