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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=82",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 83,
    "results": [
        {
            "start": 817993995,
            "stop": 817994006
        },
        {
            "start": 817994016,
            "stop": 817994072
        },
        {
            "start": 817994075,
            "stop": 817994079
        },
        {
            "start": 817994082,
            "stop": 817994094
        },
        {
            "start": 817994097,
            "stop": 817994193
        },
        {
            "start": 817994196,
            "stop": 817994218
        },
        {
            "start": 817994221,
            "stop": 817994246
        },
        {
            "start": 817994249,
            "stop": 817994295
        },
        {
            "start": 817994298,
            "stop": 817994422
        },
        {
            "start": 817994425,
            "stop": 817994459
        },
        {
            "start": 817994462,
            "stop": 817994706
        },
        {
            "start": 817994709,
            "stop": 817994717
        },
        {
            "start": 817994753,
            "stop": 817994761
        },
        {
            "start": 817994764,
            "stop": 817994772
        },
        {
            "start": 817994782,
            "stop": 817994958
        },
        {
            "start": 817994961,
            "stop": 817995145
        },
        {
            "start": 817995148,
            "stop": 817995212
        },
        {
            "start": 817995215,
            "stop": 817995305
        },
        {
            "start": 817995308,
            "stop": 817995311
        },
        {
            "start": 817995314,
            "stop": 817995438
        }
    ]
}