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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 11,
    "results": [
        {
            "start": 1165904390,
            "stop": 1165909230
        },
        {
            "start": 1165909234,
            "stop": 1165912500
        },
        {
            "start": 1165912504,
            "stop": 1165932770
        },
        {
            "start": 1165937371,
            "stop": 1165939162
        },
        {
            "start": 1165941732,
            "stop": 1165944553
        },
        {
            "start": 1165944557,
            "stop": 1165948971
        },
        {
            "start": 1165948975,
            "stop": 1165950419
        },
        {
            "start": 1165951133,
            "stop": 1165953799
        },
        {
            "start": 1165953803,
            "stop": 1165954071
        },
        {
            "start": 1165957190,
            "stop": 1165967631
        },
        {
            "start": 1165973512,
            "stop": 1165975636
        },
        {
            "start": 1165975640,
            "stop": 1165993329
        },
        {
            "start": 1165993332,
            "stop": 1165996252
        },
        {
            "start": 1165996256,
            "stop": 1165997946
        },
        {
            "start": 1165998362,
            "stop": 1166001689
        },
        {
            "start": 1166001693,
            "stop": 1166002812
        },
        {
            "start": 1166002816,
            "stop": 1166003011
        },
        {
            "start": 1166003015,
            "stop": 1166003716
        },
        {
            "start": 1166003720,
            "stop": 1166004195
        },
        {
            "start": 1166004199,
            "stop": 1166005947
        }
    ]
}