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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 80,
    "results": [
        {
            "start": 1173641573,
            "stop": 1173643599
        },
        {
            "start": 1173644421,
            "stop": 1173645522
        },
        {
            "start": 1173645526,
            "stop": 1173645531
        },
        {
            "start": 1173645534,
            "stop": 1173646358
        },
        {
            "start": 1173646361,
            "stop": 1173651219
        },
        {
            "start": 1173651222,
            "stop": 1173653021
        },
        {
            "start": 1173654883,
            "stop": 1173658640
        },
        {
            "start": 1173658791,
            "stop": 1173659039
        },
        {
            "start": 1173659148,
            "stop": 1173664805
        },
        {
            "start": 1173664809,
            "stop": 1173666317
        },
        {
            "start": 1173666318,
            "stop": 1173666404
        },
        {
            "start": 1173666405,
            "stop": 1173673886
        },
        {
            "start": 1173673889,
            "stop": 1173676731
        },
        {
            "start": 1173676734,
            "stop": 1173683483
        },
        {
            "start": 1173683487,
            "stop": 1173692203
        },
        {
            "start": 1173692207,
            "stop": 1173698070
        },
        {
            "start": 1173698074,
            "stop": 1173699750
        },
        {
            "start": 1173699754,
            "stop": 1173699824
        },
        {
            "start": 1173699828,
            "stop": 1173713049
        },
        {
            "start": 1173713052,
            "stop": 1173714967
        }
    ]
}