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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=42",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 43,
    "results": [
        {
            "start": 1126317388,
            "stop": 1126317738
        },
        {
            "start": 1126317740,
            "stop": 1126317873
        },
        {
            "start": 1126317875,
            "stop": 1126317895
        },
        {
            "start": 1126317897,
            "stop": 1126317921
        },
        {
            "start": 1126317922,
            "stop": 1126318096
        },
        {
            "start": 1126318097,
            "stop": 1126318440
        },
        {
            "start": 1126318441,
            "stop": 1126318499
        },
        {
            "start": 1126318500,
            "stop": 1126318743
        },
        {
            "start": 1126318744,
            "stop": 1126318819
        },
        {
            "start": 1126318820,
            "stop": 1126319044
        },
        {
            "start": 1126319045,
            "stop": 1126319074
        },
        {
            "start": 1126319081,
            "stop": 1126319399
        },
        {
            "start": 1126319401,
            "stop": 1126319450
        },
        {
            "start": 1126319451,
            "stop": 1126319676
        },
        {
            "start": 1126319678,
            "stop": 1126319759
        },
        {
            "start": 1126319760,
            "stop": 1126319990
        },
        {
            "start": 1126319998,
            "stop": 1126320121
        },
        {
            "start": 1126320122,
            "stop": 1126320495
        },
        {
            "start": 1126320496,
            "stop": 1126320812
        },
        {
            "start": 1126320813,
            "stop": 1126321127
        }
    ]
}