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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 3,
    "results": [
        {
            "start": 931084948,
            "stop": 931084979
        },
        {
            "start": 931084980,
            "stop": 931085011
        },
        {
            "start": 931085013,
            "stop": 931085037
        },
        {
            "start": 931085039,
            "stop": 931085050
        },
        {
            "start": 931085052,
            "stop": 931085057
        },
        {
            "start": 931085063,
            "stop": 931085206
        },
        {
            "start": 931085208,
            "stop": 931085423
        },
        {
            "start": 931085424,
            "stop": 931085895
        },
        {
            "start": 931087097,
            "stop": 931087198
        },
        {
            "start": 931087200,
            "stop": 931087235
        },
        {
            "start": 931087238,
            "stop": 931087407
        },
        {
            "start": 931087409,
            "stop": 931087838
        },
        {
            "start": 931087840,
            "stop": 931087845
        },
        {
            "start": 931087846,
            "stop": 931087847
        },
        {
            "start": 931087849,
            "stop": 931087893
        },
        {
            "start": 931087895,
            "stop": 931088978
        },
        {
            "start": 931088982,
            "stop": 931088986
        },
        {
            "start": 931088988,
            "stop": 931090385
        },
        {
            "start": 931091956,
            "stop": 931091963
        },
        {
            "start": 931091966,
            "stop": 931091967
        }
    ]
}