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=6041
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=6042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6040",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6041,
    "results": [
        {
            "start": 873721097,
            "stop": 873721102
        },
        {
            "start": 873721104,
            "stop": 873721106
        },
        {
            "start": 873721109,
            "stop": 873721111
        },
        {
            "start": 873721112,
            "stop": 873721117
        },
        {
            "start": 873721118,
            "stop": 873721119
        },
        {
            "start": 873721120,
            "stop": 873721123
        },
        {
            "start": 873721127,
            "stop": 873721129
        },
        {
            "start": 873721130,
            "stop": 873721135
        },
        {
            "start": 873721136,
            "stop": 873721137
        },
        {
            "start": 873721144,
            "stop": 873721146
        },
        {
            "start": 873721147,
            "stop": 873721156
        },
        {
            "start": 873721160,
            "stop": 873721163
        },
        {
            "start": 873721165,
            "stop": 873721178
        },
        {
            "start": 873721179,
            "stop": 873721195
        },
        {
            "start": 873721196,
            "stop": 873721201
        },
        {
            "start": 873721203,
            "stop": 873721208
        },
        {
            "start": 873721209,
            "stop": 873721214
        },
        {
            "start": 873721216,
            "stop": 873721224
        },
        {
            "start": 873721225,
            "stop": 873721228
        },
        {
            "start": 873721229,
            "stop": 873721250
        }
    ]
}