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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3281",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3282,
    "results": [
        {
            "start": 874084860,
            "stop": 874085499
        },
        {
            "start": 874085502,
            "stop": 874085962
        },
        {
            "start": 874085967,
            "stop": 874086060
        },
        {
            "start": 874086120,
            "stop": 874087375
        },
        {
            "start": 874087901,
            "stop": 874087920
        },
        {
            "start": 874087980,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874091447
        },
        {
            "start": 874091452,
            "stop": 874091760
        },
        {
            "start": 874091880,
            "stop": 874091940
        },
        {
            "start": 874092000,
            "stop": 874092060
        },
        {
            "start": 874092120,
            "stop": 874093600
        },
        {
            "start": 874093603,
            "stop": 874095000
        },
        {
            "start": 874095180,
            "stop": 874095285
        },
        {
            "start": 874095289,
            "stop": 874096724
        },
        {
            "start": 874096905,
            "stop": 874097340
        },
        {
            "start": 874097460,
            "stop": 874097581
        },
        {
            "start": 874097584,
            "stop": 874098044
        },
        {
            "start": 874098225,
            "stop": 874098315
        },
        {
            "start": 874098444,
            "stop": 874101114
        },
        {
            "start": 874101117,
            "stop": 874101161
        }
    ]
}